Outreach Jobs (Full Update)

Description

Enqueues Templated Email Job Resources to be run by the message dispatcher. Supports bulk operations.

See the Aerial Spec for more details.

File Naming Convention

TGEN_outreachTemplatedEmail_fullupdate_2026-04_<optionalSuffix>.csv

  • importType: fullupdate
  • apiVersion: 2026-04

Columns

Column HeaderDescriptionKey InformationTypeRequired
templateUuid or External ID of the email template. Mutually exclusive with body; one of template or body must be provided.stringNo
bodyRaw email body for template-less sends. Mutually exclusive with template; one of template or body must be provided. May include {{<type> index=“N”}} attachment placeholders.stringNo
subjectSubject line for the email. Used as an override when template is provided, or as the subject for raw-body sends.stringNo
attachmentsComposer attachments (products, looks, photos, videos, media-library items) to include in the message. Honoured for both templated and raw-body modes.arrayNo
attachments[0]Array elementmixedNo
attachments[0].typeType of attachment. Product and Look reference UUIDs; Photo, Video, and Media may reference a UUID (library item) or a URL (uploaded asset).mixedNo
attachments[0].valueAttachment reference. Un-expanded: a UUID for Product/Look, or a UUID/URL for Photo/Video/Media. When the field is expanded, the UUID is replaced with the referenced resource: a Product for Product, a Look for Look, a ShareableMediaFile for Photo/Video/Media. URL-form values for Photo/Video/Media are returned as-is.mixedNo
attachments[0].positionStable render order within attachments of the same type.integerNo
employeeUuid or External ID of the employee. Used if the template has replacement terms associated with the employee.stringNo
customerUuid or External ID of the customer. Used if the template has replacement terms associated with the customer.stringNo
storeUuid or External ID of the store. Used if the template has replacement terms associated with the store.stringNo
toEmail address of the recipient of the emailstringNo
fromEmail address of the sender of the emailstringNo
fromNameName of the sender of the messagestringNo
campaignUuid or External ID of the campaign this job is associated withstringNo
expiryDateDatetime of when the email should no longer be sent out in Z-normalized RFC3339 formatstringNo
startDateDatetime of when the message should be sent out in Z-normalized RFC3339 formatstringNo

Sample CSV

See the following outreachTemplatedEmail CSV sample file.

outreachTemplatedEmail Sample 1

Note: The sample CSV may contain sample ID fields which reference other resources that do not match the data in your environment.