CRM Contact created
Zdarzenie informujące o stworzeniu kontaktu w CRM
Webhook Configuration Example
"subscriptions": {
"contact_created": {
"active": true
}
}
Body
{
"event_type": "<STRING>",
"event_name": "<STRING>",
"event_time": "<STRING>",
"crm_contact_id": "<STRING>"
}
Parameters
Parametr | Rodzaj | Przykład | Opis |
---|---|---|---|
event_name | <STRING> |
contact_created | nazwa wydarzenia |
event_time | <STRING> |
2022-02-03 11:13:31 | czas wydarzenia |
event_type | <STRING> |
crm | typ wydarzenia |
crm_contact_id | <STRING> |
5cbee88c33f5de7f38423ce9 | identyfikator kontaktu CRM |
Example
{
"crm_contact": {
"_id": "5cbee88c33f5de7f38423ce9",
"avatar_id": null,
"contact_address": {
"address_1": null,
"address_2": null,
"city": null,
"country": null,
"postcode": null,
"province": null
},
"contact_identifier": null,
"created_by_tenant_user_id": 6,
"created_by_tenant_user_name": "wciurzynski",
"created_date": "2022-02-03 11:13:31",
"crm_id": "5cd0034e33f5de5a1e225e50",
"custom": {},
"custom_tag_id_list": [],
"email_list": [],
"fb_page_user_list": [],
"fbclid": null,
"firstname": "test",
"gclid": null,
"job": null,
"last_contact_date": null,
"lifecycle_stage": "Subscriber",
"lifecycle_stage_id": 1,
"localization_list": [],
"manager_id_list": [],
"modify_date": "2022-02-03 11:13:31",
"number_list": [],
"organization_id": null,
"organization_name": null,
"product_id_list": [],
"role_id": null,
"segmentation_name": null,
"segmentation_points": 0,
"source_type": null,
"surname": "test2",
"tele_id": null,
"tele_pin": null,
"unique_email_list": [],
"unique_number_list": [],
"utm_campaign": null,
"utm_content": null,
"utm_medium": null,
"utm_source": null,
"utm_term": null,
"web_pass": null,
"web_user": null
},
"crm_contact_id": "5cbee88c33f5de7f38423ce9",
"event_name": "contact_created",
"event_time": "2022-02-03 11:13:31",
"event_type": "crm"
}