You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Triggered when a new page version is created. The webhook payload contains details about the newly created page version including page ID, version ID, and creation timestamp.
2172
-
responses:
2173
-
"200":
2174
-
description: Webhook received successfully
2175
-
summary: Page Version Created
2176
-
tags:
2177
-
- Webhooks
2178
-
requestBody:
2179
-
content:
2180
-
application/json:
2181
-
schema:
2182
-
type: object
2183
-
properties:
2184
-
eventId:
2185
-
description: Unique identifier for this event
2186
-
examples:
2187
-
- evt_01j5k9m7n8p9q2r3s4t5v6w7x8
2188
-
type: string
2189
-
tenantId:
2190
-
description: Tenant identifier for the event
2191
-
examples:
2192
-
- tenant_01j5k9m7n8p9q2r3s4t5v6w7x8
2193
-
type: string
2194
-
timestamp:
2195
-
description: Timestamp when the event was processed
description: Triggered when a new page version is created. The webhook payload contains details about the newly created page version including page ID, version ID, and creation timestamp.
2240
-
required: true
2241
-
pageVersionProcessed:
2242
-
post:
2243
-
description: Triggered when a page version is processed. The webhook payload contains details about the processed page version including page ID, version ID, and processing timestamp.
2244
-
responses:
2245
-
"200":
2246
-
description: Webhook received successfully
2247
-
summary: Page Version Processed
2248
-
tags:
2249
-
- Webhooks
2250
-
requestBody:
2251
-
content:
2252
-
application/json:
2253
-
schema:
2254
-
type: object
2255
-
properties:
2256
-
eventId:
2257
-
description: Unique identifier for this event
2258
-
examples:
2259
-
- evt_01j5k9m7n8p9q2r3s4t5v6w7x8
2260
-
type: string
2261
-
tenantId:
2262
-
description: Tenant identifier for the event
2263
-
examples:
2264
-
- tenant_01j5k9m7n8p9q2r3s4t5v6w7x8
2265
-
type: string
2266
-
timestamp:
2267
-
description: Timestamp when the event was processed
description: Triggered when a page version is processed. The webhook payload contains details about the processed page version including page ID, version ID, and processing timestamp.
2311
-
required: true
2312
-
pageVersionPublished:
2313
-
post:
2314
-
description: Triggered when a page version is published. The webhook payload contains details about the published page version including page ID, version ID, and publishing timestamp.
2315
-
responses:
2316
-
"200":
2317
-
description: Webhook received successfully
2318
-
summary: Page Version Published
2319
-
tags:
2320
-
- Webhooks
2321
-
requestBody:
2322
-
content:
2323
-
application/json:
2324
-
schema:
2325
-
type: object
2326
-
properties:
2327
-
eventId:
2328
-
description: Unique identifier for this event
2329
-
examples:
2330
-
- evt_01j5k9m7n8p9q2r3s4t5v6w7x8
2331
-
type: string
2332
-
tenantId:
2333
-
description: Tenant identifier for the event
2334
-
examples:
2335
-
- tenant_01j5k9m7n8p9q2r3s4t5v6w7x8
2336
-
type: string
2337
-
timestamp:
2338
-
description: Timestamp when the event was processed
description: Triggered when a page version is published. The webhook payload contains details about the published page version including page ID, version ID, and publishing timestamp.
2383
-
required: true
2384
-
formSubmitted:
2385
-
post:
2386
-
description: Triggered when a form is submitted. The webhook payload contains details about the submitted form including form ID, submission ID, and submission timestamp.
2387
-
responses:
2388
-
"200":
2389
-
description: Webhook received successfully
2390
-
summary: Form Submitted
2391
-
tags:
2392
-
- Webhooks
2393
-
requestBody:
2394
-
content:
2395
-
application/json:
2396
-
schema:
2397
-
type: object
2398
-
properties:
2399
-
eventId:
2400
-
description: Unique identifier for this event
2401
-
examples:
2402
-
- evt_01j5k9m7n8p9q2r3s4t5v6w7x8
2403
-
type: string
2404
-
tenantId:
2405
-
description: Tenant identifier for the event
2406
-
examples:
2407
-
- tenant_01j5k9m7n8p9q2r3s4t5v6w7x8
2408
-
type: string
2409
-
timestamp:
2410
-
description: Timestamp when the event was processed
description: Triggered when a form is submitted. The webhook payload contains details about the submitted form including form ID, submission ID, and submission timestamp.
0 commit comments