Connectors
SendGrid
Icon

SendGrid Connector

Quickly build integrations connecting your B2B SaaS to SendGrid.

About the SendGrid Connector

Manage email delivery and contacts in SendGrid.

Actions

Action NameAction Description
Send EmailSend a single email to one or more recipients
Send Multiple EmailsSend a separate email to each recipient
Send Email with Dynamic TemplateSend an email using a SendGrid dynamic template with complex nested JSON data
Raw RequestSend raw HTTP request to SendGrid
Create ListCreate a new contact list
Get All ListsRetrieve all contact lists with pagination support
Get List by IDRetrieve a specific contact list by its ID
Add or Update ContactAdd or update a contact. This can also be used to add contacts to a list.
Get Contacts by EmailsRetrieve contacts by their email addresses.
Initiate Contacts ImportInitiates a CSV contact import. Returns a URL and headers for uploading the CSV file.
Get Import StatusCheck the status of a contact import job
Get All Field DefinitionsRetrieve all custom field definitions with pagination support
Create WebhookCreate a new Event Webhook configuration to receive email event data.
Update WebhookUpdate an existing Event Webhook configuration.
Get WebhookRetrieve an Event Webhook configuration by ID.
List WebhooksList all Event Webhook configurations.
Delete WebhookDelete an Event Webhook configuration.
Test WebhookTest an Event Webhook by sending a fake event notification.
Toggle Signature VerificationEnable or disable signature verification for an Event Webhook.

Triggers

Trigger NameTrigger Description
Managed Webhook EventsReceive event webhook notifications from SendGrid. Automatically creates and manages a webhook subscription when the instance is deployed, and removes the subscription when the instance is deleted.
New and Updated MessagesChecks for new and updated messages in SendGrid's Email Activity Feed (`GET /v3/messages`) on a configured schedule, emitting messages whose `last_event_time` falls within the polling window. Webhooks (the Managed Webhook Events trigger) are the recommended primary mechanism for event delivery — this polling trigger is a fallback for historical or backfill ingestion. Requires the paid Email Activity History add-on and an API key with the `Email Activity` permission. SendGrid retains Email Activity for only 30 days, and events surface a few minutes after the underlying send (the trigger handles both: bootstrap is clamped to the retention window and a small overlap is subtracted from `now` to avoid tail-cutting in-flight events). Because the bulk Email Activity Feed exposes a single `last_event_time` per message (no per-event timeline), the created/updated split is best-effort: all records are emitted on the `updated` branch.
Manual WebhookReceive and validate webhook requests from SendGrid for manually configured webhooks.