CRM Organization updated
Zdarzenie informujące o modyfikacji organizacji w CRM
Webhook Configuration Example
"subscriptions": {
"organization_updated": {
"active": true
}
}
Body
{
"event_type": "<STRING>",
"event_name": "<STRING>",
"event_time": "<STRING>",
"crm_organization_id": "<STRING>"
}
Parameters
Parametr | Rodzaj | Przykład | Opis |
---|---|---|---|
event_name | <STRING> |
organization_updated | nazwa wydarzenia |
event_time | <STRING> |
2022-02-03 11:13:31 | czas wydarzenia |
event_type | <STRING> |
crm | typ wydarzenia |
crm_organization_id | <STRING> |
5cbee88c33f5de7f38423ce9 | identyfikator organizacji CRM |
Example
{
"updated_fields": {
"name": "Nowa nazwa firmy",
"modify_date": "2022-02-03 11:13:31"
},
"crm_organization_id": "5cbee88c33f5de7f38423ce9",
"event_name": "organization_updated",
"event_time": "2022-02-03 11:13:31",
"event_type": "crm"
}