Sending Emails with a Template

After adding the template (either through the panel or the API), you can start sending messages using the POST method (sendmail_templates). During the sending process, an array of data is passed that includes:

  • The email addresses of the recipients.

  • The corresponding variables to be replaced in the template.

The system automatically replaces the variables in the template, generates personalized messages, and sends them to the specified recipients. This method supports sending to up to 200 recipients in a single array, and the ability to send in parallel significantly speeds up the entire process.

For details regarding sending emails using templates, please refer to the API documentation.

Last updated