Sendgrid

Sendgrid icon

Sendgrid is a cloud-based email delivery platform for delivering transactional and marketing emails.

Triggers

Trigger

Configuration fields

Data type

Required?

Email bounce - Receiving server could not or would not accept message.

 

 

 

User unsubscribe - Recipient clicked on the subscription management link in the email

 

 

 

Spam report - Recipient marked the email as spam

 

 

 

Actions

Action

Configuration fields

Data type

Required?

Create contact - Create a new contact

Contacts - contacts

 

 

City - Enter the city of the contact

Example: Anytown

String

 

Country - Enter the country of the contact

Example: Canada

String

 

Address line 1 - Enter the line 1 address of the contact.

Example: 123 Main Street

String

 

Address line 2 - Enter the line 2 address of the contact.

Example: Apartment 123

String

 

Postal code - Enter the postal code of the contact

Example: 12345

String

 

State or Province - Enter the state or province of the contact

Example: Vancouver

String

 

Alternate Emails - The additional emails associated with the contact. Enter multiple as comma-separated values

Example: johndoe@example.com

 

 

Custom fields - The custom fields of the new recipient. Enter as comma-separated, key-value pairs.

Example: { "_id":"{{user._id}}", "gender":"{{user.gender}}" }

JSON

 

Email - The email of the new recipient

Example: johndoe@example.com

String

Checkmark icon, required field

First name - The first name of the new recipient

Example: John

String

 

Last name - The last name of the new recipient

Example: Doe

String

 

List IDs - The list IDs that this contact will be added to. Enter multiple as comma-separated values

 

 

Find contact - Return a single contact from a search query

Search query - Search query for a contact

email LIKE 'ENTER_COMPLETE_OR_PARTIAL_EMAIL_ADDRESS_HERE%' AND CONTAINS(list_ids, 'YOUR_LIST_IDs')

String

Checkmark icon, required field

Send email - Send an email

Reply-To - Specify a reply address other than the sender's one

support@example.com

String

 

Body - The body of the email

<p>Hello from Claris Connect!</p>

Warning  Format the body of the email as HTML

String

Checkmark icon, required field

To - The recipient of the email

johndoe@example.com

String

Checkmark icon, required field

From email - The sender's email address

support@example.com

String

Checkmark icon, required field

From name - The sender's name

Claris Connect support

String

 

Subject - The subject of the email

Welcome

String

Checkmark icon, required field

Delete contact - Delete a contact

Contact IDs - The Contact IDs that will be deleted. Enter multiple as comma-separated values

 

 

Contact IDs - The Contact IDs that will be deleted. Enter multiple as comma-separated values

Warning  If it is true then all the contacts will be deleted

Boolean

 

Create list - Create a new list

Name - The name of the new list

Users

String

Checkmark icon, required field

Get marketing lists - Get all marketing lists

Page size - The number of elements to be returned per page. Defaults to 100, returns 1000 max

Example: 100

Number

 

Send campaign - Send a Sendgrid campaign

Campaign - Select the campaign to send

Choice

Checkmark icon, required field