My problem is this: users of my app select their resident Province in a dropdown menu and are then emailed a document based on their selected province.
I tried SendGrid but I’m having difficulties with that as well. I’d have to add each user who fills out the form to a list based on their province and then send them an email as soon as they’re added to the list. The problem is I’m finding it difficult to add the users to the SendGrid list, as it’s asking for the List ID and Recipient ID and I don’t know what to input into either of those fields.
Sendgrid contact will help you with Segments and other features necessary to implement your emailing. If you have issues and will like someone set it up for you check us here. Sendgrid by Copilot will help with sending the emails with attachments.
you just need to add https: before the link reference in your API call to make it a clickable link.
Or, if you want to show some other anchor text in the email for the link, use a standard html link in your Sendgrid (or whatever email provider you use) template, and just pass the URL through in the API call.
The same applies for using a button - add a button in your email template, then just pass through the URL of the link in the API call.