{
"deal": {
"uuid": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"label": "<string>",
"deal_value": 123,
"total_commission_value": 123,
"commission_calculation": "<string>",
"expiration_date": "2023-11-07T05:31:56Z",
"currency_code": "<string>",
"currency_label": "<string>",
"lead_uuid": "<string>",
"lead_created_at": "2023-11-07T05:31:56Z",
"stage_uuid": "<string>",
"partnership_uuid": "<string>",
"partnership_name": "<string>",
"custom_fields": [
{
"uuid": "<string>",
"label": "<string>",
"value": {
"text": "<string>",
"number": 123,
"date": "<string>",
"boolean": true,
"select": 123,
"multi_select": [
123
]
},
"custom_field_value_uuid": "<string>",
"options": [
{
"id": 123,
"label": "<string>"
}
]
}
],
"tags": [
{
"uuid": "<string>",
"label": "<string>"
}
],
"assigned_users": [
{
"uuid": "<string>",
"email": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"id": 123,
"profile_image_id": 123,
"profile_image_uuid": "<string>"
}
],
"assigned_contacts": [
{
"uuid": "<string>",
"email": "<string>",
"first_name": "<string>",
"last_name": "<string>"
}
],
"payments": [
{
"uuid": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"payment_date": "2023-11-07T05:31:56Z",
"payment_processing": true,
"payment_processing_date": "2023-11-07T05:31:56Z",
"payment_completed": true,
"payment_completed_date": "2023-11-07T05:31:56Z",
"payment_value": 123,
"approved": true
}
]
}
}Webhook Events
Deal created
Fired when a new deal is created.
WEBHOOK
deals.create
{
"deal": {
"uuid": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"label": "<string>",
"deal_value": 123,
"total_commission_value": 123,
"commission_calculation": "<string>",
"expiration_date": "2023-11-07T05:31:56Z",
"currency_code": "<string>",
"currency_label": "<string>",
"lead_uuid": "<string>",
"lead_created_at": "2023-11-07T05:31:56Z",
"stage_uuid": "<string>",
"partnership_uuid": "<string>",
"partnership_name": "<string>",
"custom_fields": [
{
"uuid": "<string>",
"label": "<string>",
"value": {
"text": "<string>",
"number": 123,
"date": "<string>",
"boolean": true,
"select": 123,
"multi_select": [
123
]
},
"custom_field_value_uuid": "<string>",
"options": [
{
"id": 123,
"label": "<string>"
}
]
}
],
"tags": [
{
"uuid": "<string>",
"label": "<string>"
}
],
"assigned_users": [
{
"uuid": "<string>",
"email": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"id": 123,
"profile_image_id": 123,
"profile_image_uuid": "<string>"
}
],
"assigned_contacts": [
{
"uuid": "<string>",
"email": "<string>",
"first_name": "<string>",
"last_name": "<string>"
}
],
"payments": [
{
"uuid": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"payment_date": "2023-11-07T05:31:56Z",
"payment_processing": true,
"payment_processing_date": "2023-11-07T05:31:56Z",
"payment_completed": true,
"payment_completed_date": "2023-11-07T05:31:56Z",
"payment_value": 123,
"approved": true
}
]
}
}⌘I