Email Actions

Herogi supports email sending functionality via multiple vendors. You can use your existing account to send email.

Sendgrid

Sendgrid email api is supported by Herogi.

Integration

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.

SimpleApiEmailAction

Action Parameters

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

Mailjet email api is supported by Herogi.

Integration

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.

SimpleEmailAction

Action Parameters

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

Gmail email api is supported by Herogi.

Integration

To use Gmail actions you should add your Gmail account credentials.

Integration Parameters
Username
Password

Credentials are stored as encrytpted.

SimpleEmailAction

Action Parameters

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

Aws Ses email api is supported by Herogi.

Integration

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.

SimpleEmailAction

Action Parameters

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