We have a scenario in which we would like to send transactional emails based on responses from the REST API. We are offering a Trial Subscription for a Desktop Application, and our goal is to send an email when a user installs the desktop application on their PC. We have already developed an API that will provide us with the trial activation date upon installation of the application. This date will serve as a trigger to initiate the pre-configured email automation series.
The first email in the series will notify the user that they have successfully activated the trial. After a certain number of days (for example, 29 days), a reminder email will be sent, prompting the user to consider renewing their subscription. One day later, when the trial period concludes, another email will be sent to inform the user that the trial has ended.
Essentially, we would like to automate the series in advance, with the series starting when triggered by the API. If there is any alternative method to achieve this, please let us know. The desktop app operates through a REST API.
Our Desktop Application is developed in C++ while our Website is in PHP and we have created a REST API to syn users between Desktop Application and the Website.