address.created
Anytime a new address record is created and added to an end user's record, the address.created
event is triggered confirming that the new address has been created/added to their account.
{
"type": "address.created",
"id": "evt_67hHebFkzzhJ3nEknDY5DENl",
"created": 1624530086,
"triggered_from": "open_api",
"data": {
"object": {
"object": "address",
"id": 43,
"city": "city name",
"company": "company name",
"country": "CA",
"country_name": "Canada",
"created_at": "2021-06-24 10:21:26",
"department": "which department",
"first_name": "first name",
"is_default": true,
"last_name": "last name",
"line1": "specific address",
"line2": "apt 10",
"postal_code": "12345",
"state": "QC",
"state_name": "Quebec",
"title": "title name",
"type": "shipping",
"updated_at": "2021-06-24 10:21:26",
"customer": {
"object": "customer",
"id": 64,
"balance": 0,
"created": "2021-06-24 10:16:11",
"currency": null,
"default_source": null,
"delinquent": false,
"display_name": "display_name",
"email": "[email protected]",
"email_confirm": null,
"first_name": "first name",
"has_password": 0,
"language": null,
"last_login_method": 'email',
"last_name": "last name",
"metadata": {
"pelcro_account_id": "1",
"pelcro_customer_id": "64"
},
"phone": "12345678",
"phone_confirm": null,
"salutation": "salutation",
"title": "title",
"username": null
}
}
}
}
Updated over 1 year ago