v1
latestOpenAPI 3.0.12026-07-26331033.7 KBIntegrations
Update Webhook Integration
Update an existing webhook integration. Requires manage-integrations ability.
put/open/forms/{form}/integrations/{integrationid}
Path parameters
formnumber required
The ID of the form.
integrationidnumber required
The ID of the integration.
Request body
Response
Webhook updated successfully
Example response
{
"message": "Form Integration was updated.",
"form_integration": {
"integration_id": "webhook",
"data": {
"webhook_url": "https://example.com/opnform-hook"
}
}
}