v1

latestOpenAPI 3.0.12026-07-26331033.7 KB
Integrations

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

integration_id'webhook' required

Must be "webhook"

status'active' | 'inactive'

The status of the webhook

Response

Webhook updated successfully

messagestring

Example response

{
  "message": "Form Integration was updated.",
  "form_integration": {
    "integration_id": "webhook",
    "data": {
      "webhook_url": "https://example.com/opnform-hook"
    }
  }
}