The Blink platform enables you to send e-mails both using an SMTP server and on behalf of Blink and get e-mails using IMAP server.
The Blink platform enables you to trigger a workflow on every new email message using an IMAP server.
When configuring email actions, you can choose to write the content using either Markdown or HTML syntax.
Using Markdown (md
):
Using HTML:
"text/html"
.Ensure you configure these parameters correctly based on your preferred formatting style.
To create the connection you need:
Send an e-mail using an SMTP server.
Parameter | Description |
---|---|
From | The email address used to deliver the message. This address should be a verified sender in your SMTP server. |
To | List of addresses - each one on a different line - to send the email to. |
Subject | This is the subject of the mail. |
Content | The body of the mail, write up your mail to send as you wish. |
Sender Display Name | The sender’s name to be displayed to the recipient (if not specified, defaults to the email’s domain name). |
Content Type | Representation of the Content-Type in the email body content. |
Custom Headers | The custom headers to add to the email. For Example: Header1:Value1 Header2:Value2 … |
Attachment Name | The name of the attachment. |
Attachment Files | A comma-separated list of file identifiers for the attachment. |
Attachment Body | The body of the attachment. |
To create the connection you need:
List email messages for specific email address.
Parameter | Description |
---|---|
Filter Since Date | Filters emails sent from the specified date onward. |
Include Seen Emails | When checked, all emails including those already seen will be displayed. If unchecked, only unseen email messages will be displayed. |
Limit | The maximum number of email messages returned. |
Triggers a workflow on every new message.
Send an e-mail on behalf of Blink.
Parameter | Description |
---|---|
To | Enter the receivers email address. |
Subject | This is the subject of the mail. |
Content | The body of the mail, write up your mail to send as you wish. |
Content Type | Representation of the Content-Type in the email body content. |
Custom Headers | The custom headers to add to the email. For Example: Header1:Value1 Header2:Value2 … |
Attachment Name | The name of the attachment. |
Attachment Files | A comma-separated list of file identifiers for the attachment. |
Attachment Body | The body of the attachment. |
Create the connection by using one of the following methods:
** Ensure the relevant APIs from the following list are enabled: **
Parameter | Description |
---|---|
Attachment Files | A comma-separated list of file identifiers for the attachment. |
Bcc | A comma-separated list of emails for BCC recipients of the message. |
CC | A comma-separated list of email for CC recipients of the message. |
Content | The body of the mail. |
From User ID | The email of the user from which to send the email. The special value ‘me’ can be used if the connection is OAuth to identify as the authenticated user. |
Subject | This is the subject of the mail. |
To | A comma-separated list of email recipients for the message. |
The Blink platform enables you to send e-mails both using an SMTP server and on behalf of Blink and get e-mails using IMAP server.
The Blink platform enables you to trigger a workflow on every new email message using an IMAP server.
When configuring email actions, you can choose to write the content using either Markdown or HTML syntax.
Using Markdown (md
):
Using HTML:
"text/html"
.Ensure you configure these parameters correctly based on your preferred formatting style.
To create the connection you need:
Send an e-mail using an SMTP server.
Parameter | Description |
---|---|
From | The email address used to deliver the message. This address should be a verified sender in your SMTP server. |
To | List of addresses - each one on a different line - to send the email to. |
Subject | This is the subject of the mail. |
Content | The body of the mail, write up your mail to send as you wish. |
Sender Display Name | The sender’s name to be displayed to the recipient (if not specified, defaults to the email’s domain name). |
Content Type | Representation of the Content-Type in the email body content. |
Custom Headers | The custom headers to add to the email. For Example: Header1:Value1 Header2:Value2 … |
Attachment Name | The name of the attachment. |
Attachment Files | A comma-separated list of file identifiers for the attachment. |
Attachment Body | The body of the attachment. |
To create the connection you need:
List email messages for specific email address.
Parameter | Description |
---|---|
Filter Since Date | Filters emails sent from the specified date onward. |
Include Seen Emails | When checked, all emails including those already seen will be displayed. If unchecked, only unseen email messages will be displayed. |
Limit | The maximum number of email messages returned. |
Triggers a workflow on every new message.
Send an e-mail on behalf of Blink.
Parameter | Description |
---|---|
To | Enter the receivers email address. |
Subject | This is the subject of the mail. |
Content | The body of the mail, write up your mail to send as you wish. |
Content Type | Representation of the Content-Type in the email body content. |
Custom Headers | The custom headers to add to the email. For Example: Header1:Value1 Header2:Value2 … |
Attachment Name | The name of the attachment. |
Attachment Files | A comma-separated list of file identifiers for the attachment. |
Attachment Body | The body of the attachment. |
Create the connection by using one of the following methods:
** Ensure the relevant APIs from the following list are enabled: **
Parameter | Description |
---|---|
Attachment Files | A comma-separated list of file identifiers for the attachment. |
Bcc | A comma-separated list of emails for BCC recipients of the message. |
CC | A comma-separated list of email for CC recipients of the message. |
Content | The body of the mail. |
From User ID | The email of the user from which to send the email. The special value ‘me’ can be used if the connection is OAuth to identify as the authenticated user. |
Subject | This is the subject of the mail. |
To | A comma-separated list of email recipients for the message. |