Download OpenAPI specification:Download
This is a documentation that covers all of BayEngage's Trigger APIs and Actions APIs.
Contact details can be included along with the Email contact. Customer will be marked as a subscriber.
| email required | string |
| source required | string Default: "zapier" an identification for source of contact creation. |
| email_subscription required | string |
| first_name | string |
| last_name | string |
| address_street_1 | string |
| apartment | string |
| city | string |
| zip_code | string |
| country | string |
| region | string |
| list_id | string |
{- "email": "johndoe@targetbay.com",
- "source": "zapier",
- "email_subscription": "subscribed",
- "first_name": "John",
- "last_name": "Doe",
- "address_street_1": "Melrose Avenue",
- "apartment": 102,
- "city": "Los Angeles",
- "zip_code": 90001,
- "country": "United States",
- "region": "California",
- "list_id": 11021
}The Email contact will not receive emails from BayEngage
| email required | string |
| source required | string Default: "zapier" an identification for source of contact creation. |
| email_subscription required | string |
{- "email": "johndoe@targetbay.com",
- "source": "zapier",
- "email_subscription": "unsubscribed"
}Searches BayEngage for the Email contact and returns the contact details of the customer if found
| email required | string |
| source required | string Default: "zapier" an identification for source of contact creation. |
| email_subscription required | string |
{- "email": "johndoe@targetbay.com",
- "source": "zapier",
- "email_subscription": "email"
}Searches BayEngage for the Phone contact and returns the contact details of the customer if found
| phone required | string |
| source required | string Default: "zapier" an identification for source of contact creation. |
| email_subscription required | string |
{- "phone": "+1 4565559807",
- "source": "zapier",
- "email_subscription": "phone"
}Sends customer details to Zapier when a customer subscribes to email Via BayEngage
Data sent to Zapier
string | |
| first_name | string |
| last_name | string |
| phone | string |
| address_street_1 | string |
| apartment | string |
| city | string |
| zip_code | string |
| country | string |
| region | string |
{- "email": "johndoe@targetbay.com",
- "first_name": "John",
- "last_name": "Doe",
- "phone": "+1 **********",
- "address_street_1": "Melrose Avenue",
- "apartment": 102,
- "city": "Los Angeles",
- "zip_code": 90001,
- "country": "United States",
- "region": "California"
}Sends customer details to Zapier when a customer unsubscribes to email Via BayEngage
Data sent to Zapier
string | |
| date | string |
{- "email": "johndoe@targetbay.com",
- "date": "2022-07-07T10:10:00.000Z"
}