Test Event Schema
Type Aliases
TestWebhookData
Ƭ TestWebhookData: Object
Basic payload used to test the connection between Circuit and the Webhook listener.
Example
{
"email": "name@getcircuit.com",
"webhookUrl": "https://webhook.example.com/my/webhook"
}
Type declaration
Name | Type | Description |
---|---|---|
email | string | Email that requested the test event. |
webhookUrl | string | Test event destination URL. |