Skip to content
DunSocial Docs

Webhook events

The events you can subscribe to and how deliveries work.

A webhook fires whenever an event you subscribed to happens. You choose which events each endpoint listens for.

Events you can subscribe to

  • post.scheduled when a post is scheduled.
  • post.rescheduled when a scheduled post is moved.
  • post.cancelled when a scheduled post is cancelled.
  • post.published when a post goes out.
  • post.publish_failed when a post fails to publish.
  • social_account.reconnect_required when a connected account needs reconnecting.

For the API catalog and signature headers, see Manage endpoints.

Deliveries

Each event sends a signed request to your URL. If your endpoint does not return a success response, DunSocial retries a few times. You can review every attempt in the delivery log.