dev-to · AsyncAPI Specification
Dev.to Webhooks Events
Version 1.0.0
The Dev.to Webhooks event-driven interface allows applications to receive real-time HTTP POST callbacks when specific events occur on the Dev.to platform. Webhook subscriptions are managed via the Forem REST API, and once configured, the platform sends JSON payloads to the registered target URL whenever subscribed article lifecycle events are triggered. Supported events include article creation, updates, and deletion.
Channels
/webhook
Receive article lifecycle events
The subscriber's webhook endpoint URL that receives HTTP POST callbacks from Dev.to. This URL is registered via the Forem REST API when creating a webhook subscription. Dev.to sends a JSON payload to this URL whenever a subscribed event occurs.
Messages
ArticleCreated
Article Created
Triggered when a new article is published on the platform.
ArticleUpdated
Article Updated
Triggered when an existing published article is updated.
ArticleDestroyed
Article Destroyed
Triggered when a published article is deleted from the platform.
Servers
https
devToWebhookSource
dev.to
Dev.to platform server that dispatches webhook events to registered subscriber endpoints when article lifecycle events occur.