Add a webhook
create_webhookAdds a webhook that receives every submission as a JSON POST. The result carries the signing secret once; tell the user to store it. A form takes up to 10 webhooks (webhook_limit_reached past that) and one webhook per URL (webhook_url_taken). Needs a plan that includes webhooks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | An http or https URL. | |
| events | No | Only submission.created exists today. | |
| enabled | No | Default true. | |
| form_id | Yes | Form id, a short string such as "AbC123xyz" (from list_forms). | |
| description | No | A label. |