[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-composio-customerio-automation":3,"mdc-edgkx0-key":52,"related-repo-composio-customerio-automation":1763,"related-org-composio-customerio-automation":1849},{"slug":4,"name":5,"fn":6,"description":7,"org":8,"tags":13,"stars":27,"repoUrl":28,"updatedAt":29,"license":30,"forks":31,"topics":32,"repo":47,"sourceUrl":50,"mdContent":51},"customerio-automation","Customer.io Automation","automate Customer.io engagement workflows","Automate customer engagement workflows including broadcast triggers, message analytics, segment management, and newsletter tracking through Customer.io via Composio",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},"composio","Composio","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fcomposio.png","ComposioHQ",[14,18,21,24],{"name":15,"slug":16,"type":17},"Automation","automation","tag",{"name":19,"slug":20,"type":17},"MCP","mcp",{"name":22,"slug":23,"type":17},"Analytics","analytics",{"name":25,"slug":26,"type":17},"Email Marketing","email-marketing",67499,"https:\u002F\u002Fgithub.com\u002FComposioHQ\u002Fawesome-claude-skills","2026-07-15T05:59:38.847046",null,7603,[33,34,35,16,36,37,38,9,39,40,41,20,42,43,44,45,46],"agent-skills","ai-agents","antigravity","claude","claude-code","codex","cursor","developer-tools","gemini-cli","openai-codex","rube","saas","skill","workflow-automation",{"repoUrl":28,"stars":27,"forks":31,"topics":48,"description":49},[33,34,35,16,36,37,38,9,39,40,41,20,42,43,44,45,46],"A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows","https:\u002F\u002Fgithub.com\u002FComposioHQ\u002Fawesome-claude-skills\u002Ftree\u002FHEAD\u002Fcomposio-skills\u002Fcustomerio-automation","---\nname: Customer.io Automation\ndescription: \"Automate customer engagement workflows including broadcast triggers, message analytics, segment management, and newsletter tracking through Customer.io via Composio\"\nrequires:\n  mcp:\n    - rube\n---\n\n# Customer.io Automation\n\nAutomate customer engagement operations -- trigger targeted broadcasts, retrieve delivery metrics, manage audience segments, list newsletters and transactional templates, and inspect trigger execution history -- all orchestrated through the Composio MCP integration.\n\n**Toolkit docs:** [composio.dev\u002Ftoolkits\u002Fcustomerio](https:\u002F\u002Fcomposio.dev\u002Ftoolkits\u002Fcustomerio)\n\n---\n\n## Setup\n\n1. Connect your Customer.io account through the Composio MCP server at `https:\u002F\u002Frube.app\u002Fmcp`\n2. The agent will prompt you with an authentication link if no active connection exists\n3. Once connected, all `CUSTOMERIO_*` tools become available for execution\n\n---\n\n## Core Workflows\n\n### 1. Trigger a Broadcast\nManually fire a pre-configured broadcast to a specific audience with personalization data.\n\n**Tool:** `CUSTOMERIO_TRIGGER_BROADCAST`\n\n| Parameter | Type | Required | Description |\n|-----------|------|----------|-------------|\n| `broadcast_id` | integer | Yes | Broadcast ID from Customer.io Triggering Details |\n| `ids` | array | No | List of customer IDs to target |\n| `emails` | array | No | List of email addresses to target |\n| `recipients` | object | No | Complex filter with `and`\u002F`or`\u002F`not`\u002F`segment` operators |\n| `per_user_data` | array | No | Per-user personalization with `id`\u002F`email` + `data` |\n| `data` | object | No | Global key-value data for Liquid template personalization |\n| `data_file_url` | string | No | URL to JSON file with per-line user data |\n| `email_add_duplicates` | boolean | No | Allow duplicate recipients (default: false) |\n| `email_ignore_missing` | boolean | No | Skip people without emails (default: false) |\n| `id_ignore_missing` | boolean | No | Skip people without customer IDs (default: false) |\n\n**Important:** Provide exactly ONE audience option: `recipients`, `ids`, `emails`, `per_user_data`, or `data_file_url`. Rate limit: 1 request per 10 seconds per broadcast.\n\n---\n\n### 2. Retrieve Message Delivery Metrics\nFetch paginated delivery metrics for messages with filtering by campaign, type, and time window.\n\n**Tool:** `CUSTOMERIO_GET_MESSAGES`\n\n| Parameter | Type | Required | Description |\n|-----------|------|----------|-------------|\n| `type` | string | No | Message type: `email`, `webhook`, `twilio`, `slack`, `push`, `in_app` |\n| `metric` | string | No | Metric: `attempted`, `sent`, `delivered`, `opened`, `clicked`, `converted` |\n| `campaign_id` | integer | No | Filter by campaign ID |\n| `newsletter_id` | integer | No | Filter by newsletter ID |\n| `action_id` | integer | No | Filter by action ID |\n| `start_ts` | integer | No | Start of time window (Unix timestamp) |\n| `end_ts` | integer | No | End of time window (Unix timestamp) |\n| `limit` | integer | No | Results per page, 1-1000 (default: 50) |\n| `start` | string | No | Pagination token from previous response `next` value |\n| `drafts` | boolean | No | Return draft messages instead of active\u002Fsent |\n\n---\n\n### 3. List Audience Segments\nRetrieve all segments defined in your workspace for audience analysis and broadcast targeting.\n\n**Tool:** `CUSTOMERIO_GET_SEGMENTS`\n\n```\nNo parameters required -- returns all segments with IDs and metadata.\n```\n\nUse segment IDs when targeting broadcasts via the `recipients.segment.id` filter.\n\n---\n\n### 4. List Newsletters\nPaginate through all newsletter metadata for tracking and analysis.\n\n**Tool:** `CUSTOMERIO_LIST_NEWSLETTERS`\n\n| Parameter | Type | Required | Description |\n|-----------|------|----------|-------------|\n| `limit` | integer | No | Max per page, 1-100 |\n| `sort` | string | No | `asc` (chronological) or `desc` (reverse) |\n| `start` | string | No | Pagination cursor from previous response `next` value |\n\n---\n\n### 5. Discover Transactional Message Templates\nList all transactional message templates to find IDs for sending via the API.\n\n**Tool:** `CUSTOMERIO_LIST_TRANSACTIONAL_MESSAGES`\n\n```\nNo parameters required -- returns template IDs and trigger names.\n```\n\n---\n\n### 6. Inspect Broadcast Trigger History\nReview all trigger executions for a broadcast and inspect individual trigger details.\n\n**Tools:** `CUSTOMERIO_GET_TRIGGERS` and `CUSTOMERIO_GET_TRIGGER`\n\n**List all triggers for a broadcast:**\n\n| Parameter | Type | Required | Description |\n|-----------|------|----------|-------------|\n| `broadcast_id` | integer | Yes | The broadcast\u002Fcampaign ID |\n\n**Get a specific trigger:**\n\n| Parameter | Type | Required | Description |\n|-----------|------|----------|-------------|\n| `broadcast_id` | integer | Yes | The campaign\u002Fbroadcast ID |\n| `trigger_id` | string | Yes | Trigger identifier (e.g., `456` or `5-37`) |\n\n---\n\n## Known Pitfalls\n\n| Pitfall | Details |\n|---------|---------|\n| **Mutually exclusive audience params** | `CUSTOMERIO_TRIGGER_BROADCAST` requires exactly ONE of `recipients`, `ids`, `emails`, `per_user_data`, or `data_file_url` -- providing multiple causes errors |\n| **Rate limiting on broadcasts** | Broadcasts are limited to 1 trigger request per 10 seconds per broadcast ID |\n| **Unix timestamp format** | `start_ts` and `end_ts` in `CUSTOMERIO_GET_MESSAGES` must be Unix timestamps, not ISO strings |\n| **Pagination tokens** | Messages and newsletters use cursor-based pagination via the `start` parameter -- use the `next` value from previous responses |\n| **Segment ID resolution** | To target a segment in a broadcast, first fetch segment IDs via `CUSTOMERIO_GET_SEGMENTS`, then reference by ID in `recipients.segment.id` |\n\n---\n\n## Quick Reference\n\n| Tool Slug | Purpose |\n|-----------|---------|\n| `CUSTOMERIO_TRIGGER_BROADCAST` | Trigger a broadcast to a defined audience |\n| `CUSTOMERIO_GET_MESSAGES` | Retrieve message delivery metrics with filters |\n| `CUSTOMERIO_GET_SEGMENTS` | List all audience segments |\n| `CUSTOMERIO_GET_SEGMENT_DETAILS` | Get details for a specific segment |\n| `CUSTOMERIO_LIST_NEWSLETTERS` | Paginate through newsletters |\n| `CUSTOMERIO_LIST_TRANSACTIONAL_MESSAGES` | List transactional message templates |\n| `CUSTOMERIO_GET_TRIGGERS` | List all trigger executions for a broadcast |\n| `CUSTOMERIO_GET_TRIGGER` | Inspect a specific trigger execution |\n\n---\n\n*Powered by [Composio](https:\u002F\u002Fcomposio.dev)*\n",{"data":53,"body":56},{"name":5,"description":7,"requires":54},{"mcp":55},[43],{"type":57,"children":58},"root",[59,66,72,92,96,103,138,141,147,154,159,174,519,562,565,571,576,590,957,960,966,971,985,997,1010,1013,1019,1024,1038,1159,1162,1168,1173,1187,1196,1199,1205,1210,1233,1241,1293,1301,1394,1397,1403,1585,1588,1594,1745,1748],{"type":60,"tag":61,"props":62,"children":63},"element","h1",{"id":4},[64],{"type":65,"value":5},"text",{"type":60,"tag":67,"props":68,"children":69},"p",{},[70],{"type":65,"value":71},"Automate customer engagement operations -- trigger targeted broadcasts, retrieve delivery metrics, manage audience segments, list newsletters and transactional templates, and inspect trigger execution history -- all orchestrated through the Composio MCP integration.",{"type":60,"tag":67,"props":73,"children":74},{},[75,81,83],{"type":60,"tag":76,"props":77,"children":78},"strong",{},[79],{"type":65,"value":80},"Toolkit docs:",{"type":65,"value":82}," ",{"type":60,"tag":84,"props":85,"children":89},"a",{"href":86,"rel":87},"https:\u002F\u002Fcomposio.dev\u002Ftoolkits\u002Fcustomerio",[88],"nofollow",[90],{"type":65,"value":91},"composio.dev\u002Ftoolkits\u002Fcustomerio",{"type":60,"tag":93,"props":94,"children":95},"hr",{},[],{"type":60,"tag":97,"props":98,"children":100},"h2",{"id":99},"setup",[101],{"type":65,"value":102},"Setup",{"type":60,"tag":104,"props":105,"children":106},"ol",{},[107,120,125],{"type":60,"tag":108,"props":109,"children":110},"li",{},[111,113],{"type":65,"value":112},"Connect your Customer.io account through the Composio MCP server at ",{"type":60,"tag":114,"props":115,"children":117},"code",{"className":116},[],[118],{"type":65,"value":119},"https:\u002F\u002Frube.app\u002Fmcp",{"type":60,"tag":108,"props":121,"children":122},{},[123],{"type":65,"value":124},"The agent will prompt you with an authentication link if no active connection exists",{"type":60,"tag":108,"props":126,"children":127},{},[128,130,136],{"type":65,"value":129},"Once connected, all ",{"type":60,"tag":114,"props":131,"children":133},{"className":132},[],[134],{"type":65,"value":135},"CUSTOMERIO_*",{"type":65,"value":137}," tools become available for execution",{"type":60,"tag":93,"props":139,"children":140},{},[],{"type":60,"tag":97,"props":142,"children":144},{"id":143},"core-workflows",[145],{"type":65,"value":146},"Core Workflows",{"type":60,"tag":148,"props":149,"children":151},"h3",{"id":150},"_1-trigger-a-broadcast",[152],{"type":65,"value":153},"1. Trigger a Broadcast",{"type":60,"tag":67,"props":155,"children":156},{},[157],{"type":65,"value":158},"Manually fire a pre-configured broadcast to a specific audience with personalization data.",{"type":60,"tag":67,"props":160,"children":161},{},[162,167,168],{"type":60,"tag":76,"props":163,"children":164},{},[165],{"type":65,"value":166},"Tool:",{"type":65,"value":82},{"type":60,"tag":114,"props":169,"children":171},{"className":170},[],[172],{"type":65,"value":173},"CUSTOMERIO_TRIGGER_BROADCAST",{"type":60,"tag":175,"props":176,"children":177},"table",{},[178,207],{"type":60,"tag":179,"props":180,"children":181},"thead",{},[182],{"type":60,"tag":183,"props":184,"children":185},"tr",{},[186,192,197,202],{"type":60,"tag":187,"props":188,"children":189},"th",{},[190],{"type":65,"value":191},"Parameter",{"type":60,"tag":187,"props":193,"children":194},{},[195],{"type":65,"value":196},"Type",{"type":60,"tag":187,"props":198,"children":199},{},[200],{"type":65,"value":201},"Required",{"type":60,"tag":187,"props":203,"children":204},{},[205],{"type":65,"value":206},"Description",{"type":60,"tag":208,"props":209,"children":210},"tbody",{},[211,239,266,291,347,393,417,443,469,494],{"type":60,"tag":183,"props":212,"children":213},{},[214,224,229,234],{"type":60,"tag":215,"props":216,"children":217},"td",{},[218],{"type":60,"tag":114,"props":219,"children":221},{"className":220},[],[222],{"type":65,"value":223},"broadcast_id",{"type":60,"tag":215,"props":225,"children":226},{},[227],{"type":65,"value":228},"integer",{"type":60,"tag":215,"props":230,"children":231},{},[232],{"type":65,"value":233},"Yes",{"type":60,"tag":215,"props":235,"children":236},{},[237],{"type":65,"value":238},"Broadcast ID from Customer.io Triggering Details",{"type":60,"tag":183,"props":240,"children":241},{},[242,251,256,261],{"type":60,"tag":215,"props":243,"children":244},{},[245],{"type":60,"tag":114,"props":246,"children":248},{"className":247},[],[249],{"type":65,"value":250},"ids",{"type":60,"tag":215,"props":252,"children":253},{},[254],{"type":65,"value":255},"array",{"type":60,"tag":215,"props":257,"children":258},{},[259],{"type":65,"value":260},"No",{"type":60,"tag":215,"props":262,"children":263},{},[264],{"type":65,"value":265},"List of customer IDs to target",{"type":60,"tag":183,"props":267,"children":268},{},[269,278,282,286],{"type":60,"tag":215,"props":270,"children":271},{},[272],{"type":60,"tag":114,"props":273,"children":275},{"className":274},[],[276],{"type":65,"value":277},"emails",{"type":60,"tag":215,"props":279,"children":280},{},[281],{"type":65,"value":255},{"type":60,"tag":215,"props":283,"children":284},{},[285],{"type":65,"value":260},{"type":60,"tag":215,"props":287,"children":288},{},[289],{"type":65,"value":290},"List of email addresses to target",{"type":60,"tag":183,"props":292,"children":293},{},[294,303,308,312],{"type":60,"tag":215,"props":295,"children":296},{},[297],{"type":60,"tag":114,"props":298,"children":300},{"className":299},[],[301],{"type":65,"value":302},"recipients",{"type":60,"tag":215,"props":304,"children":305},{},[306],{"type":65,"value":307},"object",{"type":60,"tag":215,"props":309,"children":310},{},[311],{"type":65,"value":260},{"type":60,"tag":215,"props":313,"children":314},{},[315,317,323,325,331,332,338,339,345],{"type":65,"value":316},"Complex filter with ",{"type":60,"tag":114,"props":318,"children":320},{"className":319},[],[321],{"type":65,"value":322},"and",{"type":65,"value":324},"\u002F",{"type":60,"tag":114,"props":326,"children":328},{"className":327},[],[329],{"type":65,"value":330},"or",{"type":65,"value":324},{"type":60,"tag":114,"props":333,"children":335},{"className":334},[],[336],{"type":65,"value":337},"not",{"type":65,"value":324},{"type":60,"tag":114,"props":340,"children":342},{"className":341},[],[343],{"type":65,"value":344},"segment",{"type":65,"value":346}," operators",{"type":60,"tag":183,"props":348,"children":349},{},[350,359,363,367],{"type":60,"tag":215,"props":351,"children":352},{},[353],{"type":60,"tag":114,"props":354,"children":356},{"className":355},[],[357],{"type":65,"value":358},"per_user_data",{"type":60,"tag":215,"props":360,"children":361},{},[362],{"type":65,"value":255},{"type":60,"tag":215,"props":364,"children":365},{},[366],{"type":65,"value":260},{"type":60,"tag":215,"props":368,"children":369},{},[370,372,378,379,385,387],{"type":65,"value":371},"Per-user personalization with ",{"type":60,"tag":114,"props":373,"children":375},{"className":374},[],[376],{"type":65,"value":377},"id",{"type":65,"value":324},{"type":60,"tag":114,"props":380,"children":382},{"className":381},[],[383],{"type":65,"value":384},"email",{"type":65,"value":386}," + ",{"type":60,"tag":114,"props":388,"children":390},{"className":389},[],[391],{"type":65,"value":392},"data",{"type":60,"tag":183,"props":394,"children":395},{},[396,404,408,412],{"type":60,"tag":215,"props":397,"children":398},{},[399],{"type":60,"tag":114,"props":400,"children":402},{"className":401},[],[403],{"type":65,"value":392},{"type":60,"tag":215,"props":405,"children":406},{},[407],{"type":65,"value":307},{"type":60,"tag":215,"props":409,"children":410},{},[411],{"type":65,"value":260},{"type":60,"tag":215,"props":413,"children":414},{},[415],{"type":65,"value":416},"Global key-value data for Liquid template personalization",{"type":60,"tag":183,"props":418,"children":419},{},[420,429,434,438],{"type":60,"tag":215,"props":421,"children":422},{},[423],{"type":60,"tag":114,"props":424,"children":426},{"className":425},[],[427],{"type":65,"value":428},"data_file_url",{"type":60,"tag":215,"props":430,"children":431},{},[432],{"type":65,"value":433},"string",{"type":60,"tag":215,"props":435,"children":436},{},[437],{"type":65,"value":260},{"type":60,"tag":215,"props":439,"children":440},{},[441],{"type":65,"value":442},"URL to JSON file with per-line user data",{"type":60,"tag":183,"props":444,"children":445},{},[446,455,460,464],{"type":60,"tag":215,"props":447,"children":448},{},[449],{"type":60,"tag":114,"props":450,"children":452},{"className":451},[],[453],{"type":65,"value":454},"email_add_duplicates",{"type":60,"tag":215,"props":456,"children":457},{},[458],{"type":65,"value":459},"boolean",{"type":60,"tag":215,"props":461,"children":462},{},[463],{"type":65,"value":260},{"type":60,"tag":215,"props":465,"children":466},{},[467],{"type":65,"value":468},"Allow duplicate recipients (default: false)",{"type":60,"tag":183,"props":470,"children":471},{},[472,481,485,489],{"type":60,"tag":215,"props":473,"children":474},{},[475],{"type":60,"tag":114,"props":476,"children":478},{"className":477},[],[479],{"type":65,"value":480},"email_ignore_missing",{"type":60,"tag":215,"props":482,"children":483},{},[484],{"type":65,"value":459},{"type":60,"tag":215,"props":486,"children":487},{},[488],{"type":65,"value":260},{"type":60,"tag":215,"props":490,"children":491},{},[492],{"type":65,"value":493},"Skip people without emails (default: false)",{"type":60,"tag":183,"props":495,"children":496},{},[497,506,510,514],{"type":60,"tag":215,"props":498,"children":499},{},[500],{"type":60,"tag":114,"props":501,"children":503},{"className":502},[],[504],{"type":65,"value":505},"id_ignore_missing",{"type":60,"tag":215,"props":507,"children":508},{},[509],{"type":65,"value":459},{"type":60,"tag":215,"props":511,"children":512},{},[513],{"type":65,"value":260},{"type":60,"tag":215,"props":515,"children":516},{},[517],{"type":65,"value":518},"Skip people without customer IDs (default: false)",{"type":60,"tag":67,"props":520,"children":521},{},[522,527,529,534,536,541,542,547,548,553,555,560],{"type":60,"tag":76,"props":523,"children":524},{},[525],{"type":65,"value":526},"Important:",{"type":65,"value":528}," Provide exactly ONE audience option: ",{"type":60,"tag":114,"props":530,"children":532},{"className":531},[],[533],{"type":65,"value":302},{"type":65,"value":535},", ",{"type":60,"tag":114,"props":537,"children":539},{"className":538},[],[540],{"type":65,"value":250},{"type":65,"value":535},{"type":60,"tag":114,"props":543,"children":545},{"className":544},[],[546],{"type":65,"value":277},{"type":65,"value":535},{"type":60,"tag":114,"props":549,"children":551},{"className":550},[],[552],{"type":65,"value":358},{"type":65,"value":554},", or ",{"type":60,"tag":114,"props":556,"children":558},{"className":557},[],[559],{"type":65,"value":428},{"type":65,"value":561},". Rate limit: 1 request per 10 seconds per broadcast.",{"type":60,"tag":93,"props":563,"children":564},{},[],{"type":60,"tag":148,"props":566,"children":568},{"id":567},"_2-retrieve-message-delivery-metrics",[569],{"type":65,"value":570},"2. Retrieve Message Delivery Metrics",{"type":60,"tag":67,"props":572,"children":573},{},[574],{"type":65,"value":575},"Fetch paginated delivery metrics for messages with filtering by campaign, type, and time window.",{"type":60,"tag":67,"props":577,"children":578},{},[579,583,584],{"type":60,"tag":76,"props":580,"children":581},{},[582],{"type":65,"value":166},{"type":65,"value":82},{"type":60,"tag":114,"props":585,"children":587},{"className":586},[],[588],{"type":65,"value":589},"CUSTOMERIO_GET_MESSAGES",{"type":60,"tag":175,"props":591,"children":592},{},[593,615],{"type":60,"tag":179,"props":594,"children":595},{},[596],{"type":60,"tag":183,"props":597,"children":598},{},[599,603,607,611],{"type":60,"tag":187,"props":600,"children":601},{},[602],{"type":65,"value":191},{"type":60,"tag":187,"props":604,"children":605},{},[606],{"type":65,"value":196},{"type":60,"tag":187,"props":608,"children":609},{},[610],{"type":65,"value":201},{"type":60,"tag":187,"props":612,"children":613},{},[614],{"type":65,"value":206},{"type":60,"tag":208,"props":616,"children":617},{},[618,683,749,774,799,824,849,874,899,932],{"type":60,"tag":183,"props":619,"children":620},{},[621,630,634,638],{"type":60,"tag":215,"props":622,"children":623},{},[624],{"type":60,"tag":114,"props":625,"children":627},{"className":626},[],[628],{"type":65,"value":629},"type",{"type":60,"tag":215,"props":631,"children":632},{},[633],{"type":65,"value":433},{"type":60,"tag":215,"props":635,"children":636},{},[637],{"type":65,"value":260},{"type":60,"tag":215,"props":639,"children":640},{},[641,643,648,649,655,656,662,663,669,670,676,677],{"type":65,"value":642},"Message type: ",{"type":60,"tag":114,"props":644,"children":646},{"className":645},[],[647],{"type":65,"value":384},{"type":65,"value":535},{"type":60,"tag":114,"props":650,"children":652},{"className":651},[],[653],{"type":65,"value":654},"webhook",{"type":65,"value":535},{"type":60,"tag":114,"props":657,"children":659},{"className":658},[],[660],{"type":65,"value":661},"twilio",{"type":65,"value":535},{"type":60,"tag":114,"props":664,"children":666},{"className":665},[],[667],{"type":65,"value":668},"slack",{"type":65,"value":535},{"type":60,"tag":114,"props":671,"children":673},{"className":672},[],[674],{"type":65,"value":675},"push",{"type":65,"value":535},{"type":60,"tag":114,"props":678,"children":680},{"className":679},[],[681],{"type":65,"value":682},"in_app",{"type":60,"tag":183,"props":684,"children":685},{},[686,695,699,703],{"type":60,"tag":215,"props":687,"children":688},{},[689],{"type":60,"tag":114,"props":690,"children":692},{"className":691},[],[693],{"type":65,"value":694},"metric",{"type":60,"tag":215,"props":696,"children":697},{},[698],{"type":65,"value":433},{"type":60,"tag":215,"props":700,"children":701},{},[702],{"type":65,"value":260},{"type":60,"tag":215,"props":704,"children":705},{},[706,708,714,715,721,722,728,729,735,736,742,743],{"type":65,"value":707},"Metric: ",{"type":60,"tag":114,"props":709,"children":711},{"className":710},[],[712],{"type":65,"value":713},"attempted",{"type":65,"value":535},{"type":60,"tag":114,"props":716,"children":718},{"className":717},[],[719],{"type":65,"value":720},"sent",{"type":65,"value":535},{"type":60,"tag":114,"props":723,"children":725},{"className":724},[],[726],{"type":65,"value":727},"delivered",{"type":65,"value":535},{"type":60,"tag":114,"props":730,"children":732},{"className":731},[],[733],{"type":65,"value":734},"opened",{"type":65,"value":535},{"type":60,"tag":114,"props":737,"children":739},{"className":738},[],[740],{"type":65,"value":741},"clicked",{"type":65,"value":535},{"type":60,"tag":114,"props":744,"children":746},{"className":745},[],[747],{"type":65,"value":748},"converted",{"type":60,"tag":183,"props":750,"children":751},{},[752,761,765,769],{"type":60,"tag":215,"props":753,"children":754},{},[755],{"type":60,"tag":114,"props":756,"children":758},{"className":757},[],[759],{"type":65,"value":760},"campaign_id",{"type":60,"tag":215,"props":762,"children":763},{},[764],{"type":65,"value":228},{"type":60,"tag":215,"props":766,"children":767},{},[768],{"type":65,"value":260},{"type":60,"tag":215,"props":770,"children":771},{},[772],{"type":65,"value":773},"Filter by campaign ID",{"type":60,"tag":183,"props":775,"children":776},{},[777,786,790,794],{"type":60,"tag":215,"props":778,"children":779},{},[780],{"type":60,"tag":114,"props":781,"children":783},{"className":782},[],[784],{"type":65,"value":785},"newsletter_id",{"type":60,"tag":215,"props":787,"children":788},{},[789],{"type":65,"value":228},{"type":60,"tag":215,"props":791,"children":792},{},[793],{"type":65,"value":260},{"type":60,"tag":215,"props":795,"children":796},{},[797],{"type":65,"value":798},"Filter by newsletter ID",{"type":60,"tag":183,"props":800,"children":801},{},[802,811,815,819],{"type":60,"tag":215,"props":803,"children":804},{},[805],{"type":60,"tag":114,"props":806,"children":808},{"className":807},[],[809],{"type":65,"value":810},"action_id",{"type":60,"tag":215,"props":812,"children":813},{},[814],{"type":65,"value":228},{"type":60,"tag":215,"props":816,"children":817},{},[818],{"type":65,"value":260},{"type":60,"tag":215,"props":820,"children":821},{},[822],{"type":65,"value":823},"Filter by action ID",{"type":60,"tag":183,"props":825,"children":826},{},[827,836,840,844],{"type":60,"tag":215,"props":828,"children":829},{},[830],{"type":60,"tag":114,"props":831,"children":833},{"className":832},[],[834],{"type":65,"value":835},"start_ts",{"type":60,"tag":215,"props":837,"children":838},{},[839],{"type":65,"value":228},{"type":60,"tag":215,"props":841,"children":842},{},[843],{"type":65,"value":260},{"type":60,"tag":215,"props":845,"children":846},{},[847],{"type":65,"value":848},"Start of time window (Unix timestamp)",{"type":60,"tag":183,"props":850,"children":851},{},[852,861,865,869],{"type":60,"tag":215,"props":853,"children":854},{},[855],{"type":60,"tag":114,"props":856,"children":858},{"className":857},[],[859],{"type":65,"value":860},"end_ts",{"type":60,"tag":215,"props":862,"children":863},{},[864],{"type":65,"value":228},{"type":60,"tag":215,"props":866,"children":867},{},[868],{"type":65,"value":260},{"type":60,"tag":215,"props":870,"children":871},{},[872],{"type":65,"value":873},"End of time window (Unix timestamp)",{"type":60,"tag":183,"props":875,"children":876},{},[877,886,890,894],{"type":60,"tag":215,"props":878,"children":879},{},[880],{"type":60,"tag":114,"props":881,"children":883},{"className":882},[],[884],{"type":65,"value":885},"limit",{"type":60,"tag":215,"props":887,"children":888},{},[889],{"type":65,"value":228},{"type":60,"tag":215,"props":891,"children":892},{},[893],{"type":65,"value":260},{"type":60,"tag":215,"props":895,"children":896},{},[897],{"type":65,"value":898},"Results per page, 1-1000 (default: 50)",{"type":60,"tag":183,"props":900,"children":901},{},[902,911,915,919],{"type":60,"tag":215,"props":903,"children":904},{},[905],{"type":60,"tag":114,"props":906,"children":908},{"className":907},[],[909],{"type":65,"value":910},"start",{"type":60,"tag":215,"props":912,"children":913},{},[914],{"type":65,"value":433},{"type":60,"tag":215,"props":916,"children":917},{},[918],{"type":65,"value":260},{"type":60,"tag":215,"props":920,"children":921},{},[922,924,930],{"type":65,"value":923},"Pagination token from previous response ",{"type":60,"tag":114,"props":925,"children":927},{"className":926},[],[928],{"type":65,"value":929},"next",{"type":65,"value":931}," value",{"type":60,"tag":183,"props":933,"children":934},{},[935,944,948,952],{"type":60,"tag":215,"props":936,"children":937},{},[938],{"type":60,"tag":114,"props":939,"children":941},{"className":940},[],[942],{"type":65,"value":943},"drafts",{"type":60,"tag":215,"props":945,"children":946},{},[947],{"type":65,"value":459},{"type":60,"tag":215,"props":949,"children":950},{},[951],{"type":65,"value":260},{"type":60,"tag":215,"props":953,"children":954},{},[955],{"type":65,"value":956},"Return draft messages instead of active\u002Fsent",{"type":60,"tag":93,"props":958,"children":959},{},[],{"type":60,"tag":148,"props":961,"children":963},{"id":962},"_3-list-audience-segments",[964],{"type":65,"value":965},"3. List Audience Segments",{"type":60,"tag":67,"props":967,"children":968},{},[969],{"type":65,"value":970},"Retrieve all segments defined in your workspace for audience analysis and broadcast targeting.",{"type":60,"tag":67,"props":972,"children":973},{},[974,978,979],{"type":60,"tag":76,"props":975,"children":976},{},[977],{"type":65,"value":166},{"type":65,"value":82},{"type":60,"tag":114,"props":980,"children":982},{"className":981},[],[983],{"type":65,"value":984},"CUSTOMERIO_GET_SEGMENTS",{"type":60,"tag":986,"props":987,"children":991},"pre",{"className":988,"code":990,"language":65},[989],"language-text","No parameters required -- returns all segments with IDs and metadata.\n",[992],{"type":60,"tag":114,"props":993,"children":995},{"__ignoreMap":994},"",[996],{"type":65,"value":990},{"type":60,"tag":67,"props":998,"children":999},{},[1000,1002,1008],{"type":65,"value":1001},"Use segment IDs when targeting broadcasts via the ",{"type":60,"tag":114,"props":1003,"children":1005},{"className":1004},[],[1006],{"type":65,"value":1007},"recipients.segment.id",{"type":65,"value":1009}," filter.",{"type":60,"tag":93,"props":1011,"children":1012},{},[],{"type":60,"tag":148,"props":1014,"children":1016},{"id":1015},"_4-list-newsletters",[1017],{"type":65,"value":1018},"4. List Newsletters",{"type":60,"tag":67,"props":1020,"children":1021},{},[1022],{"type":65,"value":1023},"Paginate through all newsletter metadata for tracking and analysis.",{"type":60,"tag":67,"props":1025,"children":1026},{},[1027,1031,1032],{"type":60,"tag":76,"props":1028,"children":1029},{},[1030],{"type":65,"value":166},{"type":65,"value":82},{"type":60,"tag":114,"props":1033,"children":1035},{"className":1034},[],[1036],{"type":65,"value":1037},"CUSTOMERIO_LIST_NEWSLETTERS",{"type":60,"tag":175,"props":1039,"children":1040},{},[1041,1063],{"type":60,"tag":179,"props":1042,"children":1043},{},[1044],{"type":60,"tag":183,"props":1045,"children":1046},{},[1047,1051,1055,1059],{"type":60,"tag":187,"props":1048,"children":1049},{},[1050],{"type":65,"value":191},{"type":60,"tag":187,"props":1052,"children":1053},{},[1054],{"type":65,"value":196},{"type":60,"tag":187,"props":1056,"children":1057},{},[1058],{"type":65,"value":201},{"type":60,"tag":187,"props":1060,"children":1061},{},[1062],{"type":65,"value":206},{"type":60,"tag":208,"props":1064,"children":1065},{},[1066,1090,1129],{"type":60,"tag":183,"props":1067,"children":1068},{},[1069,1077,1081,1085],{"type":60,"tag":215,"props":1070,"children":1071},{},[1072],{"type":60,"tag":114,"props":1073,"children":1075},{"className":1074},[],[1076],{"type":65,"value":885},{"type":60,"tag":215,"props":1078,"children":1079},{},[1080],{"type":65,"value":228},{"type":60,"tag":215,"props":1082,"children":1083},{},[1084],{"type":65,"value":260},{"type":60,"tag":215,"props":1086,"children":1087},{},[1088],{"type":65,"value":1089},"Max per page, 1-100",{"type":60,"tag":183,"props":1091,"children":1092},{},[1093,1102,1106,1110],{"type":60,"tag":215,"props":1094,"children":1095},{},[1096],{"type":60,"tag":114,"props":1097,"children":1099},{"className":1098},[],[1100],{"type":65,"value":1101},"sort",{"type":60,"tag":215,"props":1103,"children":1104},{},[1105],{"type":65,"value":433},{"type":60,"tag":215,"props":1107,"children":1108},{},[1109],{"type":65,"value":260},{"type":60,"tag":215,"props":1111,"children":1112},{},[1113,1119,1121,1127],{"type":60,"tag":114,"props":1114,"children":1116},{"className":1115},[],[1117],{"type":65,"value":1118},"asc",{"type":65,"value":1120}," (chronological) or ",{"type":60,"tag":114,"props":1122,"children":1124},{"className":1123},[],[1125],{"type":65,"value":1126},"desc",{"type":65,"value":1128}," (reverse)",{"type":60,"tag":183,"props":1130,"children":1131},{},[1132,1140,1144,1148],{"type":60,"tag":215,"props":1133,"children":1134},{},[1135],{"type":60,"tag":114,"props":1136,"children":1138},{"className":1137},[],[1139],{"type":65,"value":910},{"type":60,"tag":215,"props":1141,"children":1142},{},[1143],{"type":65,"value":433},{"type":60,"tag":215,"props":1145,"children":1146},{},[1147],{"type":65,"value":260},{"type":60,"tag":215,"props":1149,"children":1150},{},[1151,1153,1158],{"type":65,"value":1152},"Pagination cursor from previous response ",{"type":60,"tag":114,"props":1154,"children":1156},{"className":1155},[],[1157],{"type":65,"value":929},{"type":65,"value":931},{"type":60,"tag":93,"props":1160,"children":1161},{},[],{"type":60,"tag":148,"props":1163,"children":1165},{"id":1164},"_5-discover-transactional-message-templates",[1166],{"type":65,"value":1167},"5. Discover Transactional Message Templates",{"type":60,"tag":67,"props":1169,"children":1170},{},[1171],{"type":65,"value":1172},"List all transactional message templates to find IDs for sending via the API.",{"type":60,"tag":67,"props":1174,"children":1175},{},[1176,1180,1181],{"type":60,"tag":76,"props":1177,"children":1178},{},[1179],{"type":65,"value":166},{"type":65,"value":82},{"type":60,"tag":114,"props":1182,"children":1184},{"className":1183},[],[1185],{"type":65,"value":1186},"CUSTOMERIO_LIST_TRANSACTIONAL_MESSAGES",{"type":60,"tag":986,"props":1188,"children":1191},{"className":1189,"code":1190,"language":65},[989],"No parameters required -- returns template IDs and trigger names.\n",[1192],{"type":60,"tag":114,"props":1193,"children":1194},{"__ignoreMap":994},[1195],{"type":65,"value":1190},{"type":60,"tag":93,"props":1197,"children":1198},{},[],{"type":60,"tag":148,"props":1200,"children":1202},{"id":1201},"_6-inspect-broadcast-trigger-history",[1203],{"type":65,"value":1204},"6. Inspect Broadcast Trigger History",{"type":60,"tag":67,"props":1206,"children":1207},{},[1208],{"type":65,"value":1209},"Review all trigger executions for a broadcast and inspect individual trigger details.",{"type":60,"tag":67,"props":1211,"children":1212},{},[1213,1218,1219,1225,1227],{"type":60,"tag":76,"props":1214,"children":1215},{},[1216],{"type":65,"value":1217},"Tools:",{"type":65,"value":82},{"type":60,"tag":114,"props":1220,"children":1222},{"className":1221},[],[1223],{"type":65,"value":1224},"CUSTOMERIO_GET_TRIGGERS",{"type":65,"value":1226}," and ",{"type":60,"tag":114,"props":1228,"children":1230},{"className":1229},[],[1231],{"type":65,"value":1232},"CUSTOMERIO_GET_TRIGGER",{"type":60,"tag":67,"props":1234,"children":1235},{},[1236],{"type":60,"tag":76,"props":1237,"children":1238},{},[1239],{"type":65,"value":1240},"List all triggers for a broadcast:",{"type":60,"tag":175,"props":1242,"children":1243},{},[1244,1266],{"type":60,"tag":179,"props":1245,"children":1246},{},[1247],{"type":60,"tag":183,"props":1248,"children":1249},{},[1250,1254,1258,1262],{"type":60,"tag":187,"props":1251,"children":1252},{},[1253],{"type":65,"value":191},{"type":60,"tag":187,"props":1255,"children":1256},{},[1257],{"type":65,"value":196},{"type":60,"tag":187,"props":1259,"children":1260},{},[1261],{"type":65,"value":201},{"type":60,"tag":187,"props":1263,"children":1264},{},[1265],{"type":65,"value":206},{"type":60,"tag":208,"props":1267,"children":1268},{},[1269],{"type":60,"tag":183,"props":1270,"children":1271},{},[1272,1280,1284,1288],{"type":60,"tag":215,"props":1273,"children":1274},{},[1275],{"type":60,"tag":114,"props":1276,"children":1278},{"className":1277},[],[1279],{"type":65,"value":223},{"type":60,"tag":215,"props":1281,"children":1282},{},[1283],{"type":65,"value":228},{"type":60,"tag":215,"props":1285,"children":1286},{},[1287],{"type":65,"value":233},{"type":60,"tag":215,"props":1289,"children":1290},{},[1291],{"type":65,"value":1292},"The broadcast\u002Fcampaign ID",{"type":60,"tag":67,"props":1294,"children":1295},{},[1296],{"type":60,"tag":76,"props":1297,"children":1298},{},[1299],{"type":65,"value":1300},"Get a specific trigger:",{"type":60,"tag":175,"props":1302,"children":1303},{},[1304,1326],{"type":60,"tag":179,"props":1305,"children":1306},{},[1307],{"type":60,"tag":183,"props":1308,"children":1309},{},[1310,1314,1318,1322],{"type":60,"tag":187,"props":1311,"children":1312},{},[1313],{"type":65,"value":191},{"type":60,"tag":187,"props":1315,"children":1316},{},[1317],{"type":65,"value":196},{"type":60,"tag":187,"props":1319,"children":1320},{},[1321],{"type":65,"value":201},{"type":60,"tag":187,"props":1323,"children":1324},{},[1325],{"type":65,"value":206},{"type":60,"tag":208,"props":1327,"children":1328},{},[1329,1353],{"type":60,"tag":183,"props":1330,"children":1331},{},[1332,1340,1344,1348],{"type":60,"tag":215,"props":1333,"children":1334},{},[1335],{"type":60,"tag":114,"props":1336,"children":1338},{"className":1337},[],[1339],{"type":65,"value":223},{"type":60,"tag":215,"props":1341,"children":1342},{},[1343],{"type":65,"value":228},{"type":60,"tag":215,"props":1345,"children":1346},{},[1347],{"type":65,"value":233},{"type":60,"tag":215,"props":1349,"children":1350},{},[1351],{"type":65,"value":1352},"The campaign\u002Fbroadcast ID",{"type":60,"tag":183,"props":1354,"children":1355},{},[1356,1365,1369,1373],{"type":60,"tag":215,"props":1357,"children":1358},{},[1359],{"type":60,"tag":114,"props":1360,"children":1362},{"className":1361},[],[1363],{"type":65,"value":1364},"trigger_id",{"type":60,"tag":215,"props":1366,"children":1367},{},[1368],{"type":65,"value":433},{"type":60,"tag":215,"props":1370,"children":1371},{},[1372],{"type":65,"value":233},{"type":60,"tag":215,"props":1374,"children":1375},{},[1376,1378,1384,1386,1392],{"type":65,"value":1377},"Trigger identifier (e.g., ",{"type":60,"tag":114,"props":1379,"children":1381},{"className":1380},[],[1382],{"type":65,"value":1383},"456",{"type":65,"value":1385}," or ",{"type":60,"tag":114,"props":1387,"children":1389},{"className":1388},[],[1390],{"type":65,"value":1391},"5-37",{"type":65,"value":1393},")",{"type":60,"tag":93,"props":1395,"children":1396},{},[],{"type":60,"tag":97,"props":1398,"children":1400},{"id":1399},"known-pitfalls",[1401],{"type":65,"value":1402},"Known Pitfalls",{"type":60,"tag":175,"props":1404,"children":1405},{},[1406,1422],{"type":60,"tag":179,"props":1407,"children":1408},{},[1409],{"type":60,"tag":183,"props":1410,"children":1411},{},[1412,1417],{"type":60,"tag":187,"props":1413,"children":1414},{},[1415],{"type":65,"value":1416},"Pitfall",{"type":60,"tag":187,"props":1418,"children":1419},{},[1420],{"type":65,"value":1421},"Details",{"type":60,"tag":208,"props":1423,"children":1424},{},[1425,1477,1493,1527,1557],{"type":60,"tag":183,"props":1426,"children":1427},{},[1428,1436],{"type":60,"tag":215,"props":1429,"children":1430},{},[1431],{"type":60,"tag":76,"props":1432,"children":1433},{},[1434],{"type":65,"value":1435},"Mutually exclusive audience params",{"type":60,"tag":215,"props":1437,"children":1438},{},[1439,1444,1446,1451,1452,1457,1458,1463,1464,1469,1470,1475],{"type":60,"tag":114,"props":1440,"children":1442},{"className":1441},[],[1443],{"type":65,"value":173},{"type":65,"value":1445}," requires exactly ONE of ",{"type":60,"tag":114,"props":1447,"children":1449},{"className":1448},[],[1450],{"type":65,"value":302},{"type":65,"value":535},{"type":60,"tag":114,"props":1453,"children":1455},{"className":1454},[],[1456],{"type":65,"value":250},{"type":65,"value":535},{"type":60,"tag":114,"props":1459,"children":1461},{"className":1460},[],[1462],{"type":65,"value":277},{"type":65,"value":535},{"type":60,"tag":114,"props":1465,"children":1467},{"className":1466},[],[1468],{"type":65,"value":358},{"type":65,"value":554},{"type":60,"tag":114,"props":1471,"children":1473},{"className":1472},[],[1474],{"type":65,"value":428},{"type":65,"value":1476}," -- providing multiple causes errors",{"type":60,"tag":183,"props":1478,"children":1479},{},[1480,1488],{"type":60,"tag":215,"props":1481,"children":1482},{},[1483],{"type":60,"tag":76,"props":1484,"children":1485},{},[1486],{"type":65,"value":1487},"Rate limiting on broadcasts",{"type":60,"tag":215,"props":1489,"children":1490},{},[1491],{"type":65,"value":1492},"Broadcasts are limited to 1 trigger request per 10 seconds per broadcast ID",{"type":60,"tag":183,"props":1494,"children":1495},{},[1496,1504],{"type":60,"tag":215,"props":1497,"children":1498},{},[1499],{"type":60,"tag":76,"props":1500,"children":1501},{},[1502],{"type":65,"value":1503},"Unix timestamp format",{"type":60,"tag":215,"props":1505,"children":1506},{},[1507,1512,1513,1518,1520,1525],{"type":60,"tag":114,"props":1508,"children":1510},{"className":1509},[],[1511],{"type":65,"value":835},{"type":65,"value":1226},{"type":60,"tag":114,"props":1514,"children":1516},{"className":1515},[],[1517],{"type":65,"value":860},{"type":65,"value":1519}," in ",{"type":60,"tag":114,"props":1521,"children":1523},{"className":1522},[],[1524],{"type":65,"value":589},{"type":65,"value":1526}," must be Unix timestamps, not ISO strings",{"type":60,"tag":183,"props":1528,"children":1529},{},[1530,1538],{"type":60,"tag":215,"props":1531,"children":1532},{},[1533],{"type":60,"tag":76,"props":1534,"children":1535},{},[1536],{"type":65,"value":1537},"Pagination tokens",{"type":60,"tag":215,"props":1539,"children":1540},{},[1541,1543,1548,1550,1555],{"type":65,"value":1542},"Messages and newsletters use cursor-based pagination via the ",{"type":60,"tag":114,"props":1544,"children":1546},{"className":1545},[],[1547],{"type":65,"value":910},{"type":65,"value":1549}," parameter -- use the ",{"type":60,"tag":114,"props":1551,"children":1553},{"className":1552},[],[1554],{"type":65,"value":929},{"type":65,"value":1556}," value from previous responses",{"type":60,"tag":183,"props":1558,"children":1559},{},[1560,1568],{"type":60,"tag":215,"props":1561,"children":1562},{},[1563],{"type":60,"tag":76,"props":1564,"children":1565},{},[1566],{"type":65,"value":1567},"Segment ID resolution",{"type":60,"tag":215,"props":1569,"children":1570},{},[1571,1573,1578,1580],{"type":65,"value":1572},"To target a segment in a broadcast, first fetch segment IDs via ",{"type":60,"tag":114,"props":1574,"children":1576},{"className":1575},[],[1577],{"type":65,"value":984},{"type":65,"value":1579},", then reference by ID in ",{"type":60,"tag":114,"props":1581,"children":1583},{"className":1582},[],[1584],{"type":65,"value":1007},{"type":60,"tag":93,"props":1586,"children":1587},{},[],{"type":60,"tag":97,"props":1589,"children":1591},{"id":1590},"quick-reference",[1592],{"type":65,"value":1593},"Quick Reference",{"type":60,"tag":175,"props":1595,"children":1596},{},[1597,1613],{"type":60,"tag":179,"props":1598,"children":1599},{},[1600],{"type":60,"tag":183,"props":1601,"children":1602},{},[1603,1608],{"type":60,"tag":187,"props":1604,"children":1605},{},[1606],{"type":65,"value":1607},"Tool Slug",{"type":60,"tag":187,"props":1609,"children":1610},{},[1611],{"type":65,"value":1612},"Purpose",{"type":60,"tag":208,"props":1614,"children":1615},{},[1616,1632,1648,1664,1681,1697,1713,1729],{"type":60,"tag":183,"props":1617,"children":1618},{},[1619,1627],{"type":60,"tag":215,"props":1620,"children":1621},{},[1622],{"type":60,"tag":114,"props":1623,"children":1625},{"className":1624},[],[1626],{"type":65,"value":173},{"type":60,"tag":215,"props":1628,"children":1629},{},[1630],{"type":65,"value":1631},"Trigger a broadcast to a defined audience",{"type":60,"tag":183,"props":1633,"children":1634},{},[1635,1643],{"type":60,"tag":215,"props":1636,"children":1637},{},[1638],{"type":60,"tag":114,"props":1639,"children":1641},{"className":1640},[],[1642],{"type":65,"value":589},{"type":60,"tag":215,"props":1644,"children":1645},{},[1646],{"type":65,"value":1647},"Retrieve message delivery metrics with filters",{"type":60,"tag":183,"props":1649,"children":1650},{},[1651,1659],{"type":60,"tag":215,"props":1652,"children":1653},{},[1654],{"type":60,"tag":114,"props":1655,"children":1657},{"className":1656},[],[1658],{"type":65,"value":984},{"type":60,"tag":215,"props":1660,"children":1661},{},[1662],{"type":65,"value":1663},"List all audience segments",{"type":60,"tag":183,"props":1665,"children":1666},{},[1667,1676],{"type":60,"tag":215,"props":1668,"children":1669},{},[1670],{"type":60,"tag":114,"props":1671,"children":1673},{"className":1672},[],[1674],{"type":65,"value":1675},"CUSTOMERIO_GET_SEGMENT_DETAILS",{"type":60,"tag":215,"props":1677,"children":1678},{},[1679],{"type":65,"value":1680},"Get details for a specific segment",{"type":60,"tag":183,"props":1682,"children":1683},{},[1684,1692],{"type":60,"tag":215,"props":1685,"children":1686},{},[1687],{"type":60,"tag":114,"props":1688,"children":1690},{"className":1689},[],[1691],{"type":65,"value":1037},{"type":60,"tag":215,"props":1693,"children":1694},{},[1695],{"type":65,"value":1696},"Paginate through newsletters",{"type":60,"tag":183,"props":1698,"children":1699},{},[1700,1708],{"type":60,"tag":215,"props":1701,"children":1702},{},[1703],{"type":60,"tag":114,"props":1704,"children":1706},{"className":1705},[],[1707],{"type":65,"value":1186},{"type":60,"tag":215,"props":1709,"children":1710},{},[1711],{"type":65,"value":1712},"List transactional message templates",{"type":60,"tag":183,"props":1714,"children":1715},{},[1716,1724],{"type":60,"tag":215,"props":1717,"children":1718},{},[1719],{"type":60,"tag":114,"props":1720,"children":1722},{"className":1721},[],[1723],{"type":65,"value":1224},{"type":60,"tag":215,"props":1725,"children":1726},{},[1727],{"type":65,"value":1728},"List all trigger executions for a broadcast",{"type":60,"tag":183,"props":1730,"children":1731},{},[1732,1740],{"type":60,"tag":215,"props":1733,"children":1734},{},[1735],{"type":60,"tag":114,"props":1736,"children":1738},{"className":1737},[],[1739],{"type":65,"value":1232},{"type":60,"tag":215,"props":1741,"children":1742},{},[1743],{"type":65,"value":1744},"Inspect a specific trigger execution",{"type":60,"tag":93,"props":1746,"children":1747},{},[],{"type":60,"tag":67,"props":1749,"children":1750},{},[1751],{"type":60,"tag":1752,"props":1753,"children":1754},"em",{},[1755,1757],{"type":65,"value":1756},"Powered by ",{"type":60,"tag":84,"props":1758,"children":1761},{"href":1759,"rel":1760},"https:\u002F\u002Fcomposio.dev",[88],[1762],{"type":65,"value":10},{"items":1764,"total":1848},[1765,1779,1795,1804,1814,1826,1835],{"slug":1766,"name":1767,"fn":1768,"description":1769,"org":1770,"tags":1771,"stars":27,"repoUrl":28,"updatedAt":1778},"21risk-automation","-21risk-automation","automate 21risk compliance and safety tasks","Automate 21risk tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1772,1773,1774,1775],{"name":15,"slug":16,"type":17},{"name":10,"slug":9,"type":17},{"name":19,"slug":20,"type":17},{"name":1776,"slug":1777,"type":17},"Risk Assessment","risk-assessment","2026-07-15T05:54:18.790529",{"slug":1780,"name":1781,"fn":1782,"description":1783,"org":1784,"tags":1785,"stars":27,"repoUrl":28,"updatedAt":1794},"2chat-automation","-2chat-automation","automate 2chat messaging tasks","Automate 2chat tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1786,1787,1790,1791],{"name":15,"slug":16,"type":17},{"name":1788,"slug":1789,"type":17},"Communications","communications",{"name":19,"slug":20,"type":17},{"name":1792,"slug":1793,"type":17},"Messaging","messaging","2026-07-15T05:51:27.190332",{"slug":1796,"name":1796,"fn":1797,"description":1798,"org":1799,"tags":1800,"stars":27,"repoUrl":28,"updatedAt":1803},"ably-automation","automate Ably tasks with Composio","Automate Ably tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1801,1802],{"name":15,"slug":16,"type":17},{"name":19,"slug":20,"type":17},"2026-07-12T08:09:55.453088",{"slug":1805,"name":1805,"fn":1806,"description":1807,"org":1808,"tags":1809,"stars":27,"repoUrl":28,"updatedAt":1813},"abstract-automation","automate Abstract tasks via Composio","Automate Abstract tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1810,1811,1812],{"name":15,"slug":16,"type":17},{"name":10,"slug":9,"type":17},{"name":19,"slug":20,"type":17},"2026-07-15T05:45:16.470309",{"slug":1815,"name":1815,"fn":1816,"description":1817,"org":1818,"tags":1819,"stars":27,"repoUrl":28,"updatedAt":1825},"abuselpdb-automation","automate Abuselpdb tasks via Composio","Automate Abuselpdb tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1820,1821,1822],{"name":15,"slug":16,"type":17},{"name":19,"slug":20,"type":17},{"name":1823,"slug":1824,"type":17},"Security","security","2026-07-15T05:56:20.013366",{"slug":1827,"name":1827,"fn":1828,"description":1829,"org":1830,"tags":1831,"stars":27,"repoUrl":28,"updatedAt":1834},"abyssale-automation","automate Abyssale tasks via Composio","Automate Abyssale tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1832,1833],{"name":15,"slug":16,"type":17},{"name":10,"slug":9,"type":17},"2026-07-15T05:54:50.762889",{"slug":1836,"name":1836,"fn":1837,"description":1838,"org":1839,"tags":1840,"stars":27,"repoUrl":28,"updatedAt":1847},"accelo-automation","automate Accelo tasks via Composio","Automate Accelo tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1841,1842,1843,1846],{"name":15,"slug":16,"type":17},{"name":10,"slug":9,"type":17},{"name":1844,"slug":1845,"type":17},"CRM","crm",{"name":19,"slug":20,"type":17},"2026-07-15T05:48:43.429136",860,{"items":1850,"total":1952},[1851,1858,1865,1870,1876,1882,1887,1894,1908,1921,1932,1942],{"slug":1766,"name":1767,"fn":1768,"description":1769,"org":1852,"tags":1853,"stars":27,"repoUrl":28,"updatedAt":1778},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1854,1855,1856,1857],{"name":15,"slug":16,"type":17},{"name":10,"slug":9,"type":17},{"name":19,"slug":20,"type":17},{"name":1776,"slug":1777,"type":17},{"slug":1780,"name":1781,"fn":1782,"description":1783,"org":1859,"tags":1860,"stars":27,"repoUrl":28,"updatedAt":1794},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1861,1862,1863,1864],{"name":15,"slug":16,"type":17},{"name":1788,"slug":1789,"type":17},{"name":19,"slug":20,"type":17},{"name":1792,"slug":1793,"type":17},{"slug":1796,"name":1796,"fn":1797,"description":1798,"org":1866,"tags":1867,"stars":27,"repoUrl":28,"updatedAt":1803},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1868,1869],{"name":15,"slug":16,"type":17},{"name":19,"slug":20,"type":17},{"slug":1805,"name":1805,"fn":1806,"description":1807,"org":1871,"tags":1872,"stars":27,"repoUrl":28,"updatedAt":1813},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1873,1874,1875],{"name":15,"slug":16,"type":17},{"name":10,"slug":9,"type":17},{"name":19,"slug":20,"type":17},{"slug":1815,"name":1815,"fn":1816,"description":1817,"org":1877,"tags":1878,"stars":27,"repoUrl":28,"updatedAt":1825},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1879,1880,1881],{"name":15,"slug":16,"type":17},{"name":19,"slug":20,"type":17},{"name":1823,"slug":1824,"type":17},{"slug":1827,"name":1827,"fn":1828,"description":1829,"org":1883,"tags":1884,"stars":27,"repoUrl":28,"updatedAt":1834},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1885,1886],{"name":15,"slug":16,"type":17},{"name":10,"slug":9,"type":17},{"slug":1836,"name":1836,"fn":1837,"description":1838,"org":1888,"tags":1889,"stars":27,"repoUrl":28,"updatedAt":1847},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1890,1891,1892,1893],{"name":15,"slug":16,"type":17},{"name":10,"slug":9,"type":17},{"name":1844,"slug":1845,"type":17},{"name":19,"slug":20,"type":17},{"slug":1895,"name":1895,"fn":1896,"description":1897,"org":1898,"tags":1899,"stars":27,"repoUrl":28,"updatedAt":1907},"accredible-certificates-automation","automate Accredible certificate management","Automate Accredible Certificates tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1900,1901,1904],{"name":15,"slug":16,"type":17},{"name":1902,"slug":1903,"type":17},"Documents","documents",{"name":1905,"slug":1906,"type":17},"E-Signature","e-signature","2026-07-15T05:55:33.159639",{"slug":1909,"name":1909,"fn":1910,"description":1911,"org":1912,"tags":1913,"stars":27,"repoUrl":28,"updatedAt":1920},"acculynx-automation","automate Acculynx construction management tasks","Automate Acculynx tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1914,1915,1916,1917],{"name":15,"slug":16,"type":17},{"name":10,"slug":9,"type":17},{"name":19,"slug":20,"type":17},{"name":1918,"slug":1919,"type":17},"Operations","operations","2026-07-15T05:58:48.059284",{"slug":1922,"name":1922,"fn":1923,"description":1924,"org":1925,"tags":1926,"stars":27,"repoUrl":28,"updatedAt":1931},"active-campaign-automation","automate ActiveCampaign marketing and CRM tasks","Automate ActiveCampaign tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1927,1928,1929,1930],{"name":15,"slug":16,"type":17},{"name":10,"slug":9,"type":17},{"name":1844,"slug":1845,"type":17},{"name":25,"slug":26,"type":17},"2026-07-15T05:49:44.281711",{"slug":1933,"name":1933,"fn":1934,"description":1935,"org":1936,"tags":1937,"stars":27,"repoUrl":28,"updatedAt":1941},"addresszen-automation","automate Addresszen address validation","Automate Addresszen tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1938,1939,1940],{"name":15,"slug":16,"type":17},{"name":10,"slug":9,"type":17},{"name":19,"slug":20,"type":17},"2026-07-15T05:47:51.742515",{"slug":1943,"name":1943,"fn":1944,"description":1945,"org":1946,"tags":1947,"stars":27,"repoUrl":28,"updatedAt":1951},"adobe-automation","automate Adobe tasks via Composio","Automate Adobe tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1948,1949,1950],{"name":15,"slug":16,"type":17},{"name":10,"slug":9,"type":17},{"name":19,"slug":20,"type":17},"2026-07-15T05:45:05.303254",863]