You need to ensure that you’re properly integrating with your email service’s transactional API. For example, when using services like SendGrid, you must authenticate with your API key, define the template ID, and pass any dynamic data needed for the template. In your code, the templateId is used to specify which pre-defined template to use, and the properties field contains dynamic content like recipient names or other personalized details.
Ensure that the template exists in your service dashboard and that all required fields, such as the sender’s address and dynamic data, are properly set. By passing the correct payload structure to the API, you can send emails with dynamic content, such as personalized greetings or links, based on the selected template.
Thank you for your response Its vary helpful. I don’t have maketing hub professinal plan neither have transectional-emails plan with all this limitiation is there any way to send emails to my contact. is there any documantation for this?