Buffer-Integration

Erstveröffentlichte EmDash-Beiträge an Buffer zur Social-Media-Verbreitung senden.

Erweiterung

Buffer-Integration

Erstveröffentlichte EmDash-Beiträge an Buffer zur Social-Media-Verbreitung senden.

  • Kategorie: Social
  • Status: Verfügbar
  • Version: 1.0.0
  • Preis: 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