SendGrid: Export Audiences (Legacy)
Exporting a Lytics audience to SendGrid allows you to send a Marketing Campaign email to your users based on your own, relevant targeting criteria, such as: cross-channel behavior, content affinities, and more.
For more information, see how to migrate from legacy marketing campaigns. If you are using the current Marketing API in SendGrid, please use the standard Export Users job.
Integration Details
- Implementation Type: Server-side.
- Implementation Technique: REST APIs with audience triggers.
- Frequency: Real-time, with a one-time backfill of the audience after setup.
- Resulting Data: Lytics users that are a member of the selected audience(s) are exported as SendGrid contacts. A new SendGrid segment is created for each corresponding Lytics audience on the "ALL CONTACTS" list, or the list selected during configuration.
This integration utilizes the SendGrid APIs to send user data. Once the user initiates an export the job will:
- Create a new custom field in SendGrid called
lytics_segments
to record Lytics audience membership. - Create new SendGrid segment(s) on the list selected or on the "ALL CONTACTS" list if no list was selected in configuration.
The SendGrid segment(s) created by the job will ultimately contain the users from the exported Lytics audience(s). For example, if a Lytics audience named "High Value Users" with the id 87fa039a5d6649a68026a94c0c6d3f5e
is exported to SendGrid, you will see a new segment in SendGrid named "High Value Users." The definition of this segment will be lytics_segments
contains the word 87fa039a5d6649a68026a94c0c6d3f5e
.
After a backfill, the job will receive real-time updates when a user enters or exits the audience. For each user to export, regardless if the user is being added as part of the backfill, or they're entering/exiting the audience in real-time, it will:
- Create the users as contacts in SendGrid.
- If a list was selected in configuration it will then add the recipients to the list.
The lytics_segments
field is automatically populated with a comma separated list of Lytics audience IDs the user is currently a member of. That is, once a user leaves the audience in Lytics, this field will be updated in SendGrid, and they will be removed from the SendGrid segment. Users will not automatically be removed from your SendGrid account, or the list your segment is on.
Fields
By default, Lytics exports the following fields to SendGrid. Note that you can customize the Lytics source fields as part of the job configuration:
Lytics User Field | Description | SendGrid Field | Type |
---|---|---|---|
last_name | Last Name | last_name | string |
first_name | First Name | first_name | string |
string | |||
lytics_segments | string |
You can also export any Lytics user field to a custom SendGrid field, so long as the field type is a string
, int
or date
.
Configuration
Follow these steps to set up and configure a legacy export of SendGrid users in the Lytics platform. If you are new to creating jobs in Lytics, see the Jobs Dashboard documentation for more information.
- Select SendGrid from the list of providers.
- Select the Export Audiences (Legacy) job type from the list.
- Select the Authorization you would like to use or create a new one.
- Enter a Label to identify this job you are creating in Lytics.
- (Optional) Enter a Description for further context on your job.
- Using the Audiences input, you may select Lytics audiences to export to SendGrid. Audiences in the right column will be exported.
- To use a non-default user field for email, select a field from the Email Field dropdown.
- (Optional) Toggle Show Advanced Options to reveal the following options.
- (Optional) Select a field from the First Name Field dropdown to use a non-default user field for first name.
- (Optional) Select a field from the Last Name Field dropdown to use a non-default user field for last name.
- (Optional) Select a list from the Export to List dropdown if you would like to export your users to segment(s) on a list within SendGrid.
- (Optional) Using the Custom Field Mappings you can map additional Lytics User fields to custom fields in SendGrid.
- Click Start Export.