Action References
VerifyWebhookAction
VerifyWebhookAction
Purpose
Verify an incoming provider webhook using its signature secret, then expose the validated payload in context.
When to use it
- Stripe (or other) webhooks that must be signature-validated before processing.
- Webhook endpoints implemented as Business APIs.
Key fields
| Field | Type | Description |
|---|---|---|
provider | String | Provider id (currently Stripe). |
secretKey | MScript | Expression resolving to the webhook secret/signing key. |
Example
{
"id": "a380-verify-webhook",
"name": "verifyStripeWebhook",
"provider": "stripe",
"secretKey": "this.serviceSecrets.stripeWebhookSecret"
}
Was this page helpful?
Built with Documentation.AI
Last updated Jan 3, 2026