Explain a webhook / write its handler (AI)
explain_webhook_requestAI analysis of a captured request. mode=explain: who sent it, which event, key fields, how to verify the signature, pitfalls. mode=handler: complete receiving code that verifies the signature and handles this event. Included in paid plans; anonymous and free users get 3 trials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | ||
| token | Yes | ||
| language | No | Handler language (mode=handler). Default node. | |
| request_id | Yes |