Customer Account Event - Sample - General

Customer Account Event - Sample - Record Creation

Customer Account Event - Structure

The fields that have been updated for this webhook are:

Field Sample Value
email “james.hetfield@email.com”
company_name null
first_name “James”
last_name “Hetfield”
billing_address_line_1 “Utility House”
billing_address_line_2 “32-36 Prospect Street”
billing_city “Hull”
billing_postal_code “HU2 8PX”
billing_country_code GB
id “CA01G420EJ9D44P1VQWR”
event_id “HI02KL45YJ6ZR7JZ2DQR”
legacy_id null
created_at “2024-04-15T10:28:51Z”
status “active”
title “Mr”
edited_at “2024-04-15T10:28:51Z”
delivery_address_line_1 null
delivery_address_line_2 null
delivery_city null
delivery_postal_code null
delivery_country_code null
custom_reference null
event_type “customer_account.create”
event_source “Portal”
billing_state null
delivery_state null
metadata null
gift_aid false
client:id “CL01LG420EJ9DP1VQWR9”
created_by:id “CU01LG420EJ9VWP1VQWR”
edited_by:id “CU01LG420EJ9VWP1VQWR”
{
   "id":{VALUE},
   "idempotency_key":{VALUE},
   "sent_at":{VALUE},
   "client":
   { 
      "id":{VALUE} 
   },
   "events":[
      {
         "email":{VALUE},
         "company_name":{VALUE},
         "first_name":{VALUE},
         "last_name":{VALUE},
         "billing_address_line_1":{VALUE},
         "billing_address_line_2":{VALUE},
         "billing_city":{VALUE},
         "billing_postal_code":{VALUE},
         "billing_country_code":{VALUE},
         "id":{VALUE},
         "event_id":{VALUE},
         "legacy_id":{VALUE},
         "created_at":{VALUE},
         "status":{VALUE},
         "title":{VALUE},
         "edited_at":{VALUE},
         "delivery_address_line_1":{VALUE},
         "delivery_address_line_2":{VALUE},
         "delivery_city":{VALUE},
         "delivery_postal_code":{VALUE},
         "delivery_country_code":{VALUE},
         "custom_reference":{VALUE},
         "event_type":{VALUE},
         "event_source":{VALUE},
         "billing_state":{VALUE},
         "delivery_state":{VALUE},
         "metadata":{VALUE},
         "gift_aid":{VALUE},
         "created_by":{
            "id":{VALUE}
         },
         "edited_by":{
            "id":{VALUE}
         },
         "client":{
            "id":{VALUE}
         }, 
      }
   ]
}

Note: Property display order for documentation purposes, actual order may vary.

Customer Account Event - Sample - Record Update

Customer Account Event - Structure

The fields that have been updated for this webhook are:

Field Sample Value
custom_reference “cr241119”
event_type “customer_account.update”
event_source “Portal”
edited_at “2024-11-19T11:44:02Z”
edited_by:id “CU01LG420EJ9VWP1VQWR”
{
   "id":{VALUE},
   "idempotency_key":{VALUE},
   "sent_at":{VALUE},
   "client":
   { 
      "id":{VALUE} 
   },
   "events":[
      {
         "email":{VALUE},
         "company_name":{VALUE},
         "first_name":{VALUE},
         "last_name":{VALUE},
         "billing_address_line_1":{VALUE},
         "billing_address_line_2":{VALUE},
         "billing_city":{VALUE},
         "billing_postal_code":{VALUE},
         "billing_country_code":{VALUE},
         "id":{VALUE},
         "event_id":{VALUE},
         "legacy_id":{VALUE},
         "created_at":{VALUE},
         "status":{VALUE},
         "title":{VALUE},
         "edited_at":{VALUE},
         "delivery_address_line_1":{VALUE},
         "delivery_address_line_2":{VALUE},
         "delivery_city":{VALUE},
         "delivery_postal_code":{VALUE},
         "delivery_country_code":{VALUE},
         "custom_reference":{VALUE},
         "event_type":{VALUE},
         "event_source":{VALUE},
         "billing_state":{VALUE},
         "delivery_state":{VALUE},
         "metadata":{VALUE},
         "gift_aid":{VALUE},
         "created_by":{
            "id":{VALUE}
         },
         "edited_by":{
            "id":{VALUE}
         },
         "client":{
            "id":{VALUE}
         }, 
      }
   ]
}

Note: Property display order for documentation purposes, actual order may vary.