Przejdź do treści

CRM Organization created

Zdarzenie informujące o stworzeniu organizacji w CRM

Webhook Configuration Example

"subscriptions": {
    "organization_created": {
        "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_created 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",
      "billing_address": {
         "address_1": null,
         "address_2": null,
         "city": null,
         "country": null,
         "postcode": null,
         "province": null
      },
      "contact_address": {
         "address_1": null,
         "address_2": null,
         "city": null,
         "country": null,
         "postcode": null,
         "province": 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": [],
      "firstname": null,
      "is_physical_person": false,
      "krs": null,
      "lifecycle_stage_id": null,
      "locale": "",
      "localization_list": [],
      "main_contact_person_id": null,
      "main_contact_person_name": null,
      "modify_date": "2022-02-03 11:13:31",
      "name": "Nazwa firmy",
      "nip": null,
      "number_list": [],
      "organization_identifier": null,
      "regon": null,
      "surname": null,
      "unique_email_list": [],
      "unique_number_list": [],
      "vat_id": null,
      "website_url": null
   },
   "crm_organization_id": "5cbee88c33f5de7f38423ce9",
   "event_name": "organization_created",
   "event_time": "2022-02-03 11:13:31",
   "event_type": "crm"
}