Skip to main content

Twilio SendGrid

This Integration is part of the Twilio SendGrid Pack.#

Supported versions

Supported Cortex XSOAR versions: 8.4.0 and later.

Twilio SendGrid is a cloud-based email delivery platform that provides email activity tracking and analytics. Use this integration to collect email activity events such as deliveries, opens, clicks, bounces, and spam reports. Note: You must purchase additional email activity history to access the Email Activity Feed API.

This is the default integration for this content pack when configured by the Data Onboarder in Cortex XSIAM.

Configure Twilio SendGrid in Cortex#

ParameterDescriptionRequired
Server URLThe SendGrid API base URL. Default: api.sendgrid.comTrue
API Secret KeyYour SendGrid API key with Email Activity read permissions.True
Maximum Email Activity Messages per fetchMaximum number of events to fetch per fetch run. The API is limited to 1000 events per call, so multiple calls will be made if needed. Default is 10000.False
Trust any certificate (not secure)False
Use system proxy settingsFalse

Commands#

You can execute these commands from the CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.

twilio-sendgrid-get-events#


Returns email activity events from Twilio SendGrid. This command is used for developing/debugging and is to be used with caution, as it can create events, leading to event duplication and exceeding the API request limitation.

Base Command#

twilio-sendgrid-get-events

Input#

Argument NameDescriptionRequired
should_push_eventsSet this argument to True in order to create events, otherwise the command will only display them. Possible values are: True, False. Default is False.Required
limitMaximum number of events to retrieve. The API is limited to 1000 events per call. Default is 1000.Optional
from_dateStart time for event retrieval. Supports relative times (e.g., "3 days") or ISO format (e.g., "2024-01-15T00:00:00Z").Optional
to_dateEnd time for event retrieval. Supports relative times or ISO format.Optional

Context Output#

There is no context output for this command.