Upsert project webhook
upsert_project_webhookUse to set or replace the project webhook URL. Available on free and yearly. A signing secret is generated once if the project has none. Forms inherit this unless webhook_url_override is set. Do not use this for a one-off delivery — call test_webhook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project (website) id from list_projects, create_project, or bootstrap_site. | |
| webhook_url | Yes | Public https endpoint that receives a signed JSON POST per clean submission. Null disables it. | |
| webhook_secret | No | HMAC-SHA256 secret for X-Furrow-Signature. Omit to have one generated and returned. |