Hello everyone,
I tried to find how to integrate a list of things in the body’s email but because it is a little bit tricky, I can’t achieve the process. So I explain my issue.
I want to send email with SendGrid and I use a backend workflow to do it.
First for explaining my data, I have:
- An user that will receive the email. Data field : buddy. Data type : user
- Many users that would be the list of people inside the list. Data field: matchingBuddies - Data type : User’s list.
In the backend workflow
I created a workflow with the name newbuddytomatch in response type JSON
Step 1: create the row with the right field data (buddy = current user)
Step 2: The several users who match with the current users (same interests)
Step 6: the schedule API workflow who calls the API workflow for the right data.
The API worflow to send the email with SendGrid/
Step 1: the email’s sending action. Trigger wokflow with : POST
I have basic template on SendGrid without HTML code.
I read that I have to code some HTML. In that case, what is the code I have to write and how? (I am not a coder yet :frowning )
Thank you a lot