Webhook Notifications
Send test event
Use this endpoint to check if your project's webhook destination is configured correctly. Nylas sends a test webhook payload to the webhook URL you specify, and listens for a success acknowledgement.
The secret used is mock-webhook-secret.
post/v3/webhooks/send-test-event
Request body
Example request
{
"webhook_url": "https://example.com/webhooks"
}Response
Test event sent
Example response
{
"data": "success"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.