{
"event_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"event_timestamp": "<string>",
"payload": {
"id": "1234",
"created_at": "2025-12-29T18:18:06+00:00",
"updated_at": "2025-12-29T18:18:06+00:00",
"creator_id": 123,
"space_id": 123,
"summary": "<string>",
"description": "<string>",
"post_type": "<string>",
"images": [
"<string>"
],
"title": "<string>",
"status": "<string>",
"published_at": "2025-12-29T18:18:07+00:00",
"last_activity_at": "2025-12-29T18:18:07+00:00",
"content_type": "<string>",
"comments_enabled": true,
"permalink": "<string>"
}
}Triggered when a question is updated by a user, in a space
{
"event_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"event_timestamp": "<string>",
"payload": {
"id": "1234",
"created_at": "2025-12-29T18:18:06+00:00",
"updated_at": "2025-12-29T18:18:06+00:00",
"creator_id": 123,
"space_id": 123,
"summary": "<string>",
"description": "<string>",
"post_type": "<string>",
"images": [
"<string>"
],
"title": "<string>",
"status": "<string>",
"published_at": "2025-12-29T18:18:07+00:00",
"last_activity_at": "2025-12-29T18:18:07+00:00",
"content_type": "<string>",
"comments_enabled": true,
"permalink": "<string>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Webhook payload
Return a 200 OK to indiate 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 (TODO)