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
| Property | Type | Description |
|---|---|---|
|
|
Email that requested the test event. | |
|
|
Test event destination URL. |