The Employee object
API Documentation
Businesses
Customers
- The Customer object
- GETList all customers for a business
- POSTCreate a customer
- GETRetrieve a customer
- POSTUpdate a customer
- POSTUnsubscribe a customer from campaigns and triggers
- POSTResubscribe a customer to campaigns and triggers
- DELDelete a customer
- POSTCreate multiple customers
- POSTUpdate multiple customers
Sync
Segments
The Employee object
The schema is of type object
.
{
"id": "<string>",
"email_address": "<string>",
"phone_number": "<string>"
}