Skip to main content
Version: v0.2b

Test Schema

Model

TestWebhookData

TestWebhookData = object

Basic payload used to test the connection between Spoke and the Webhook listener.

Example

{
"email": "name@spoke.com",
"webhookUrl": "https://webhook.example.com/my/webhook"
}

Properties

PropertyTypeDescription

email

string

Email that requested the test event.

webhookUrl

string

Test event destination URL.