Webhooks, Zapier, and email marketing integrations
Sync customer orders with ConvertKit, Klaviyo, Mailchimp, or custom APIs.
The short answer
Automatically pass buyer emails and purchase data to your favorite email marketing tools and automation platforms via DMDrop Webhooks or Zapier.
Set up a Webhook endpoint
- Open Settings → Developer & Webhooks.
- Click Add Endpoint.
- Enter your target URL (e.g., Zapier webhook, Make webhook, or custom server).
- Select trigger events:
order.completed,lead.captured, orrefund.processed. - Save the endpoint and copy your webhook secret key.
Sample order payload
{
"event": "order.completed",
"data": {
"orderId": "ord_92f81b7a",
"customerEmail": "buyer@example.com",
"productTitle": "Notion Creator Kit",
"amountTotal": 2900,
"currency": "usd",
"downloadUrl": "https://dmdrop.store/d/expiring-token-abc"
}
}Email marketing auto-sync
Use our 1-click connectors for ConvertKit and Klaviyo to automatically tag buyers with the product name and subscribe them to your post-purchase welcome sequence.
Verified by DMDrop · Need help? Email support@dmdrop.store