Herogi supports email sending functionality via multiple vendors. You can use your existing account to send email.
Sendgrid email api is supported by Herogi.
To use Sendgrid actions you should add your Sendgrid account credentials.
Integration Parameters |
---|
Api Key |
You can find your credentials in Sendgrid dashboard.
Credentials are stored as encrytpted.
Key | Data Type | Recurring | Sample Value | Description |
---|---|---|---|---|
to | STRING | NO | john@example.com | Recipient email address |
from | STRING | NO | sally@example.com | Sender email address |
subject | STRING | NO | Hello | Subject of email |
body | STRING | NO | Welcome to Herogi | Body content of email |
content-type | STRING | NO | text/html | Content type of email, use text/html for html emails |
Mailjet email api is supported by Herogi.
To use Mailjet actions you should add your Mailjet account credentials.
Integration Parameters |
---|
App Id |
App Secret |
You can find your credentials in Mailjet dashboard.
Credentials are stored as encrytpted.
Key | Data Type | Recurring | Sample Value | Description |
---|---|---|---|---|
to | STRING | NO | john@example.com | Recipient email address |
from | STRING | NO | sally@example.com | Sender email address |
subject | STRING | NO | Hello | Subject of email |
body | STRING | NO | Welcome to Herogi | Body content of email |
content-type | STRING | NO | text/html | Content type of email, use text/html for html emails |
Gmail email api is supported by Herogi.
To use Gmail actions you should add your Gmail account credentials.
Integration Parameters |
---|
Username |
Password |
Credentials are stored as encrytpted.
Key | Data Type | Recurring | Sample Value | Description |
---|---|---|---|---|
to | STRING | NO | john@example.com | Recipient email address |
from | STRING | NO | sally@example.com | Sender email address |
subject | STRING | NO | Hello | Subject of email |
body | STRING | NO | Welcome to Herogi | Body content of email |
content-type | STRING | NO | text/html | Content type of email, use text/html for html emails |
Aws Ses email api is supported by Herogi.
To use Aws actions you should add your IAM user credentials.
Integration Parameters |
---|
Iam Username |
Iam Password |
You can find your credentials in AWS dashboard.
Credentials are stored as encrytpted.
Key | Data Type | Recurring | Sample Value | Description |
---|---|---|---|---|
host | STRING | NO | email-smtp.us-west-2.amazonaws.com | Aws smtp zone address |
port | STRING | NO | 495 | Aws smtp port |
to | STRING | NO | john@example.com | Recipient email address |
from | STRING | NO | sally@example.com | Sender email address |
subject | STRING | NO | Hello | Subject of email |
body | STRING | NO | Welcome to Herogi | Body content of email |
content-type | STRING | NO | text/html | Content type of email, use text/html for html emails |