[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-composio-instantly-automation":3,"mdc--kiz70r-key":53,"related-org-composio-instantly-automation":1445,"related-repo-composio-instantly-automation":1591},{"slug":4,"name":5,"fn":6,"description":7,"org":8,"tags":13,"stars":28,"repoUrl":29,"updatedAt":30,"license":31,"forks":32,"topics":33,"repo":48,"sourceUrl":51,"mdContent":52},"instantly-automation","Instantly Automation","automate Instantly cold email outreach campaigns","Automate Instantly cold email outreach -- manage campaigns, sending accounts, lead lists, bulk lead imports, and campaign analytics -- using natural language through the Composio MCP integration.",{"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,16,19,22,25],{"name":10,"slug":9,"type":15},"tag",{"name":17,"slug":18,"type":15},"Automation","automation",{"name":20,"slug":21,"type":15},"MCP","mcp",{"name":23,"slug":24,"type":15},"Outreach","outreach",{"name":26,"slug":27,"type":15},"Email","email",67499,"https:\u002F\u002Fgithub.com\u002FComposioHQ\u002Fawesome-claude-skills","2026-07-15T05:54:55.690544",null,7603,[34,35,36,18,37,38,39,9,40,41,42,21,43,44,45,46,47],"agent-skills","ai-agents","antigravity","claude","claude-code","codex","cursor","developer-tools","gemini-cli","openai-codex","rube","saas","skill","workflow-automation",{"repoUrl":29,"stars":28,"forks":32,"topics":49,"description":50},[34,35,36,18,37,38,39,9,40,41,42,21,43,44,45,46,47],"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\u002Finstantly-automation","---\nname: Instantly Automation\ndescription: \"Automate Instantly cold email outreach -- manage campaigns, sending accounts, lead lists, bulk lead imports, and campaign analytics -- using natural language through the Composio MCP integration.\"\ncategory: email-outreach\nrequires:\n  mcp:\n    - rube\n---\n\n# Instantly Automation\n\nAutomate your cold email outreach with Instantly -- create and manage campaigns with multi-step sequences, configure sending schedules, import leads in bulk, manage sending accounts, and track campaign performance -- all through natural language commands.\n\n**Toolkit docs:** [composio.dev\u002Ftoolkits\u002Finstantly](https:\u002F\u002Fcomposio.dev\u002Ftoolkits\u002Finstantly)\n\n---\n\n## Setup\n\n1. Add the Composio MCP server to your client configuration:\n   ```\n   https:\u002F\u002Frube.app\u002Fmcp\n   ```\n2. Connect your Instantly account when prompted (API key authentication).\n3. Start issuing natural language commands to manage your outreach campaigns.\n\n---\n\n## Core Workflows\n\n### 1. List Sending Accounts\nRetrieve all email accounts configured in your Instantly workspace, with filtering by status and provider.\n\n**Tool:** `INSTANTLY_LIST_ACCOUNTS`\n\n**Example prompt:**\n> \"Show all active sending accounts in my Instantly workspace\"\n\n**Key parameters:**\n- `status` -- Filter by status: `1` (Active), `2` (Paused), `-1` (Connection Error), `-2` (Soft Bounce Error), `-3` (Sending Error)\n- `provider_code` -- Filter by provider: `1` (Custom IMAP\u002FSMTP), `2` (Google), `3` (Microsoft), `4` (AWS)\n- `search` -- Search by email substring or domain\n- `limit` -- Max items (1-100)\n- `starting_after` -- Pagination cursor from previous response\n- `tag_ids` -- Comma-separated tag UUIDs\n\n---\n\n### 2. Create a Campaign\nLaunch a new outreach campaign with scheduling, email sequences, A\u002FB testing variants, and sending configuration.\n\n**Tool:** `INSTANTLY_CREATE_CAMPAIGN`\n\n**Example prompt:**\n> \"Create an Instantly campaign called 'Q1 Outreach' that sends Monday-Friday 9am-5pm Central time with a 3-step email sequence\"\n\n**Key parameters:**\n- `name` (required) -- Campaign name\n- `campaign_schedule` (required) -- Schedule configuration:\n  - `schedules` (required) -- Array of schedule objects, each with:\n    - `name` -- Schedule name\n    - `timing` -- `{from: \"09:00\", to: \"17:00\"}` (HH:mm format)\n    - `days` -- Map of day index strings \"0\" (Sun) to \"6\" (Sat) to booleans\n    - `timezone` -- Supported values include \"America\u002FChicago\", \"America\u002FDetroit\", \"America\u002FBoise\", \"America\u002FAnchorage\"\n  - `start_date` \u002F `end_date` -- ISO 8601 dates\n- `email_list` -- Array of sending account email addresses (must be pre-configured accounts; use `INSTANTLY_LIST_ACCOUNTS` to discover valid addresses)\n- `sequences` -- Array (only first element used) containing:\n  - `steps` -- Array of step objects with:\n    - `type` -- Must be \"email\"\n    - `delay` -- Days before NEXT email (integer, min 0)\n    - `variants` -- Array of `{subject, body}` objects for A\u002FB testing\n- `daily_limit` -- Daily sending cap\n- `email_gap` -- Minutes between emails\n- `stop_on_reply` -- Stop campaign when lead replies (boolean)\n- `stop_on_auto_reply` -- Stop on auto-replies (boolean)\n- `open_tracking` \u002F `link_tracking` -- Enable tracking (booleans)\n\n**Timezone notes:**\n- Verified working: \"America\u002FChicago\" (Central), \"America\u002FDetroit\" (Eastern), \"America\u002FBoise\" (Mountain)\n- Auto-mapped: \"America\u002FNew_York\" maps to \"America\u002FDetroit\", \"America\u002FDenver\" maps to \"America\u002FBoise\"\n- NOT supported: \"America\u002FLos_Angeles\", \"US\u002FPacific\" -- use \"America\u002FAnchorage\" or \"America\u002FDawson\" as alternatives\n\n---\n\n### 3. Update Campaign Settings\nModify an existing campaign's schedule, sending limits, sequences, or tracking settings.\n\n**Tool:** `INSTANTLY_UPDATE_CAMPAIGN`\n\n**Example prompt:**\n> \"Update my Instantly campaign to increase the daily limit to 100 and enable open tracking\"\n\n**Key parameters:**\n- `id` (required) -- Campaign UUID\n- Any combination of: `name`, `campaign_schedule`, `email_list`, `sequences`, `daily_limit`, `email_gap`, `stop_on_reply`, `open_tracking`, `link_tracking`, etc.\n- Set any parameter to `null` to unset it\n\n---\n\n### 4. Manage Lead Lists and Bulk Import\nCreate dedicated lead lists and import prospects in bulk for campaign targeting.\n\n**Tools:** `INSTANTLY_CREATE_LEAD_LIST`, `INSTANTLY_ADD_LEADS_BULK`\n\n**Example prompt:**\n> \"Create a lead list called 'Q1 Prospects' and add 50 leads to my Instantly campaign\"\n\n**Key parameters for creating lead lists:**\n- List name and configuration\n\n**Key parameters for bulk lead import:**\n- Campaign or list ID to import into\n- Array of lead objects with email and metadata\n- Duplicate handling options\n- Lead verification settings\n\n---\n\n### 5. Review Campaign Details\nRetrieve full campaign configuration to verify settings, inspect sequences, or prepare for updates.\n\n**Tool:** `INSTANTLY_GET_CAMPAIGN`\n\n**Example prompt:**\n> \"Show me the full details of my Instantly campaign\"\n\n**Key parameters:**\n- `id` (required) -- Campaign UUID\n\n---\n\n### 6. List All Campaigns\nEnumerate all campaigns in your workspace with optional filters and pagination.\n\n**Tool:** `INSTANTLY_LIST_CAMPAIGNS`\n\n**Example prompt:**\n> \"List all my Instantly campaigns\"\n\n**Key parameters:**\n- Optional filters and pagination parameters\n\n---\n\n## Known Pitfalls\n\n- **Timezone support is limited**: The Instantly API accepts a restricted set of timezone strings. Pacific Time (\"America\u002FLos_Angeles\") is NOT supported. Use \"America\u002FAnchorage\" (UTC-9\u002FUTC-8) or \"America\u002FDawson\" (UTC-7 year-round) as alternatives.\n- **Invalid schedule payloads cause 400 errors**: A malformed `campaign_schedule` (missing `days`, `from`, `to`, or `schedules`) triggers HTTP 400. Repeated 400s indicate payload issues, not transient failures.\n- **Sequences must be complete**: Each sequence step requires a valid `type` (\"email\"), `delay`, and at least one variant with both `subject` and `body`. Incomplete variants block campaign creation.\n- **Only first sequence element is used**: The API only processes `sequences[0]`. Additional sequences are ignored.\n- **email_list must reference existing accounts**: The `email_list` field requires email addresses of pre-configured sending accounts in your Instantly workspace, not arbitrary recipient addresses. Always use `INSTANTLY_LIST_ACCOUNTS` to discover valid sending addresses.\n- **401 scope errors on campaign creation**: Campaign creation can fail with \"Invalid scope. Required: campaigns:create\". Update your API key permissions before retrying writes.\n- **Read-back fields may differ**: Field names in `INSTANTLY_GET_CAMPAIGN` responses may differ from create payloads (e.g., `timing.from_` vs `timing.from`). Parse defensively.\n\n---\n\n## Quick Reference\n\n| Action | Tool Slug | Required Params |\n|---|---|---|\n| List sending accounts | `INSTANTLY_LIST_ACCOUNTS` | None (optional filters) |\n| Create campaign | `INSTANTLY_CREATE_CAMPAIGN` | `name`, `campaign_schedule` |\n| Update campaign | `INSTANTLY_UPDATE_CAMPAIGN` | `id` |\n| Get campaign details | `INSTANTLY_GET_CAMPAIGN` | `id` |\n| List campaigns | `INSTANTLY_LIST_CAMPAIGNS` | None (optional filters) |\n| Create lead list | `INSTANTLY_CREATE_LEAD_LIST` | List name |\n| Bulk import leads | `INSTANTLY_ADD_LEADS_BULK` | Campaign\u002Flist ID, leads |\n\n---\n\n*Powered by [Composio](https:\u002F\u002Fcomposio.dev)*\n",{"data":54,"body":58},{"name":5,"description":7,"category":55,"requires":56},"email-outreach",{"mcp":57},[44],{"type":59,"children":60},"root",[61,68,74,94,98,105,138,141,147,154,159,174,182,191,199,339,342,348,353,367,374,382,389,650,658,676,679,685,690,704,711,719,726,814,817,823,828,850,857,865,873,881,889,912,915,921,926,940,947,955,962,974,977,983,988,1002,1009,1017,1024,1032,1035,1041,1224,1227,1233,1427,1430],{"type":62,"tag":63,"props":64,"children":65},"element","h1",{"id":4},[66],{"type":67,"value":5},"text",{"type":62,"tag":69,"props":70,"children":71},"p",{},[72],{"type":67,"value":73},"Automate your cold email outreach with Instantly -- create and manage campaigns with multi-step sequences, configure sending schedules, import leads in bulk, manage sending accounts, and track campaign performance -- all through natural language commands.",{"type":62,"tag":69,"props":75,"children":76},{},[77,83,85],{"type":62,"tag":78,"props":79,"children":80},"strong",{},[81],{"type":67,"value":82},"Toolkit docs:",{"type":67,"value":84}," ",{"type":62,"tag":86,"props":87,"children":91},"a",{"href":88,"rel":89},"https:\u002F\u002Fcomposio.dev\u002Ftoolkits\u002Finstantly",[90],"nofollow",[92],{"type":67,"value":93},"composio.dev\u002Ftoolkits\u002Finstantly",{"type":62,"tag":95,"props":96,"children":97},"hr",{},[],{"type":62,"tag":99,"props":100,"children":102},"h2",{"id":101},"setup",[103],{"type":67,"value":104},"Setup",{"type":62,"tag":106,"props":107,"children":108},"ol",{},[109,128,133],{"type":62,"tag":110,"props":111,"children":112},"li",{},[113,115],{"type":67,"value":114},"Add the Composio MCP server to your client configuration:\n",{"type":62,"tag":116,"props":117,"children":121},"pre",{"className":118,"code":120,"language":67},[119],"language-text","https:\u002F\u002Frube.app\u002Fmcp\n",[122],{"type":62,"tag":123,"props":124,"children":126},"code",{"__ignoreMap":125},"",[127],{"type":67,"value":120},{"type":62,"tag":110,"props":129,"children":130},{},[131],{"type":67,"value":132},"Connect your Instantly account when prompted (API key authentication).",{"type":62,"tag":110,"props":134,"children":135},{},[136],{"type":67,"value":137},"Start issuing natural language commands to manage your outreach campaigns.",{"type":62,"tag":95,"props":139,"children":140},{},[],{"type":62,"tag":99,"props":142,"children":144},{"id":143},"core-workflows",[145],{"type":67,"value":146},"Core Workflows",{"type":62,"tag":148,"props":149,"children":151},"h3",{"id":150},"_1-list-sending-accounts",[152],{"type":67,"value":153},"1. List Sending Accounts",{"type":62,"tag":69,"props":155,"children":156},{},[157],{"type":67,"value":158},"Retrieve all email accounts configured in your Instantly workspace, with filtering by status and provider.",{"type":62,"tag":69,"props":160,"children":161},{},[162,167,168],{"type":62,"tag":78,"props":163,"children":164},{},[165],{"type":67,"value":166},"Tool:",{"type":67,"value":84},{"type":62,"tag":123,"props":169,"children":171},{"className":170},[],[172],{"type":67,"value":173},"INSTANTLY_LIST_ACCOUNTS",{"type":62,"tag":69,"props":175,"children":176},{},[177],{"type":62,"tag":78,"props":178,"children":179},{},[180],{"type":67,"value":181},"Example prompt:",{"type":62,"tag":183,"props":184,"children":185},"blockquote",{},[186],{"type":62,"tag":69,"props":187,"children":188},{},[189],{"type":67,"value":190},"\"Show all active sending accounts in my Instantly workspace\"",{"type":62,"tag":69,"props":192,"children":193},{},[194],{"type":62,"tag":78,"props":195,"children":196},{},[197],{"type":67,"value":198},"Key parameters:",{"type":62,"tag":200,"props":201,"children":202},"ul",{},[203,254,295,306,317,328],{"type":62,"tag":110,"props":204,"children":205},{},[206,212,214,220,222,228,230,236,238,244,246,252],{"type":62,"tag":123,"props":207,"children":209},{"className":208},[],[210],{"type":67,"value":211},"status",{"type":67,"value":213}," -- Filter by status: ",{"type":62,"tag":123,"props":215,"children":217},{"className":216},[],[218],{"type":67,"value":219},"1",{"type":67,"value":221}," (Active), ",{"type":62,"tag":123,"props":223,"children":225},{"className":224},[],[226],{"type":67,"value":227},"2",{"type":67,"value":229}," (Paused), ",{"type":62,"tag":123,"props":231,"children":233},{"className":232},[],[234],{"type":67,"value":235},"-1",{"type":67,"value":237}," (Connection Error), ",{"type":62,"tag":123,"props":239,"children":241},{"className":240},[],[242],{"type":67,"value":243},"-2",{"type":67,"value":245}," (Soft Bounce Error), ",{"type":62,"tag":123,"props":247,"children":249},{"className":248},[],[250],{"type":67,"value":251},"-3",{"type":67,"value":253}," (Sending Error)",{"type":62,"tag":110,"props":255,"children":256},{},[257,263,265,270,272,277,279,285,287,293],{"type":62,"tag":123,"props":258,"children":260},{"className":259},[],[261],{"type":67,"value":262},"provider_code",{"type":67,"value":264}," -- Filter by provider: ",{"type":62,"tag":123,"props":266,"children":268},{"className":267},[],[269],{"type":67,"value":219},{"type":67,"value":271}," (Custom IMAP\u002FSMTP), ",{"type":62,"tag":123,"props":273,"children":275},{"className":274},[],[276],{"type":67,"value":227},{"type":67,"value":278}," (Google), ",{"type":62,"tag":123,"props":280,"children":282},{"className":281},[],[283],{"type":67,"value":284},"3",{"type":67,"value":286}," (Microsoft), ",{"type":62,"tag":123,"props":288,"children":290},{"className":289},[],[291],{"type":67,"value":292},"4",{"type":67,"value":294}," (AWS)",{"type":62,"tag":110,"props":296,"children":297},{},[298,304],{"type":62,"tag":123,"props":299,"children":301},{"className":300},[],[302],{"type":67,"value":303},"search",{"type":67,"value":305}," -- Search by email substring or domain",{"type":62,"tag":110,"props":307,"children":308},{},[309,315],{"type":62,"tag":123,"props":310,"children":312},{"className":311},[],[313],{"type":67,"value":314},"limit",{"type":67,"value":316}," -- Max items (1-100)",{"type":62,"tag":110,"props":318,"children":319},{},[320,326],{"type":62,"tag":123,"props":321,"children":323},{"className":322},[],[324],{"type":67,"value":325},"starting_after",{"type":67,"value":327}," -- Pagination cursor from previous response",{"type":62,"tag":110,"props":329,"children":330},{},[331,337],{"type":62,"tag":123,"props":332,"children":334},{"className":333},[],[335],{"type":67,"value":336},"tag_ids",{"type":67,"value":338}," -- Comma-separated tag UUIDs",{"type":62,"tag":95,"props":340,"children":341},{},[],{"type":62,"tag":148,"props":343,"children":345},{"id":344},"_2-create-a-campaign",[346],{"type":67,"value":347},"2. Create a Campaign",{"type":62,"tag":69,"props":349,"children":350},{},[351],{"type":67,"value":352},"Launch a new outreach campaign with scheduling, email sequences, A\u002FB testing variants, and sending configuration.",{"type":62,"tag":69,"props":354,"children":355},{},[356,360,361],{"type":62,"tag":78,"props":357,"children":358},{},[359],{"type":67,"value":166},{"type":67,"value":84},{"type":62,"tag":123,"props":362,"children":364},{"className":363},[],[365],{"type":67,"value":366},"INSTANTLY_CREATE_CAMPAIGN",{"type":62,"tag":69,"props":368,"children":369},{},[370],{"type":62,"tag":78,"props":371,"children":372},{},[373],{"type":67,"value":181},{"type":62,"tag":183,"props":375,"children":376},{},[377],{"type":62,"tag":69,"props":378,"children":379},{},[380],{"type":67,"value":381},"\"Create an Instantly campaign called 'Q1 Outreach' that sends Monday-Friday 9am-5pm Central time with a 3-step email sequence\"",{"type":62,"tag":69,"props":383,"children":384},{},[385],{"type":62,"tag":78,"props":386,"children":387},{},[388],{"type":67,"value":198},{"type":62,"tag":200,"props":390,"children":391},{},[392,403,501,519,588,599,610,621,632],{"type":62,"tag":110,"props":393,"children":394},{},[395,401],{"type":62,"tag":123,"props":396,"children":398},{"className":397},[],[399],{"type":67,"value":400},"name",{"type":67,"value":402}," (required) -- Campaign name",{"type":62,"tag":110,"props":404,"children":405},{},[406,412,414],{"type":62,"tag":123,"props":407,"children":409},{"className":408},[],[410],{"type":67,"value":411},"campaign_schedule",{"type":67,"value":413}," (required) -- Schedule configuration:\n",{"type":62,"tag":200,"props":415,"children":416},{},[417,482],{"type":62,"tag":110,"props":418,"children":419},{},[420,426,428],{"type":62,"tag":123,"props":421,"children":423},{"className":422},[],[424],{"type":67,"value":425},"schedules",{"type":67,"value":427}," (required) -- Array of schedule objects, each with:\n",{"type":62,"tag":200,"props":429,"children":430},{},[431,441,460,471],{"type":62,"tag":110,"props":432,"children":433},{},[434,439],{"type":62,"tag":123,"props":435,"children":437},{"className":436},[],[438],{"type":67,"value":400},{"type":67,"value":440}," -- Schedule name",{"type":62,"tag":110,"props":442,"children":443},{},[444,450,452,458],{"type":62,"tag":123,"props":445,"children":447},{"className":446},[],[448],{"type":67,"value":449},"timing",{"type":67,"value":451}," -- ",{"type":62,"tag":123,"props":453,"children":455},{"className":454},[],[456],{"type":67,"value":457},"{from: \"09:00\", to: \"17:00\"}",{"type":67,"value":459}," (HH:mm format)",{"type":62,"tag":110,"props":461,"children":462},{},[463,469],{"type":62,"tag":123,"props":464,"children":466},{"className":465},[],[467],{"type":67,"value":468},"days",{"type":67,"value":470}," -- Map of day index strings \"0\" (Sun) to \"6\" (Sat) to booleans",{"type":62,"tag":110,"props":472,"children":473},{},[474,480],{"type":62,"tag":123,"props":475,"children":477},{"className":476},[],[478],{"type":67,"value":479},"timezone",{"type":67,"value":481}," -- Supported values include \"America\u002FChicago\", \"America\u002FDetroit\", \"America\u002FBoise\", \"America\u002FAnchorage\"",{"type":62,"tag":110,"props":483,"children":484},{},[485,491,493,499],{"type":62,"tag":123,"props":486,"children":488},{"className":487},[],[489],{"type":67,"value":490},"start_date",{"type":67,"value":492}," \u002F ",{"type":62,"tag":123,"props":494,"children":496},{"className":495},[],[497],{"type":67,"value":498},"end_date",{"type":67,"value":500}," -- ISO 8601 dates",{"type":62,"tag":110,"props":502,"children":503},{},[504,510,512,517],{"type":62,"tag":123,"props":505,"children":507},{"className":506},[],[508],{"type":67,"value":509},"email_list",{"type":67,"value":511}," -- Array of sending account email addresses (must be pre-configured accounts; use ",{"type":62,"tag":123,"props":513,"children":515},{"className":514},[],[516],{"type":67,"value":173},{"type":67,"value":518}," to discover valid addresses)",{"type":62,"tag":110,"props":520,"children":521},{},[522,528,530],{"type":62,"tag":123,"props":523,"children":525},{"className":524},[],[526],{"type":67,"value":527},"sequences",{"type":67,"value":529}," -- Array (only first element used) containing:\n",{"type":62,"tag":200,"props":531,"children":532},{},[533],{"type":62,"tag":110,"props":534,"children":535},{},[536,542,544],{"type":62,"tag":123,"props":537,"children":539},{"className":538},[],[540],{"type":67,"value":541},"steps",{"type":67,"value":543}," -- Array of step objects with:\n",{"type":62,"tag":200,"props":545,"children":546},{},[547,558,569],{"type":62,"tag":110,"props":548,"children":549},{},[550,556],{"type":62,"tag":123,"props":551,"children":553},{"className":552},[],[554],{"type":67,"value":555},"type",{"type":67,"value":557}," -- Must be \"email\"",{"type":62,"tag":110,"props":559,"children":560},{},[561,567],{"type":62,"tag":123,"props":562,"children":564},{"className":563},[],[565],{"type":67,"value":566},"delay",{"type":67,"value":568}," -- Days before NEXT email (integer, min 0)",{"type":62,"tag":110,"props":570,"children":571},{},[572,578,580,586],{"type":62,"tag":123,"props":573,"children":575},{"className":574},[],[576],{"type":67,"value":577},"variants",{"type":67,"value":579}," -- Array of ",{"type":62,"tag":123,"props":581,"children":583},{"className":582},[],[584],{"type":67,"value":585},"{subject, body}",{"type":67,"value":587}," objects for A\u002FB testing",{"type":62,"tag":110,"props":589,"children":590},{},[591,597],{"type":62,"tag":123,"props":592,"children":594},{"className":593},[],[595],{"type":67,"value":596},"daily_limit",{"type":67,"value":598}," -- Daily sending cap",{"type":62,"tag":110,"props":600,"children":601},{},[602,608],{"type":62,"tag":123,"props":603,"children":605},{"className":604},[],[606],{"type":67,"value":607},"email_gap",{"type":67,"value":609}," -- Minutes between emails",{"type":62,"tag":110,"props":611,"children":612},{},[613,619],{"type":62,"tag":123,"props":614,"children":616},{"className":615},[],[617],{"type":67,"value":618},"stop_on_reply",{"type":67,"value":620}," -- Stop campaign when lead replies (boolean)",{"type":62,"tag":110,"props":622,"children":623},{},[624,630],{"type":62,"tag":123,"props":625,"children":627},{"className":626},[],[628],{"type":67,"value":629},"stop_on_auto_reply",{"type":67,"value":631}," -- Stop on auto-replies (boolean)",{"type":62,"tag":110,"props":633,"children":634},{},[635,641,642,648],{"type":62,"tag":123,"props":636,"children":638},{"className":637},[],[639],{"type":67,"value":640},"open_tracking",{"type":67,"value":492},{"type":62,"tag":123,"props":643,"children":645},{"className":644},[],[646],{"type":67,"value":647},"link_tracking",{"type":67,"value":649}," -- Enable tracking (booleans)",{"type":62,"tag":69,"props":651,"children":652},{},[653],{"type":62,"tag":78,"props":654,"children":655},{},[656],{"type":67,"value":657},"Timezone notes:",{"type":62,"tag":200,"props":659,"children":660},{},[661,666,671],{"type":62,"tag":110,"props":662,"children":663},{},[664],{"type":67,"value":665},"Verified working: \"America\u002FChicago\" (Central), \"America\u002FDetroit\" (Eastern), \"America\u002FBoise\" (Mountain)",{"type":62,"tag":110,"props":667,"children":668},{},[669],{"type":67,"value":670},"Auto-mapped: \"America\u002FNew_York\" maps to \"America\u002FDetroit\", \"America\u002FDenver\" maps to \"America\u002FBoise\"",{"type":62,"tag":110,"props":672,"children":673},{},[674],{"type":67,"value":675},"NOT supported: \"America\u002FLos_Angeles\", \"US\u002FPacific\" -- use \"America\u002FAnchorage\" or \"America\u002FDawson\" as alternatives",{"type":62,"tag":95,"props":677,"children":678},{},[],{"type":62,"tag":148,"props":680,"children":682},{"id":681},"_3-update-campaign-settings",[683],{"type":67,"value":684},"3. Update Campaign Settings",{"type":62,"tag":69,"props":686,"children":687},{},[688],{"type":67,"value":689},"Modify an existing campaign's schedule, sending limits, sequences, or tracking settings.",{"type":62,"tag":69,"props":691,"children":692},{},[693,697,698],{"type":62,"tag":78,"props":694,"children":695},{},[696],{"type":67,"value":166},{"type":67,"value":84},{"type":62,"tag":123,"props":699,"children":701},{"className":700},[],[702],{"type":67,"value":703},"INSTANTLY_UPDATE_CAMPAIGN",{"type":62,"tag":69,"props":705,"children":706},{},[707],{"type":62,"tag":78,"props":708,"children":709},{},[710],{"type":67,"value":181},{"type":62,"tag":183,"props":712,"children":713},{},[714],{"type":62,"tag":69,"props":715,"children":716},{},[717],{"type":67,"value":718},"\"Update my Instantly campaign to increase the daily limit to 100 and enable open tracking\"",{"type":62,"tag":69,"props":720,"children":721},{},[722],{"type":62,"tag":78,"props":723,"children":724},{},[725],{"type":67,"value":198},{"type":62,"tag":200,"props":727,"children":728},{},[729,740,801],{"type":62,"tag":110,"props":730,"children":731},{},[732,738],{"type":62,"tag":123,"props":733,"children":735},{"className":734},[],[736],{"type":67,"value":737},"id",{"type":67,"value":739}," (required) -- Campaign UUID",{"type":62,"tag":110,"props":741,"children":742},{},[743,745,750,752,757,758,763,764,769,770,775,776,781,782,787,788,793,794,799],{"type":67,"value":744},"Any combination of: ",{"type":62,"tag":123,"props":746,"children":748},{"className":747},[],[749],{"type":67,"value":400},{"type":67,"value":751},", ",{"type":62,"tag":123,"props":753,"children":755},{"className":754},[],[756],{"type":67,"value":411},{"type":67,"value":751},{"type":62,"tag":123,"props":759,"children":761},{"className":760},[],[762],{"type":67,"value":509},{"type":67,"value":751},{"type":62,"tag":123,"props":765,"children":767},{"className":766},[],[768],{"type":67,"value":527},{"type":67,"value":751},{"type":62,"tag":123,"props":771,"children":773},{"className":772},[],[774],{"type":67,"value":596},{"type":67,"value":751},{"type":62,"tag":123,"props":777,"children":779},{"className":778},[],[780],{"type":67,"value":607},{"type":67,"value":751},{"type":62,"tag":123,"props":783,"children":785},{"className":784},[],[786],{"type":67,"value":618},{"type":67,"value":751},{"type":62,"tag":123,"props":789,"children":791},{"className":790},[],[792],{"type":67,"value":640},{"type":67,"value":751},{"type":62,"tag":123,"props":795,"children":797},{"className":796},[],[798],{"type":67,"value":647},{"type":67,"value":800},", etc.",{"type":62,"tag":110,"props":802,"children":803},{},[804,806,812],{"type":67,"value":805},"Set any parameter to ",{"type":62,"tag":123,"props":807,"children":809},{"className":808},[],[810],{"type":67,"value":811},"null",{"type":67,"value":813}," to unset it",{"type":62,"tag":95,"props":815,"children":816},{},[],{"type":62,"tag":148,"props":818,"children":820},{"id":819},"_4-manage-lead-lists-and-bulk-import",[821],{"type":67,"value":822},"4. Manage Lead Lists and Bulk Import",{"type":62,"tag":69,"props":824,"children":825},{},[826],{"type":67,"value":827},"Create dedicated lead lists and import prospects in bulk for campaign targeting.",{"type":62,"tag":69,"props":829,"children":830},{},[831,836,837,843,844],{"type":62,"tag":78,"props":832,"children":833},{},[834],{"type":67,"value":835},"Tools:",{"type":67,"value":84},{"type":62,"tag":123,"props":838,"children":840},{"className":839},[],[841],{"type":67,"value":842},"INSTANTLY_CREATE_LEAD_LIST",{"type":67,"value":751},{"type":62,"tag":123,"props":845,"children":847},{"className":846},[],[848],{"type":67,"value":849},"INSTANTLY_ADD_LEADS_BULK",{"type":62,"tag":69,"props":851,"children":852},{},[853],{"type":62,"tag":78,"props":854,"children":855},{},[856],{"type":67,"value":181},{"type":62,"tag":183,"props":858,"children":859},{},[860],{"type":62,"tag":69,"props":861,"children":862},{},[863],{"type":67,"value":864},"\"Create a lead list called 'Q1 Prospects' and add 50 leads to my Instantly campaign\"",{"type":62,"tag":69,"props":866,"children":867},{},[868],{"type":62,"tag":78,"props":869,"children":870},{},[871],{"type":67,"value":872},"Key parameters for creating lead lists:",{"type":62,"tag":200,"props":874,"children":875},{},[876],{"type":62,"tag":110,"props":877,"children":878},{},[879],{"type":67,"value":880},"List name and configuration",{"type":62,"tag":69,"props":882,"children":883},{},[884],{"type":62,"tag":78,"props":885,"children":886},{},[887],{"type":67,"value":888},"Key parameters for bulk lead import:",{"type":62,"tag":200,"props":890,"children":891},{},[892,897,902,907],{"type":62,"tag":110,"props":893,"children":894},{},[895],{"type":67,"value":896},"Campaign or list ID to import into",{"type":62,"tag":110,"props":898,"children":899},{},[900],{"type":67,"value":901},"Array of lead objects with email and metadata",{"type":62,"tag":110,"props":903,"children":904},{},[905],{"type":67,"value":906},"Duplicate handling options",{"type":62,"tag":110,"props":908,"children":909},{},[910],{"type":67,"value":911},"Lead verification settings",{"type":62,"tag":95,"props":913,"children":914},{},[],{"type":62,"tag":148,"props":916,"children":918},{"id":917},"_5-review-campaign-details",[919],{"type":67,"value":920},"5. Review Campaign Details",{"type":62,"tag":69,"props":922,"children":923},{},[924],{"type":67,"value":925},"Retrieve full campaign configuration to verify settings, inspect sequences, or prepare for updates.",{"type":62,"tag":69,"props":927,"children":928},{},[929,933,934],{"type":62,"tag":78,"props":930,"children":931},{},[932],{"type":67,"value":166},{"type":67,"value":84},{"type":62,"tag":123,"props":935,"children":937},{"className":936},[],[938],{"type":67,"value":939},"INSTANTLY_GET_CAMPAIGN",{"type":62,"tag":69,"props":941,"children":942},{},[943],{"type":62,"tag":78,"props":944,"children":945},{},[946],{"type":67,"value":181},{"type":62,"tag":183,"props":948,"children":949},{},[950],{"type":62,"tag":69,"props":951,"children":952},{},[953],{"type":67,"value":954},"\"Show me the full details of my Instantly campaign\"",{"type":62,"tag":69,"props":956,"children":957},{},[958],{"type":62,"tag":78,"props":959,"children":960},{},[961],{"type":67,"value":198},{"type":62,"tag":200,"props":963,"children":964},{},[965],{"type":62,"tag":110,"props":966,"children":967},{},[968,973],{"type":62,"tag":123,"props":969,"children":971},{"className":970},[],[972],{"type":67,"value":737},{"type":67,"value":739},{"type":62,"tag":95,"props":975,"children":976},{},[],{"type":62,"tag":148,"props":978,"children":980},{"id":979},"_6-list-all-campaigns",[981],{"type":67,"value":982},"6. List All Campaigns",{"type":62,"tag":69,"props":984,"children":985},{},[986],{"type":67,"value":987},"Enumerate all campaigns in your workspace with optional filters and pagination.",{"type":62,"tag":69,"props":989,"children":990},{},[991,995,996],{"type":62,"tag":78,"props":992,"children":993},{},[994],{"type":67,"value":166},{"type":67,"value":84},{"type":62,"tag":123,"props":997,"children":999},{"className":998},[],[1000],{"type":67,"value":1001},"INSTANTLY_LIST_CAMPAIGNS",{"type":62,"tag":69,"props":1003,"children":1004},{},[1005],{"type":62,"tag":78,"props":1006,"children":1007},{},[1008],{"type":67,"value":181},{"type":62,"tag":183,"props":1010,"children":1011},{},[1012],{"type":62,"tag":69,"props":1013,"children":1014},{},[1015],{"type":67,"value":1016},"\"List all my Instantly campaigns\"",{"type":62,"tag":69,"props":1018,"children":1019},{},[1020],{"type":62,"tag":78,"props":1021,"children":1022},{},[1023],{"type":67,"value":198},{"type":62,"tag":200,"props":1025,"children":1026},{},[1027],{"type":62,"tag":110,"props":1028,"children":1029},{},[1030],{"type":67,"value":1031},"Optional filters and pagination parameters",{"type":62,"tag":95,"props":1033,"children":1034},{},[],{"type":62,"tag":99,"props":1036,"children":1038},{"id":1037},"known-pitfalls",[1039],{"type":67,"value":1040},"Known Pitfalls",{"type":62,"tag":200,"props":1042,"children":1043},{},[1044,1054,1099,1139,1157,1181,1191],{"type":62,"tag":110,"props":1045,"children":1046},{},[1047,1052],{"type":62,"tag":78,"props":1048,"children":1049},{},[1050],{"type":67,"value":1051},"Timezone support is limited",{"type":67,"value":1053},": The Instantly API accepts a restricted set of timezone strings. Pacific Time (\"America\u002FLos_Angeles\") is NOT supported. Use \"America\u002FAnchorage\" (UTC-9\u002FUTC-8) or \"America\u002FDawson\" (UTC-7 year-round) as alternatives.",{"type":62,"tag":110,"props":1055,"children":1056},{},[1057,1062,1064,1069,1071,1076,1077,1083,1084,1090,1092,1097],{"type":62,"tag":78,"props":1058,"children":1059},{},[1060],{"type":67,"value":1061},"Invalid schedule payloads cause 400 errors",{"type":67,"value":1063},": A malformed ",{"type":62,"tag":123,"props":1065,"children":1067},{"className":1066},[],[1068],{"type":67,"value":411},{"type":67,"value":1070}," (missing ",{"type":62,"tag":123,"props":1072,"children":1074},{"className":1073},[],[1075],{"type":67,"value":468},{"type":67,"value":751},{"type":62,"tag":123,"props":1078,"children":1080},{"className":1079},[],[1081],{"type":67,"value":1082},"from",{"type":67,"value":751},{"type":62,"tag":123,"props":1085,"children":1087},{"className":1086},[],[1088],{"type":67,"value":1089},"to",{"type":67,"value":1091},", or ",{"type":62,"tag":123,"props":1093,"children":1095},{"className":1094},[],[1096],{"type":67,"value":425},{"type":67,"value":1098},") triggers HTTP 400. Repeated 400s indicate payload issues, not transient failures.",{"type":62,"tag":110,"props":1100,"children":1101},{},[1102,1107,1109,1114,1116,1121,1123,1129,1131,1137],{"type":62,"tag":78,"props":1103,"children":1104},{},[1105],{"type":67,"value":1106},"Sequences must be complete",{"type":67,"value":1108},": Each sequence step requires a valid ",{"type":62,"tag":123,"props":1110,"children":1112},{"className":1111},[],[1113],{"type":67,"value":555},{"type":67,"value":1115}," (\"email\"), ",{"type":62,"tag":123,"props":1117,"children":1119},{"className":1118},[],[1120],{"type":67,"value":566},{"type":67,"value":1122},", and at least one variant with both ",{"type":62,"tag":123,"props":1124,"children":1126},{"className":1125},[],[1127],{"type":67,"value":1128},"subject",{"type":67,"value":1130}," and ",{"type":62,"tag":123,"props":1132,"children":1134},{"className":1133},[],[1135],{"type":67,"value":1136},"body",{"type":67,"value":1138},". Incomplete variants block campaign creation.",{"type":62,"tag":110,"props":1140,"children":1141},{},[1142,1147,1149,1155],{"type":62,"tag":78,"props":1143,"children":1144},{},[1145],{"type":67,"value":1146},"Only first sequence element is used",{"type":67,"value":1148},": The API only processes ",{"type":62,"tag":123,"props":1150,"children":1152},{"className":1151},[],[1153],{"type":67,"value":1154},"sequences[0]",{"type":67,"value":1156},". Additional sequences are ignored.",{"type":62,"tag":110,"props":1158,"children":1159},{},[1160,1165,1167,1172,1174,1179],{"type":62,"tag":78,"props":1161,"children":1162},{},[1163],{"type":67,"value":1164},"email_list must reference existing accounts",{"type":67,"value":1166},": The ",{"type":62,"tag":123,"props":1168,"children":1170},{"className":1169},[],[1171],{"type":67,"value":509},{"type":67,"value":1173}," field requires email addresses of pre-configured sending accounts in your Instantly workspace, not arbitrary recipient addresses. Always use ",{"type":62,"tag":123,"props":1175,"children":1177},{"className":1176},[],[1178],{"type":67,"value":173},{"type":67,"value":1180}," to discover valid sending addresses.",{"type":62,"tag":110,"props":1182,"children":1183},{},[1184,1189],{"type":62,"tag":78,"props":1185,"children":1186},{},[1187],{"type":67,"value":1188},"401 scope errors on campaign creation",{"type":67,"value":1190},": Campaign creation can fail with \"Invalid scope. Required: campaigns:create\". Update your API key permissions before retrying writes.",{"type":62,"tag":110,"props":1192,"children":1193},{},[1194,1199,1201,1206,1208,1214,1216,1222],{"type":62,"tag":78,"props":1195,"children":1196},{},[1197],{"type":67,"value":1198},"Read-back fields may differ",{"type":67,"value":1200},": Field names in ",{"type":62,"tag":123,"props":1202,"children":1204},{"className":1203},[],[1205],{"type":67,"value":939},{"type":67,"value":1207}," responses may differ from create payloads (e.g., ",{"type":62,"tag":123,"props":1209,"children":1211},{"className":1210},[],[1212],{"type":67,"value":1213},"timing.from_",{"type":67,"value":1215}," vs ",{"type":62,"tag":123,"props":1217,"children":1219},{"className":1218},[],[1220],{"type":67,"value":1221},"timing.from",{"type":67,"value":1223},"). Parse defensively.",{"type":62,"tag":95,"props":1225,"children":1226},{},[],{"type":62,"tag":99,"props":1228,"children":1230},{"id":1229},"quick-reference",[1231],{"type":67,"value":1232},"Quick Reference",{"type":62,"tag":1234,"props":1235,"children":1236},"table",{},[1237,1261],{"type":62,"tag":1238,"props":1239,"children":1240},"thead",{},[1241],{"type":62,"tag":1242,"props":1243,"children":1244},"tr",{},[1245,1251,1256],{"type":62,"tag":1246,"props":1247,"children":1248},"th",{},[1249],{"type":67,"value":1250},"Action",{"type":62,"tag":1246,"props":1252,"children":1253},{},[1254],{"type":67,"value":1255},"Tool Slug",{"type":62,"tag":1246,"props":1257,"children":1258},{},[1259],{"type":67,"value":1260},"Required Params",{"type":62,"tag":1262,"props":1263,"children":1264},"tbody",{},[1265,1287,1317,1341,1365,1385,1406],{"type":62,"tag":1242,"props":1266,"children":1267},{},[1268,1274,1282],{"type":62,"tag":1269,"props":1270,"children":1271},"td",{},[1272],{"type":67,"value":1273},"List sending accounts",{"type":62,"tag":1269,"props":1275,"children":1276},{},[1277],{"type":62,"tag":123,"props":1278,"children":1280},{"className":1279},[],[1281],{"type":67,"value":173},{"type":62,"tag":1269,"props":1283,"children":1284},{},[1285],{"type":67,"value":1286},"None (optional filters)",{"type":62,"tag":1242,"props":1288,"children":1289},{},[1290,1295,1303],{"type":62,"tag":1269,"props":1291,"children":1292},{},[1293],{"type":67,"value":1294},"Create campaign",{"type":62,"tag":1269,"props":1296,"children":1297},{},[1298],{"type":62,"tag":123,"props":1299,"children":1301},{"className":1300},[],[1302],{"type":67,"value":366},{"type":62,"tag":1269,"props":1304,"children":1305},{},[1306,1311,1312],{"type":62,"tag":123,"props":1307,"children":1309},{"className":1308},[],[1310],{"type":67,"value":400},{"type":67,"value":751},{"type":62,"tag":123,"props":1313,"children":1315},{"className":1314},[],[1316],{"type":67,"value":411},{"type":62,"tag":1242,"props":1318,"children":1319},{},[1320,1325,1333],{"type":62,"tag":1269,"props":1321,"children":1322},{},[1323],{"type":67,"value":1324},"Update campaign",{"type":62,"tag":1269,"props":1326,"children":1327},{},[1328],{"type":62,"tag":123,"props":1329,"children":1331},{"className":1330},[],[1332],{"type":67,"value":703},{"type":62,"tag":1269,"props":1334,"children":1335},{},[1336],{"type":62,"tag":123,"props":1337,"children":1339},{"className":1338},[],[1340],{"type":67,"value":737},{"type":62,"tag":1242,"props":1342,"children":1343},{},[1344,1349,1357],{"type":62,"tag":1269,"props":1345,"children":1346},{},[1347],{"type":67,"value":1348},"Get campaign details",{"type":62,"tag":1269,"props":1350,"children":1351},{},[1352],{"type":62,"tag":123,"props":1353,"children":1355},{"className":1354},[],[1356],{"type":67,"value":939},{"type":62,"tag":1269,"props":1358,"children":1359},{},[1360],{"type":62,"tag":123,"props":1361,"children":1363},{"className":1362},[],[1364],{"type":67,"value":737},{"type":62,"tag":1242,"props":1366,"children":1367},{},[1368,1373,1381],{"type":62,"tag":1269,"props":1369,"children":1370},{},[1371],{"type":67,"value":1372},"List campaigns",{"type":62,"tag":1269,"props":1374,"children":1375},{},[1376],{"type":62,"tag":123,"props":1377,"children":1379},{"className":1378},[],[1380],{"type":67,"value":1001},{"type":62,"tag":1269,"props":1382,"children":1383},{},[1384],{"type":67,"value":1286},{"type":62,"tag":1242,"props":1386,"children":1387},{},[1388,1393,1401],{"type":62,"tag":1269,"props":1389,"children":1390},{},[1391],{"type":67,"value":1392},"Create lead list",{"type":62,"tag":1269,"props":1394,"children":1395},{},[1396],{"type":62,"tag":123,"props":1397,"children":1399},{"className":1398},[],[1400],{"type":67,"value":842},{"type":62,"tag":1269,"props":1402,"children":1403},{},[1404],{"type":67,"value":1405},"List name",{"type":62,"tag":1242,"props":1407,"children":1408},{},[1409,1414,1422],{"type":62,"tag":1269,"props":1410,"children":1411},{},[1412],{"type":67,"value":1413},"Bulk import leads",{"type":62,"tag":1269,"props":1415,"children":1416},{},[1417],{"type":62,"tag":123,"props":1418,"children":1420},{"className":1419},[],[1421],{"type":67,"value":849},{"type":62,"tag":1269,"props":1423,"children":1424},{},[1425],{"type":67,"value":1426},"Campaign\u002Flist ID, leads",{"type":62,"tag":95,"props":1428,"children":1429},{},[],{"type":62,"tag":69,"props":1431,"children":1432},{},[1433],{"type":62,"tag":1434,"props":1435,"children":1436},"em",{},[1437,1439],{"type":67,"value":1438},"Powered by ",{"type":62,"tag":86,"props":1440,"children":1443},{"href":1441,"rel":1442},"https:\u002F\u002Fcomposio.dev",[90],[1444],{"type":67,"value":10},{"items":1446,"total":1590},[1447,1461,1477,1486,1496,1508,1517,1530,1544,1557,1570,1580],{"slug":1448,"name":1449,"fn":1450,"description":1451,"org":1452,"tags":1453,"stars":28,"repoUrl":29,"updatedAt":1460},"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},[1454,1455,1456,1457],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":20,"slug":21,"type":15},{"name":1458,"slug":1459,"type":15},"Risk Assessment","risk-assessment","2026-07-15T05:54:18.790529",{"slug":1462,"name":1463,"fn":1464,"description":1465,"org":1466,"tags":1467,"stars":28,"repoUrl":29,"updatedAt":1476},"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},[1468,1469,1472,1473],{"name":17,"slug":18,"type":15},{"name":1470,"slug":1471,"type":15},"Communications","communications",{"name":20,"slug":21,"type":15},{"name":1474,"slug":1475,"type":15},"Messaging","messaging","2026-07-15T05:51:27.190332",{"slug":1478,"name":1478,"fn":1479,"description":1480,"org":1481,"tags":1482,"stars":28,"repoUrl":29,"updatedAt":1485},"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},[1483,1484],{"name":17,"slug":18,"type":15},{"name":20,"slug":21,"type":15},"2026-07-12T08:09:55.453088",{"slug":1487,"name":1487,"fn":1488,"description":1489,"org":1490,"tags":1491,"stars":28,"repoUrl":29,"updatedAt":1495},"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},[1492,1493,1494],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":20,"slug":21,"type":15},"2026-07-15T05:45:16.470309",{"slug":1497,"name":1497,"fn":1498,"description":1499,"org":1500,"tags":1501,"stars":28,"repoUrl":29,"updatedAt":1507},"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},[1502,1503,1504],{"name":17,"slug":18,"type":15},{"name":20,"slug":21,"type":15},{"name":1505,"slug":1506,"type":15},"Security","security","2026-07-15T05:56:20.013366",{"slug":1509,"name":1509,"fn":1510,"description":1511,"org":1512,"tags":1513,"stars":28,"repoUrl":29,"updatedAt":1516},"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},[1514,1515],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},"2026-07-15T05:54:50.762889",{"slug":1518,"name":1518,"fn":1519,"description":1520,"org":1521,"tags":1522,"stars":28,"repoUrl":29,"updatedAt":1529},"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},[1523,1524,1525,1528],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":1526,"slug":1527,"type":15},"CRM","crm",{"name":20,"slug":21,"type":15},"2026-07-15T05:48:43.429136",{"slug":1531,"name":1531,"fn":1532,"description":1533,"org":1534,"tags":1535,"stars":28,"repoUrl":29,"updatedAt":1543},"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},[1536,1537,1540],{"name":17,"slug":18,"type":15},{"name":1538,"slug":1539,"type":15},"Documents","documents",{"name":1541,"slug":1542,"type":15},"E-Signature","e-signature","2026-07-15T05:55:33.159639",{"slug":1545,"name":1545,"fn":1546,"description":1547,"org":1548,"tags":1549,"stars":28,"repoUrl":29,"updatedAt":1556},"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},[1550,1551,1552,1553],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":20,"slug":21,"type":15},{"name":1554,"slug":1555,"type":15},"Operations","operations","2026-07-15T05:58:48.059284",{"slug":1558,"name":1558,"fn":1559,"description":1560,"org":1561,"tags":1562,"stars":28,"repoUrl":29,"updatedAt":1569},"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},[1563,1564,1565,1566],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":1526,"slug":1527,"type":15},{"name":1567,"slug":1568,"type":15},"Email Marketing","email-marketing","2026-07-15T05:49:44.281711",{"slug":1571,"name":1571,"fn":1572,"description":1573,"org":1574,"tags":1575,"stars":28,"repoUrl":29,"updatedAt":1579},"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},[1576,1577,1578],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":20,"slug":21,"type":15},"2026-07-15T05:47:51.742515",{"slug":1581,"name":1581,"fn":1582,"description":1583,"org":1584,"tags":1585,"stars":28,"repoUrl":29,"updatedAt":1589},"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},[1586,1587,1588],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":20,"slug":21,"type":15},"2026-07-15T05:45:05.303254",863,{"items":1592,"total":1636},[1593,1600,1607,1612,1618,1624,1629],{"slug":1448,"name":1449,"fn":1450,"description":1451,"org":1594,"tags":1595,"stars":28,"repoUrl":29,"updatedAt":1460},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1596,1597,1598,1599],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":20,"slug":21,"type":15},{"name":1458,"slug":1459,"type":15},{"slug":1462,"name":1463,"fn":1464,"description":1465,"org":1601,"tags":1602,"stars":28,"repoUrl":29,"updatedAt":1476},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1603,1604,1605,1606],{"name":17,"slug":18,"type":15},{"name":1470,"slug":1471,"type":15},{"name":20,"slug":21,"type":15},{"name":1474,"slug":1475,"type":15},{"slug":1478,"name":1478,"fn":1479,"description":1480,"org":1608,"tags":1609,"stars":28,"repoUrl":29,"updatedAt":1485},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1610,1611],{"name":17,"slug":18,"type":15},{"name":20,"slug":21,"type":15},{"slug":1487,"name":1487,"fn":1488,"description":1489,"org":1613,"tags":1614,"stars":28,"repoUrl":29,"updatedAt":1495},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1615,1616,1617],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":20,"slug":21,"type":15},{"slug":1497,"name":1497,"fn":1498,"description":1499,"org":1619,"tags":1620,"stars":28,"repoUrl":29,"updatedAt":1507},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1621,1622,1623],{"name":17,"slug":18,"type":15},{"name":20,"slug":21,"type":15},{"name":1505,"slug":1506,"type":15},{"slug":1509,"name":1509,"fn":1510,"description":1511,"org":1625,"tags":1626,"stars":28,"repoUrl":29,"updatedAt":1516},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1627,1628],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"slug":1518,"name":1518,"fn":1519,"description":1520,"org":1630,"tags":1631,"stars":28,"repoUrl":29,"updatedAt":1529},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1632,1633,1634,1635],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":1526,"slug":1527,"type":15},{"name":20,"slug":21,"type":15},860]