Customer Created 2.0 Event Example
Event Label: Customer Created
Event Name: customer.created
Trigger: A new Customer is added to an Org
Target Org: The Org that created and owns the Customer
{
"payload": {
"targetOrg": "88888888-0e5f-4996-8f74-28c75ddb48b9",
"initiatedBy": "296af00b-3c04-45bd-82a4-a2ece88171eb",
"customer": {
"id": "f6ac5e81-ef2d-4981-863a-86bbb4590601",
"org": "88888888-0e5f-4996-8f74-28c75ddb48b9",
"status": "ACTIVE",
"firstName": "Firsty",
"lastName": "Lasty",
"phone": "1234567890",
"phoneIsMobile": true,
"mobile": "1234567890",
"email": "[email protected]",
"address": {
"line1": "123 Easy St",
"line2": null,
"line3": null,
"city": "Mountain View",
"state": "CA",
"country": null,
"postalCode": "94043",
"lat": null,
"lng": null,
"fullAddress": "123 Easy St, Mountain View, CA, 94043"
},
"tz": null,
"integrationIds": []
}
},
"event": "customer.created"
}
Updated 6 months ago