CRM Organization deleted
Zdarzenie informujące o usunięciu organizacji w CRM
Webhook Configuration Example
"subscriptions": {
"organization_deleted": {
"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_deleted | 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
{
"crm_organization_id": "5cbee88c33f5de7f38423ce9",
"event_name": "organization_deleted",
"event_time": "2022-02-03 11:13:31",
"event_type": "crm"
}