{
"event_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"event_timestamp": "<string>",
"payload": {
"member": {
"id": "1234",
"created_at": "2025-12-29T18:18:06+00:00",
"updated_at": "2025-12-29T18:18:06+00:00",
"email": "[email protected]",
"permalink": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"time_zone": "<string>",
"location": "<string>",
"bio": "<string>",
"referral_count": 123,
"avatar": "<string>",
"categories": "<string>",
"ambassador_level": "<string>"
},
"custom_field": {
"id": "1234",
"created_at": "2025-12-29T18:18:06+00:00",
"updated_at": "2025-12-29T18:18:06+00:00",
"title": "Favorite Color",
"response_type": "dropdown_single_select"
},
"network_id": 123,
"previous_text": "<string>",
"new_text": "<string>",
"previous_segments": [
{
"id": "1234",
"created_at": "2025-12-29T18:18:06+00:00",
"updated_at": "2025-12-29T18:18:06+00:00",
"title": "Gold Member",
"custom_field_id": 123,
"description": "Premium tier members",
"color": "#FFD700"
}
],
"new_segments": [
{
"id": "1234",
"created_at": "2025-12-29T18:18:06+00:00",
"updated_at": "2025-12-29T18:18:06+00:00",
"title": "Gold Member",
"custom_field_id": 123,
"description": "Premium tier members",
"color": "#FFD700"
}
]
}
}Triggered when a member updates their custom field response
{
"event_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"event_timestamp": "<string>",
"payload": {
"member": {
"id": "1234",
"created_at": "2025-12-29T18:18:06+00:00",
"updated_at": "2025-12-29T18:18:06+00:00",
"email": "[email protected]",
"permalink": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"time_zone": "<string>",
"location": "<string>",
"bio": "<string>",
"referral_count": 123,
"avatar": "<string>",
"categories": "<string>",
"ambassador_level": "<string>"
},
"custom_field": {
"id": "1234",
"created_at": "2025-12-29T18:18:06+00:00",
"updated_at": "2025-12-29T18:18:06+00:00",
"title": "Favorite Color",
"response_type": "dropdown_single_select"
},
"network_id": 123,
"previous_text": "<string>",
"new_text": "<string>",
"previous_segments": [
{
"id": "1234",
"created_at": "2025-12-29T18:18:06+00:00",
"updated_at": "2025-12-29T18:18:06+00:00",
"title": "Gold Member",
"custom_field_id": 123,
"description": "Premium tier members",
"color": "#FFD700"
}
],
"new_segments": [
{
"id": "1234",
"created_at": "2025-12-29T18:18:06+00:00",
"updated_at": "2025-12-29T18:18:06+00:00",
"title": "Gold Member",
"custom_field_id": 123,
"description": "Premium tier members",
"color": "#FFD700"
}
]
}
}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)