Skip to main content
Version: v0.2b

Test 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

NameTypeDescription
emailstringEmail that requested the test event.
webhookUrlstringTest event destination URL.