Skip to main content

SendGrid

Send transactional emails, manage contact lists, and react to delivery events — opens, clicks, bounces, unsubscribes, and spam reports — from your Collabase automations.

Authentication

Auth type: API Key Create an API key at app.sendgrid.com/settings/api_keys with Mail Send and Marketing permissions.
CredentialDescription
API KeyYour SendGrid API key (starts with SG.)

Triggers

TriggerWhen it fires
Email DeliveredA message is delivered to the recipient’s server
Email OpenedA recipient opens a tracked email
Email ClickedA recipient clicks a tracked link
Email BouncedDelivery fails with a hard or soft bounce
UnsubscribedA recipient unsubscribes from your list
Spam ReportA recipient marks the email as spam

Actions

ActionKey inputsKey outputs
Send Emailto, toName, from, fromName, subject, htmlContent, textContent, replyTomessageId, status
Send Template Emailto, from, templateId, dynamicTemplateData{}messageId
Add Contactemail, firstName, lastName, listIds[]contactId
Add Contact to Listemail, listIdsuccess
Get Listslists[] — id, name, contactCount
Remove from Suppressionsemail, groupId (optional)success
Get Email StatsstartDate, endDaterequests, delivered, opens, clicks, bounces
Use Send Template Email for branded layouts. Design your template in SendGrid with {{variable}} placeholders, then pass matching keys via dynamicTemplateData.