v50
latestOpenAPI 3.1.0Creative Force Client Subscription Termsraw.githubusercontent.com2026-07-137852387.4 KBWebhooks
Create a webhook
Creates a webhook.
post/webhook
Headers
Accept'application/vnd.Creative Force.v2.3+json' | 'application/vnd.Creative Force.v2.3+xml' required
Defines the response type.
Request body
Response
Webhook created.
Example response
{
"created": "2025-12-21T23:11:20Z",
"events": [
"entry_created",
"entry_submitted"
],
"fields": [],
"form": null,
"method": "post",
"name": "Entry notifications",
"signing_key": "REDACTED",
"slug": "AbCdEfGh",
"updated": "2025-12-21T23:11:20Z",
"url": "https://example.com/webhooks"
}