Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Marketing analytics
/iterable
iterable_create_campaign
iterable_get_web_inapp_messages
name
templateId
listIds
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID" }, "name": { "type": "string", "description": "Campaign name" }, "templateId": { "type": "number", "description": "ID of the existing template to use" }, "listIds": { "type": "array", "items": { "type": "number" }, "description": "Array of list IDs to target" } }, "required": [ "PCID", "name", "templateId", "listIds" ] }
email
count
10
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID" }, "email": { "type": "string", "description": "User email to retrieve messages for" }, "count": { "type": "number", "default": 10, "description": "Number of messages to retrieve (default: 10)" } }, "required": [ "PCID", "email" ] }