Terms and Privacy •
Email TransactionalA transactional email is a kind of email that is triggered by a user action on an app. It is sent to facilitate an agreed-upon transaction between the sender and the recipient. Various kinds of transactional email are:
These types of emails are generally sent programmatically through an API or SMTP relay. •••
Showing
GET
https://api.taximail.com/v2/transactional
Example Request
Example Result
•••
Fields
•••
Response Code
•••
Sending
POST
https://api.taximail.com/v2/transactional
Example Request
Example Result
•••
Fields
•••
Response Code
•••
Steps to send a transactional emailIn this section, you will learn how to send a transactional email via the Taximail API. Usually, it requires a developer should set up a system that will send templates to specific recipients. In Taximail, you can quickly create transactional emails like you would any email. You can send these emails to almost all contacts in your audience. Our Integrations section helps you to kickstart the procedure for sending transactional email. Taximail offers two ways to send the transactional email:
For a free subscription, we provide only the API call mode. For paid subscription, we provide both the mode's - API as well as SMTP relay. The following steps will help you get started:
The following code segment is an example of inserting params in the SMTP server configuration.
Similarly, in the app, it will be displayed as follows:
$mail->addCustomHeader("X-TAXIMAIL-TEMPLATE-KEY: 13095cf8c3137fea8"); In APP, it will be displayed as follows: To specify the template key as a parameter, it should be defined in the Transaction API endpoint. An example is shown below:
Hopefully, this guide helped you to understand how transactional emails work. Now, it’s your chance to start using transactional emails to get the possible value and continue building positive customer relationships. •••
Message status
GET
https://api.taximail.com/v2/transactional/{message_id}
Example Request
Example Result
•••
Fields
•••
Response Code
|