Taximail API
The Taximail API is the primary way to get data in and out of Taximail's platform. It’s structured around REST, HTTP and JSON.
It allows you to query data, import your contacts, manage campaigns, get campaign's statistics, view and control Automation workflows and a variety of other tasks .
All of our features and functionality interact with the Taximail API in some way, so understanding how the Taximail API works is important.
If you are unfamiliar with the Taximail API, we recommend that you start with these documents:
Get Started : Learn how the Taximail API is structured, how it works and various resources which are helpful in using it efficiently.
Using the Taximail API : Start by learning the basics of the Taximail API, it's base URL, the HTTP methods, the authentication process...etc.
Reference : View available resources in our API Reference and learn how to read our reference documents so that you can easily find what you're looking for.
Once you are done with the basics, you can explore more advanced topics like the ones below:
- Webhooks : Learn about webhooks and how to manage them using the Taximail API. This section will cover topics like working with webhooks, adding and deleting a webhook.
- Transactional Emails : Learn about emails that are triggered by a user action on an app. This section will cover showing and sending a transactional email.
- Segments : Learn about segments which are the division of email subscribers based on set criteria. This section will cover creating, showing, updating and deleting a segment.