customer.updated
The customer.updated
event is triggered whenever a user's information gets updated either via the Pelcro Platform. Any information updates such as first or last name, Company, or title information trigger the customer update information.
{
"type": "customer.updated",
"id": "evt_i6odcanirP3nhvxkKniHx1Gm",
"created": 1660237889,
"triggered_from": "open_api",
"data": {
"object": {
"object": "customer",
"id": 6736761,
"balance": 0,
"created": "2022-08-11T17:07:59.000000Z",
"currency": null,
"default_source": null,
"delinquent": false,
"display_name": null,
"mail_marketing": null,
"tele_marketing": null,
"email": "[email protected]",
"email_confirm": null,
"first_name": "Example",
"has_password": 0,
"language": null,
"last_login_method": 'email',
"last_name": "User",
"metadata": null,
"object_id": "cus_ME75MYBIOMY2rm",
"organization": {
"object": "list",
"data": [
{
"object": "organization",
"id": 29,
"name": "HP"
}
]
},
"password_last_updated_at": null,
"phone": null,
"phone_confirm": null,
"salutation": null,
"title": null,
"subscriptions": null,
"shipping_addresses": null,
"billing_addresses": null,
"username": null
},
"previous_attributes": []
}
}
Updated over 1 year ago