Clipform
Integrations

Subscribe to form completions

Registers a target URL that receives the form.completed payload for every form in the connected workspace.

POST
/connect/hooks

Authorization

AuthorizationBearer <token>

Authorization-code OAuth for installed apps acting on a user's workspace. Access tokens (cf_at_*) are passed as Bearer tokens and authorize the Integrations operations. They are opaque, single-audience, server-side records - not JWTs - so the JWT hardening in RFC8725 does not apply. Client credentials are issued per app - contact support@clipform.io.

In: header

Scope: webhooks:manage

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/connect/hooks" \  -H "Content-Type: application/json" \  -d '{    "targetUrl": "https://hook.eu1.make.com/abc123"  }'
{  "id": "6f4b2c1e-0d3a-4a2b-9c8d-1e2f3a4b5c6d"}
{  "code": "VALIDATION_ERROR",  "error": "string",  "details": null}
{  "code": "VALIDATION_ERROR",  "error": "string",  "details": null}