Create a webhook
Webhooks
Create a webhook
Create a webhook endpoint to receive email event notifications for a tenant.
Available events:
MessageSent- Email accepted by recipient serverMessageDeliveryFailed- Delivery permanently failedMessageDelayed- Delivery temporarily failed, will retryMessageBounced- Email bouncedMessageHeld- Email held for reviewMessageLinkClicked- Recipient clicked a linkMessageLoaded- Recipient opened the emailDomainDNSError- Domain DNS issue detected
POST
Create a webhook
Documentation Index
Fetch the complete documentation index at: https://arkhq.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use your API key from arkhq.io/org/credentials
Authorization: Bearer YOUR_API_KEYPath Parameters
The tenant ID
Body
application/json
Webhook name for identification
Minimum string length:
1HTTPS endpoint URL
Minimum string length:
1Events to subscribe to (accepts null):
MessageSent- Email successfully delivered to recipient's serverMessageDelayed- Temporary delivery failure, will retryMessageDeliveryFailed- Permanent delivery failureMessageHeld- Email held for manual reviewMessageBounced- Email bounced backMessageLinkClicked- Recipient clicked a tracked linkMessageLoaded- Recipient opened the email (tracking pixel loaded)DomainDNSError- DNS configuration issue detected
Minimum array length:
1Available options:
MessageSent, MessageDelayed, MessageDeliveryFailed, MessageHeld, MessageBounced, MessageLinkClicked, MessageLoaded, DomainDNSError Subscribe to all events (ignores events array, accepts null)
Whether the webhook is enabled (accepts null)
