Webhooks::Outgoing::Event
Fetch Event
Retrieve an webhook event for a workspace
get/webhooks/outgoing/events/{id}
Path parameters
idstring required
Response
OK
Example response
{
"id": 1,
"public_id": "oMrXDs",
"workspace_id": 42000,
"uuid": "18b1d340cfd584cb0348485cd178a89d",
"event_type_id": "contact.identified",
"subject_id": 40,
"subject_type": "Contact",
"data": {
"id": 246579500,
"tags": [],
"uuid": "3783f37654f74bd2c088c2ffef1ce685",
"fb_url": null,
"anonymous": 0,
"last_name": null,
"public_id": "YYEXRWP",
"time_zone": null,
"created_at": "2024-04-24T09:23:56.649Z",
"first_name": "Bobby",
"updated_at": "2024-04-24T09:23:56.871Z",
"twitter_url": null,
"website_url": null,
"linkedin_url": null,
"phone_number": null,
"workspace_id": 152039,
"email_address": "bobby@fuzzy.com",
"instagram_url": null,
"unsubscribed_at": null,
"custom_attributes": {
"preference": "always yes"
},
"last_notification_email_sent_at": null
},
"api_version": 2,
"created_at": "2025-01-01T00:00:00.000Z",
"page": {
"id": 10,
"public_id": "pPGNOY",
"name": "Great Page"
},
"funnel": {
"id": 2,
"public_id": "yqkMTa",
"name": "Example Funnel"
}
}