SendGrid actions
1. About Send Email
This connector can be used to send email.
Properties expected by the connector:
Property | Type | Required |
---|---|---|
toEmail | json | Yes |
templateData | json | Yes |
subject | String | Yes |
fromEmail | String | Yes |
fromName | String | Yes |
EffectiveDate | Datetime | Yes |
replyToEmail | String | Yes |
templateId | String | Yes |
fromEmail | String | Yes |
count is representing, number of Institution list you are looking for. Max number is 500
offset is representing, number of Institution you want to offset from the result.
Find Your API KEY : https://app.sendgrid.com/settings/api_keys
Find Your Template Id: https://mc.sendgrid.com/dynamic-templates
Create New SendGrid Email Template: https://mc.sendgrid.com/dynamic-templates/new
Sample to Email Format `
[
{
"email": "john.doe@example.com",
"name": "John Doe"
}
]
Sample template Data `
{
"verb": "",
"adjective": "",
"noun": "",
"currentDayofWeek": ""
}