I am fairly certain of two things 1) the answer is yes, and 2) the solution is pretty simple…here we go…
I have a sendgrid account, it is connected with an API. When an event happens within my app I have an email sent to the customer, that all works great!
Sendgrid has campaigns, for example a New User campaign where you can send the new user a series of templated emails on a schedule. My question is, how to I get my app to talk to you sendgrid and send the user data over to sendgrid and then add them to that campaign?
I know how to uplaod a csv with my contacts to sendgrid. I am looking for automation.
Does my question make sense?