Saturday, May 15, 2021

MailChimp transactional Email R&D

About transactional Email:

Transactional emails are sent to one person at a time, and are limited in the type of content they can include


1.  are one-to-one communications, 

2.  are a type of automated email or Trigger Email

3.  are relevant only to the intended individual recipient but not group of emaails

Usage:

a. Confirmation emails : 

b. Notification emails

c. Reminders

4. legal restrictions on a transactional email.

5. Transactional email typically relies on an API or Simple Mail Transfer Protocol (SMTP) integration for sending.

6. Transactional Email is a paid add-on to a Standard or Premium Mailchimp plan


ref links:

https://mailchimp.com/resources/how-to-use-transactional-emails/

https://mailchimp.com/help/about-transactional-email/ .



For setup the Transactional Email from Mandril :

https://mailchimp.com/developer/transactional/docs/fundamentals/



https://www.g2.com/products/mailchimp-transactional-email-formerly-mandrill/reviews#survey-response-902629


SMTP : https://www.youtube.com/watch?v=lA3xBtQ9juY


Send through POSTMAN:

https://mailchimp.com/developer/transactional/guides/quick-start/


to get the API key:

https://mandrillapp.com/settings


Api for templates for mailchimp:

https://mailchimp.com/developer/transactional/api/templates/list-templates/


Api for templates for mandrill:

https://mandrillapp.com/api/docs/templates.JSON.html#method=list


Quick Start API:

https://mailchimp.com/developer/transactional/guides/quick-start/


Send template:

https://mailchimp.com/developer/transactional/api/messages/send-using-message-template/


https://developer.salesforce.com/forums/?id=9062I000000IYVCQA4


No comments:

Post a Comment

CSS Styling

Styling: 1. Inline Styling: < div style = "font-size: 2rem;font-weight: 400;" > Good Evening </ div > 2. Usi...