Buffer 연동

Queue first-time published EmDash posts to Buffer for social media distribution.

플러그인

Buffer 연동

Queue first-time published EmDash posts to Buffer for social media distribution.

  • 카테고리: Social
  • 상태: 사용 가능
  • 버전: 1.0.0
  • 가격: Free

EmDash plugin that queues first-time published posts entries to Buffer. Triggers on content:afterPublish (draft to live), with multi-channel fan-out, automatic channel discovery, and a delivery log.

Installation

import emdashToBuffer from "emdash-to-buffer-plugin";

export default defineConfig({
  integrations: [
    emdash({
      plugins: [emdashToBuffer],
    }),
  ],
});

Features

  • Triggers on first publish only (skip republish by default)
  • Multi-channel fan-out with automatic channel discovery
  • Settings UI with discoverable channel table and on/off toggles
  • Delivery log table with clear-log action
  • Configurable message template and resend-on-republish switch

Requirements

  • EmDash >= 0.30.0
  • Buffer account with API access