{
"event_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"event_timestamp": "<string>",
"payload": {
"id": "1234",
"created_at": "2026-09-04T21:33:15+00:00",
"updated_at": "2026-09-04T21:33:15+00:00",
"post_type": "multiple_choice_poll",
"title": "<string>",
"creator": {
"id": "1234",
"created_at": "2026-09-04T21:33:14+00:00",
"updated_at": "2026-09-04T21:33:14+00:00",
"name": "<string>",
"email": "<string>",
"short_bio": "<string>",
"admin": true,
"last_visited_at": "2026-09-04T21:33:16+00:00"
},
"space": {
"id": "1234",
"created_at": "2026-09-04T21:33:14+00:00",
"updated_at": "2026-09-04T21:33:14+00:00",
"name": "<string>",
"collection_id": 123
},
"permalink": "<string>",
"choices": [
{
"id": "<string>",
"text": "<string>"
}
],
"images": [
"<string>"
]
}
}Webhooks
MultipleChoicePollCreated
Triggered when a multiple choice poll is created by a member, in a space
WEBHOOK
MultipleChoicePollCreated
{
"event_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"event_timestamp": "<string>",
"payload": {
"id": "1234",
"created_at": "2026-09-04T21:33:15+00:00",
"updated_at": "2026-09-04T21:33:15+00:00",
"post_type": "multiple_choice_poll",
"title": "<string>",
"creator": {
"id": "1234",
"created_at": "2026-09-04T21:33:14+00:00",
"updated_at": "2026-09-04T21:33:14+00:00",
"name": "<string>",
"email": "<string>",
"short_bio": "<string>",
"admin": true,
"last_visited_at": "2026-09-04T21:33:16+00:00"
},
"space": {
"id": "1234",
"created_at": "2026-09-04T21:33:14+00:00",
"updated_at": "2026-09-04T21:33:14+00:00",
"name": "<string>",
"collection_id": 123
},
"permalink": "<string>",
"choices": [
{
"id": "<string>",
"text": "<string>"
}
],
"images": [
"<string>"
]
}
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Webhook payload
Response
200
Return any 2xx status to indicate that the payload has been successfully received.
Any other response will cause the webhook to retry up to 5 times, over a period of several hours.