Skip to main content
Some Marketing API endpoints require IDs that identify specific campaigns, subscription lists, or campaign sends. This page shows where to find each of those IDs in the Paubox Marketing dashboard.
All IDs can also be retrieved programmatically. Campaign mailings, subscription lists, and send records all include their id in API responses.

campaign_mailing_id

A campaign_mailing_id uniquely identifies a marketing email (campaign mailing) in Paubox Marketing. It is required when sending a campaign or scheduling a campaign, and is accepted as an optional filter on the campaign deliveries table. To find your campaign_mailing_id:
  1. Log in to the Paubox Marketing dashboard.
  2. Navigate to Marketing Emails (Campaigns).
  3. Open or edit any campaign.
  4. Copy the value of the id= parameter from your browser’s address bar.
Campaign Mailing Id

subscription_list_id

A subscription_list_id uniquely identifies a subscription list. It is used when creating subscribers, listing subscribers, bulk-deleting subscribers, sending or scheduling a campaign to a specific list, updating or deleting a list, and updating a drip campaign. To find your subscription_list_id:
  1. Log in to the Paubox Marketing dashboard.
  2. Navigate to Lists.
  3. Open or edit any list.
  4. Copy the UUID from your browser’s address bar.
Subscription List Id 2

campaign_mailing_send_id

A campaign_mailing_send_id uniquely identifies a specific send of a campaign. It is required for campaign analytics, tracking links by unique link, and subscribers by tracking link, and is accepted as an optional filter on the campaign deliveries table and when listing tracking links. To find your campaign_mailing_send_id:
  1. Log in to the Paubox Marketing dashboard.
  2. Navigate to Analytics.
  3. Click a sent campaign.
  4. Copy the value of the selectedId= parameter from your browser’s address bar.
Campaign Mailing Send Id