Integrazione Buffer
Queue first-time published EmDash posts to Buffer for social media distribution.
Estensione
Integrazione Buffer
Queue first-time published EmDash posts to Buffer for social media distribution.
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