You can schedule transactional emails using the service documented in the "Preferences" section, in the "Transactional Email" section. There you will find all the documentation to access the API.
Within this documentation you can find examples in PHP and CURL, but the API can be invoked from any programming language.
The API has 5 methods:
- Authentication: to authenticate and receive a token that allows to call the rest of the methods.
- Messages: to send emails and sms
- Tags: to read tags that have been previously created.
- Stats: General statistics by date range.
- Reports: downloading of recipients, openers and bounces of the mailings sent.
You can find user and password for API at Integrations section. Check here how to do it:
Comments