Documentation Index
Fetch the complete documentation index at: https://docs.pinkfish.ai/llms.txt
Use this file to discover all available pages before exploring further.
What can you do with it?
The Iterable integration enables comprehensive marketing campaign management across multiple channels including email, push notifications, SMS, and in-app messages. You can create and manage campaigns, track user events, manage subscriber lists, and send personalized messages.How to use it?
Basic Command Structure
Parameters
Required:action- The operation you want to perform (create_campaign, get_messages, etc.)
-
email- User email address for user-specific operations -
userId- User ID for user-specific operations -
campaignId- Campaign identifier for campaign operations -
templateId- Template identifier for campaign creation
Tools
Create Campaign
Create a new blast or triggered campaign from an existing template Parameters:name(required) - Campaign nametemplateId(required) - ID of the template to uselistIds(required) - Array of list IDs to target
Get User’s Web In-App Messages
Retrieve a user’s web in-app messages including read status and content Parameters:email(required) - User email addresscount(optional) - Number of messages to retrieve
Track User Event
Track user events for analytics and campaign targeting Parameters:email(required) - User email addresseventName(required) - Name of the event to trackdataFields(optional) - Additional data fields for the event

