curl --location 'https://your-api-server.com' \
--header 'x-omerlo-webhook-signature;' \
--header 'x-omerlo-webhook-key-id: v1' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "550e8400-e29b-41d4-a716-446655440000",
"event_name": "invitation_created",
"sent_at": "2026-06-24T12:34:56.789Z",
"data": {
"invitation": {
"id": "9c8b5f1e-2847-4d8f-8abc-def123456789",
"email": "user@example.com",
"created_at": "2026-06-24T12:34:56Z"
},
"event": {
"id": "evt_123456",
"type": "community_member_invited"
}
}
}'{
"data": {
"event": {
"address": [],
"contact": [],
"cover_image_key": null,
"description": [],
"id": "ef7e8599-4ec0-4376-9af8-7f79d7090e89",
"inserted_at": "2026-08-16T06:08:00Z",
"locales": [
{
"deleted_at": null,
"id": null,
"locale": "en",
"name": "Oaked Arrogant Bastard Ale",
"summary_html": null
}
],
"profile": {
"canonical_url": null,
"id": "ef7e8599-4ec0-4376-9af8-7f79d7090e89",
"profile_categories": "not_loaded",
"profile_type_id": "5becc428-cf2b-4fb4-996e-2341752c9e06",
"status_id": "9d120875-def9-4be2-b63f-766d9d782325",
"workspace_id": "f303371b-5e1b-437e-9a1c-88d8d7e119a6"
},
"profile_image_key": null,
"schedule": {
"all_day?": false,
"count": 730,
"days": [],
"ends_at_date": "2026-11-30",
"ends_at_time": "19:47:00",
"excluded_dates": [],
"frequency": "daily",
"id": null,
"interval": 1,
"monthly_opts": null,
"recurrence": "none",
"starts_at_date": "2026-11-30",
"starts_at_time": "18:47:00",
"timezone": "America/Montreal",
"until": null
},
"subscription_url": null,
"updated_at": "2026-08-16T06:08:00Z"
},
"invitation": {
"email": "qbuirette@omerlo.com",
"event_id": "ef7e8599-4ec0-4376-9af8-7f79d7090e89",
"id": "a2de79c9-0f46-49b9-9c5b-b94b4acaa6c1",
"inserted_at": "2026-05-29T15:21:33Z"
}
},
"event_name": "event_invitation_created"
}