TestWebhookSubscriptionRequest
Optional request body for a test webhook delivery. The request body uses a payload wrapper: the payload key is part of this API request, and the payload value is the webhook event body that Augment sends to the configured endpoint.
- payloadType: object
Custom webhook event body to send to the subscription endpoint. Augment sends this object exactly as the webhook POST body. It should match the version 2 event shape your listener expects, such as a Track & Trace event envelope from the Webhooks reference.
- propertyType: anything
Name