Overview
Endpoint:Get started
1. New transactional email
Create a new transactional email on your zootools dashboard. Use a friendlyname, so both you and the marketer can understand what’s the email is about.
2. Open the transactional email
Follow the instructions based on your programming language.
3. (optional) Edit email template and add many variables.
ZooTools will automatically extract the variables from the email content, and easily expose them to you in the API examples.
4. Copy the payload with your name, data and to.
As you saw, ZooTools automatically updated the code example to include the new variables you added. The propertyname is the one you defined when creating the transactional email. This name should be unique.
5. Call the API passing the transactional name, and the data.
Parameters
Email or list of emails that should receive your transactional email
Unique identifier of the transactional email. You can update this value on
ZooTools dashboard.
You can make your email personalized for every user’s passing custom data. Each variable in the html template is replaced by the data you provide.ZooTools has default properties that are automatically added to your account, and you can define custom properties.You can create as many variables as you want while creating or editing the template.