Skip to main content Skip to complementary content
Already have an account? Sign in

Listrak (v1)

Last updated: 9/15/2026

Listrak integration summary

Stitch’s Listrak integration replicates data using the Listrak SOAP API. Refer to the Schema section for a list of objects available for replication.

Listrak feature snapshot

A high-level look at Stitch's Listrak (v1) integration, including release status, useful links, and the features supported in Stitch.

STITCH
Release status

Released on June 27, 2018

Supported by

Singer Community

Stitch plan

Standard

API availability

Available

Singer GitHub repository

singer-io/tap-listrak

REPLICATION SETTINGS
Anchor Scheduling

Supported

Advanced Scheduling

Unsupported

Table-level reset

Unsupported

Configurable Replication Methods

Unsupported

DATA SELECTION
Table selection

Supported

Column selection

Unsupported

Select all

Supported

TRANSPARENCY
Extraction Logs

Supported

Loading Reports

Supported

Connecting Listrak

Step 1: Create a Listrak Stitch user

  1. Sign into your Listrak account.
  2. From the home page, click Manage.
  3. Click Accounts > User Manager.
  4. Scroll to the bottom of the page and click Create New User.
  5. Fill in the User Information fields.
  6. In the Lists section, select the lists you want the Stitch user to have access to. Note: Stitch will only be able to replicate data for lists that it is able to access.
  7. For Granted Access, select Role Based Access.
  8. In the section below this field, select check the boxes for the following permissions:
    • Analytics Access - This allows the Stitch user to view analytics for messages, contacts, and lists for available lists.
    • API Access - This allows the Stitch user to replicate data from your Listrak using the Listrak API.
  9. Click Add User when finished.

Step 2: Add Stitch IP Addresses to Listrak's SOAP API whitelist

To ensure Stitch can access your Listrak instance, you’ll need to whitelist Stitch’s IP addresses.

Step 2.1: Verify your Stitch account's data pipeline region

The IP addresses you’ll whitelist depend on the Data pipeline region your account is in.

  1. Sign into your Stitch account, if you haven’t already.
  2. Click User menu (your icon) > Edit User Settings and locate the Data pipeline region section to verify your account’s region.
  3. Locate the list of IP addresses for your region:

Keep this list handy - you’ll need it in the next step.

Step 2.2: Add the IP addresses to the SOAP API whitelist

  1. In your Listrak account, navigate to Manage > Accounts > SOAP API IP Authorization.
  2. Add the Stitch IP addresses that you retrieved in the previous step.

Step 3: Add Listrak as a Stitch data source

  1. Sign into your Stitch account.
  2. On the Stitch Dashboard page, click the Add Integration button.

  3. Click the Listrak icon.

  4. Enter a name for the integration. This is the name that will display on the Stitch Dashboard for the integration; it’ll also be used to create the schema in your destination.

    For example, the name “Stitch Listrak” would create a schema called stitch_listrak in the destination. Note: Schema names cannot be changed after you save the integration.

  5. In the Username field, enter the Stitch Listrak user’s username.
  6. In the Password field, enter the Stitch Listrak user’s password.

Step 4: Define the historical replication start date

The Sync Historical Data setting defines the starting date for your Listrak integration. This means that data equal to or newer than this date will be replicated to your data warehouse.

Change this setting if you want to replicate data beyond Listrak’s default setting of 1 year. For a detailed look at historical replication jobs, check out the Syncing Historical SaaS Data guide.

Step 5: Create a replication schedule

In the Replication Frequency section, you’ll create the integration’s replication schedule. An integration’s replication schedule determines how often Stitch runs a replication job, and the time that job begins.

Listrak integrations support the following replication scheduling methods:

To keep your row usage low, consider setting the integration to replicate less frequently. See the Understanding and Reducing Your Row Usage guide for tips on reducing your usage.

Initial and historical replication jobs

After you finish setting up Listrak, its Sync Status may show as Pending on either the Stitch Dashboard or in the Integration Details page.

For a new integration, a Pending status indicates that Stitch is in the process of scheduling the initial replication job for the integration. This may take some time to complete.

Free historical data loads

The first seven days of replication, beginning when data is first replicated, are free. Rows replicated from the new integration during this time won’t count towards your quota. Stitch offers this as a way of testing new integrations, measuring usage, and ensuring historical data volumes don’t quickly consume your quota.

Listrak table reference

lists

The lists table contains info about your contact lists.

Replication Method

Full Table

Primary Key

ListID

Useful links

Listrak documentation

lists schema on GitHub

Listrak API method

message_bounces

The message_bounces table contains info about contact bounces for a message.

Replication Method

Full Table

Primary Keys

MsgID

EmailAddress

Useful links

Listrak documentation

message_bounces schema on GitHub

Listrak API method

message_clicks

The message_clicks table contains info about contact clicks for a message.

Replication Method

Full Table

Primary Keys

MsgID

EmailAddress

Useful links

Listrak documentation

message_clicks schema on GitHub

Listrak API method

message_opens

The message_opens table contains info about contact opens for a message.

Replication Method

Full Table

Primary Keys

MsgID

EmailAddress

Useful links

Listrak documentation

message_opens schema on GitHub

Listrak API method

message_reads

The message_reads table contains info about contact reads for a message.

Replication Method

Full Table

Primary Keys

MsgID

EmailAddress

Useful links

Listrak documentation

message_reads schema on GitHub

Listrak API method

message_sends

The message_sends table contains MsgID and EmailAddress pairs, allowing you to identify the messages that your contacts have been sent.

Replication Method

Full Table

Primary Keys

MsgID

EmailAddress

Useful links

Listrak documentation

message_sends schema on GitHub

Listrak API method

message_unsubs

The message_unsubs table contains info about contacts who requested to be removed from a list from the supplied message.

Replication Method

Full Table

Primary Keys

MsgID

EmailAddress

Useful links

Listrak documentation

message_unsubs schema on GitHub

Listrak API method

messages

The messages table contains info about message statistics.

Replication Method

Full Table

Primary Key

MsgID

Useful links

Listrak documentation

messages schema on GitHub

Listrak API method

subscribed_contacts

The subscribed_contacts table contains info about contacts who are currently subscribed to the specified list.

Replication Method

Full Table

Primary Keys

ContactID

ListID

Useful links

Listrak documentation

subscribed_contacts schema on GitHub

Listrak API method

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!