[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-composio-gumroad-automation":3,"mdc-4is4gt-key":53,"related-repo-composio-gumroad-automation":892,"related-org-composio-gumroad-automation":978},{"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},"gumroad-automation","Gumroad Automation","manage Gumroad products and sales","Automate Gumroad product management, sales tracking, license verification, and webhook subscriptions 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},"E-commerce","e-commerce",{"name":26,"slug":27,"type":15},"Sales","sales",67499,"https:\u002F\u002Fgithub.com\u002FComposioHQ\u002Fawesome-claude-skills","2026-07-15T05:46:50.273543",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\u002Fgumroad-automation","---\nname: Gumroad Automation\ndescription: \"Automate Gumroad product management, sales tracking, license verification, and webhook subscriptions using natural language through the Composio MCP integration.\"\ncategory: e-commerce\nrequires:\n  mcp:\n    - rube\n---\n\n# Gumroad Automation\n\nAutomate your Gumroad storefront -- list products, track sales, verify licenses, and manage real-time webhooks -- all through natural language commands.\n\n**Toolkit docs:** [composio.dev\u002Ftoolkits\u002Fgumroad](https:\u002F\u002Fcomposio.dev\u002Ftoolkits\u002Fgumroad)\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 Gumroad account when prompted (API key authentication).\n3. Start issuing natural language commands to manage your Gumroad store.\n\n---\n\n## Core Workflows\n\n### 1. List All Products\nRetrieve every product in your authenticated Gumroad account to get product IDs for downstream operations.\n\n**Tool:** `GUMROAD_LIST_PRODUCTS`\n\n**Example prompt:**\n> \"List all my Gumroad products\"\n\n**Parameters:** None required -- returns all products for the authenticated account.\n\n---\n\n### 2. Track Sales with Filters\nRetrieve successful sales with optional filtering by email, date range, product, or pagination.\n\n**Tool:** `GUMROAD_GET_SALES`\n\n**Example prompt:**\n> \"Show me all Gumroad sales from January 2025 for product prod_ABC123\"\n\n**Key parameters:**\n- `after` -- ISO8601 date\u002Ftime to filter sales after (e.g., `2025-01-01T00:00:00Z`)\n- `before` -- ISO8601 date\u002Ftime to filter sales before\n- `email` -- Filter by customer email address\n- `product_id` -- Filter by specific product ID\n- `page` -- Page number for paginated results (minimum 1)\n\n---\n\n### 3. Verify License Keys\nCheck if a license key is valid against a specific product, inspect usage count, or verify membership entitlement.\n\n**Tool:** `GUMROAD_VERIFY_LICENSE`\n\n**Example prompt:**\n> \"Verify license key ABCD-EFGH-IJKL-MNOP for product prod_ABC123\"\n\n**Key parameters (all required):**\n- `product_id` -- The product ID to verify against (required for products created on\u002Fafter Jan 9, 2023)\n- `license_key` -- The license key string (e.g., `ABCD-EFGH-IJKL-MNOP`)\n- `increment_uses_count` -- Whether to increment usage count (defaults to true)\n\n---\n\n### 4. Subscribe to Webhook Events\nSet up real-time event notifications by subscribing your endpoint URL to specific Gumroad resource events.\n\n**Tool:** `GUMROAD_SUBSCRIBE_TO_RESOURCE`\n\n**Example prompt:**\n> \"Subscribe my webhook https:\u002F\u002Fexample.com\u002Fhook to Gumroad sale events\"\n\n**Key parameters (all required):**\n- `resource_name` -- One of: `sale`, `refund`, `dispute`, `dispute_won`, `cancellation`, `subscription_updated`, `subscription_ended`, `subscription_restarted`\n- `post_url` -- Your endpoint URL that receives HTTP POST notifications\n\n---\n\n### 5. List Active Webhook Subscriptions\nReview existing webhook subscriptions for a given resource type before adding new ones to avoid duplicates.\n\n**Tool:** `GUMROAD_GET_RESOURCE_SUBSCRIPTIONS`\n\n**Example prompt:**\n> \"Show all my active Gumroad webhook subscriptions for sale events\"\n\n**Key parameters (required):**\n- `resource_name` -- One of the eight supported event types (e.g., `sale`, `refund`)\n\n---\n\n## Known Pitfalls\n\n- **Product ID required for license verification**: Products created on or after January 9, 2023 require the `product_id` parameter. Older products may work without it but providing it is recommended.\n- **Pagination on sales**: Sales results are paginated. Always check if more pages exist by incrementing the `page` parameter.\n- **Webhook deduplication**: Before subscribing to a resource, use `GUMROAD_GET_RESOURCE_SUBSCRIPTIONS` to check for existing subscriptions and avoid duplicate webhooks.\n- **ISO8601 date format**: Date filters on sales must use ISO8601 format (e.g., `2025-01-01T00:00:00Z`), not plain dates.\n\n---\n\n## Quick Reference\n\n| Action | Tool Slug | Required Params |\n|---|---|---|\n| List products | `GUMROAD_LIST_PRODUCTS` | None |\n| Get sales | `GUMROAD_GET_SALES` | None (all optional filters) |\n| Verify license | `GUMROAD_VERIFY_LICENSE` | `product_id`, `license_key` |\n| Subscribe to events | `GUMROAD_SUBSCRIBE_TO_RESOURCE` | `resource_name`, `post_url` |\n| List webhook subs | `GUMROAD_GET_RESOURCE_SUBSCRIPTIONS` | `resource_name` |\n\n---\n\n*Powered by [Composio](https:\u002F\u002Fcomposio.dev)*\n",{"data":54,"body":57},{"name":5,"description":7,"category":24,"requires":55},{"mcp":56},[44],{"type":58,"children":59},"root",[60,67,73,93,97,104,137,140,146,153,158,173,181,190,200,203,209,214,228,235,243,251,318,321,327,332,346,353,361,369,411,414,420,425,439,446,462,469,550,553,559,564,578,585,593,601,626,629,635,706,709,715,874,877],{"type":61,"tag":62,"props":63,"children":64},"element","h1",{"id":4},[65],{"type":66,"value":5},"text",{"type":61,"tag":68,"props":69,"children":70},"p",{},[71],{"type":66,"value":72},"Automate your Gumroad storefront -- list products, track sales, verify licenses, and manage real-time webhooks -- all through natural language commands.",{"type":61,"tag":68,"props":74,"children":75},{},[76,82,84],{"type":61,"tag":77,"props":78,"children":79},"strong",{},[80],{"type":66,"value":81},"Toolkit docs:",{"type":66,"value":83}," ",{"type":61,"tag":85,"props":86,"children":90},"a",{"href":87,"rel":88},"https:\u002F\u002Fcomposio.dev\u002Ftoolkits\u002Fgumroad",[89],"nofollow",[91],{"type":66,"value":92},"composio.dev\u002Ftoolkits\u002Fgumroad",{"type":61,"tag":94,"props":95,"children":96},"hr",{},[],{"type":61,"tag":98,"props":99,"children":101},"h2",{"id":100},"setup",[102],{"type":66,"value":103},"Setup",{"type":61,"tag":105,"props":106,"children":107},"ol",{},[108,127,132],{"type":61,"tag":109,"props":110,"children":111},"li",{},[112,114],{"type":66,"value":113},"Add the Composio MCP server to your client configuration:\n",{"type":61,"tag":115,"props":116,"children":120},"pre",{"className":117,"code":119,"language":66},[118],"language-text","https:\u002F\u002Frube.app\u002Fmcp\n",[121],{"type":61,"tag":122,"props":123,"children":125},"code",{"__ignoreMap":124},"",[126],{"type":66,"value":119},{"type":61,"tag":109,"props":128,"children":129},{},[130],{"type":66,"value":131},"Connect your Gumroad account when prompted (API key authentication).",{"type":61,"tag":109,"props":133,"children":134},{},[135],{"type":66,"value":136},"Start issuing natural language commands to manage your Gumroad store.",{"type":61,"tag":94,"props":138,"children":139},{},[],{"type":61,"tag":98,"props":141,"children":143},{"id":142},"core-workflows",[144],{"type":66,"value":145},"Core Workflows",{"type":61,"tag":147,"props":148,"children":150},"h3",{"id":149},"_1-list-all-products",[151],{"type":66,"value":152},"1. List All Products",{"type":61,"tag":68,"props":154,"children":155},{},[156],{"type":66,"value":157},"Retrieve every product in your authenticated Gumroad account to get product IDs for downstream operations.",{"type":61,"tag":68,"props":159,"children":160},{},[161,166,167],{"type":61,"tag":77,"props":162,"children":163},{},[164],{"type":66,"value":165},"Tool:",{"type":66,"value":83},{"type":61,"tag":122,"props":168,"children":170},{"className":169},[],[171],{"type":66,"value":172},"GUMROAD_LIST_PRODUCTS",{"type":61,"tag":68,"props":174,"children":175},{},[176],{"type":61,"tag":77,"props":177,"children":178},{},[179],{"type":66,"value":180},"Example prompt:",{"type":61,"tag":182,"props":183,"children":184},"blockquote",{},[185],{"type":61,"tag":68,"props":186,"children":187},{},[188],{"type":66,"value":189},"\"List all my Gumroad products\"",{"type":61,"tag":68,"props":191,"children":192},{},[193,198],{"type":61,"tag":77,"props":194,"children":195},{},[196],{"type":66,"value":197},"Parameters:",{"type":66,"value":199}," None required -- returns all products for the authenticated account.",{"type":61,"tag":94,"props":201,"children":202},{},[],{"type":61,"tag":147,"props":204,"children":206},{"id":205},"_2-track-sales-with-filters",[207],{"type":66,"value":208},"2. Track Sales with Filters",{"type":61,"tag":68,"props":210,"children":211},{},[212],{"type":66,"value":213},"Retrieve successful sales with optional filtering by email, date range, product, or pagination.",{"type":61,"tag":68,"props":215,"children":216},{},[217,221,222],{"type":61,"tag":77,"props":218,"children":219},{},[220],{"type":66,"value":165},{"type":66,"value":83},{"type":61,"tag":122,"props":223,"children":225},{"className":224},[],[226],{"type":66,"value":227},"GUMROAD_GET_SALES",{"type":61,"tag":68,"props":229,"children":230},{},[231],{"type":61,"tag":77,"props":232,"children":233},{},[234],{"type":66,"value":180},{"type":61,"tag":182,"props":236,"children":237},{},[238],{"type":61,"tag":68,"props":239,"children":240},{},[241],{"type":66,"value":242},"\"Show me all Gumroad sales from January 2025 for product prod_ABC123\"",{"type":61,"tag":68,"props":244,"children":245},{},[246],{"type":61,"tag":77,"props":247,"children":248},{},[249],{"type":66,"value":250},"Key parameters:",{"type":61,"tag":252,"props":253,"children":254},"ul",{},[255,274,285,296,307],{"type":61,"tag":109,"props":256,"children":257},{},[258,264,266,272],{"type":61,"tag":122,"props":259,"children":261},{"className":260},[],[262],{"type":66,"value":263},"after",{"type":66,"value":265}," -- ISO8601 date\u002Ftime to filter sales after (e.g., ",{"type":61,"tag":122,"props":267,"children":269},{"className":268},[],[270],{"type":66,"value":271},"2025-01-01T00:00:00Z",{"type":66,"value":273},")",{"type":61,"tag":109,"props":275,"children":276},{},[277,283],{"type":61,"tag":122,"props":278,"children":280},{"className":279},[],[281],{"type":66,"value":282},"before",{"type":66,"value":284}," -- ISO8601 date\u002Ftime to filter sales before",{"type":61,"tag":109,"props":286,"children":287},{},[288,294],{"type":61,"tag":122,"props":289,"children":291},{"className":290},[],[292],{"type":66,"value":293},"email",{"type":66,"value":295}," -- Filter by customer email address",{"type":61,"tag":109,"props":297,"children":298},{},[299,305],{"type":61,"tag":122,"props":300,"children":302},{"className":301},[],[303],{"type":66,"value":304},"product_id",{"type":66,"value":306}," -- Filter by specific product ID",{"type":61,"tag":109,"props":308,"children":309},{},[310,316],{"type":61,"tag":122,"props":311,"children":313},{"className":312},[],[314],{"type":66,"value":315},"page",{"type":66,"value":317}," -- Page number for paginated results (minimum 1)",{"type":61,"tag":94,"props":319,"children":320},{},[],{"type":61,"tag":147,"props":322,"children":324},{"id":323},"_3-verify-license-keys",[325],{"type":66,"value":326},"3. Verify License Keys",{"type":61,"tag":68,"props":328,"children":329},{},[330],{"type":66,"value":331},"Check if a license key is valid against a specific product, inspect usage count, or verify membership entitlement.",{"type":61,"tag":68,"props":333,"children":334},{},[335,339,340],{"type":61,"tag":77,"props":336,"children":337},{},[338],{"type":66,"value":165},{"type":66,"value":83},{"type":61,"tag":122,"props":341,"children":343},{"className":342},[],[344],{"type":66,"value":345},"GUMROAD_VERIFY_LICENSE",{"type":61,"tag":68,"props":347,"children":348},{},[349],{"type":61,"tag":77,"props":350,"children":351},{},[352],{"type":66,"value":180},{"type":61,"tag":182,"props":354,"children":355},{},[356],{"type":61,"tag":68,"props":357,"children":358},{},[359],{"type":66,"value":360},"\"Verify license key ABCD-EFGH-IJKL-MNOP for product prod_ABC123\"",{"type":61,"tag":68,"props":362,"children":363},{},[364],{"type":61,"tag":77,"props":365,"children":366},{},[367],{"type":66,"value":368},"Key parameters (all required):",{"type":61,"tag":252,"props":370,"children":371},{},[372,382,400],{"type":61,"tag":109,"props":373,"children":374},{},[375,380],{"type":61,"tag":122,"props":376,"children":378},{"className":377},[],[379],{"type":66,"value":304},{"type":66,"value":381}," -- The product ID to verify against (required for products created on\u002Fafter Jan 9, 2023)",{"type":61,"tag":109,"props":383,"children":384},{},[385,391,393,399],{"type":61,"tag":122,"props":386,"children":388},{"className":387},[],[389],{"type":66,"value":390},"license_key",{"type":66,"value":392}," -- The license key string (e.g., ",{"type":61,"tag":122,"props":394,"children":396},{"className":395},[],[397],{"type":66,"value":398},"ABCD-EFGH-IJKL-MNOP",{"type":66,"value":273},{"type":61,"tag":109,"props":401,"children":402},{},[403,409],{"type":61,"tag":122,"props":404,"children":406},{"className":405},[],[407],{"type":66,"value":408},"increment_uses_count",{"type":66,"value":410}," -- Whether to increment usage count (defaults to true)",{"type":61,"tag":94,"props":412,"children":413},{},[],{"type":61,"tag":147,"props":415,"children":417},{"id":416},"_4-subscribe-to-webhook-events",[418],{"type":66,"value":419},"4. Subscribe to Webhook Events",{"type":61,"tag":68,"props":421,"children":422},{},[423],{"type":66,"value":424},"Set up real-time event notifications by subscribing your endpoint URL to specific Gumroad resource events.",{"type":61,"tag":68,"props":426,"children":427},{},[428,432,433],{"type":61,"tag":77,"props":429,"children":430},{},[431],{"type":66,"value":165},{"type":66,"value":83},{"type":61,"tag":122,"props":434,"children":436},{"className":435},[],[437],{"type":66,"value":438},"GUMROAD_SUBSCRIBE_TO_RESOURCE",{"type":61,"tag":68,"props":440,"children":441},{},[442],{"type":61,"tag":77,"props":443,"children":444},{},[445],{"type":66,"value":180},{"type":61,"tag":182,"props":447,"children":448},{},[449],{"type":61,"tag":68,"props":450,"children":451},{},[452,454,460],{"type":66,"value":453},"\"Subscribe my webhook ",{"type":61,"tag":85,"props":455,"children":458},{"href":456,"rel":457},"https:\u002F\u002Fexample.com\u002Fhook",[89],[459],{"type":66,"value":456},{"type":66,"value":461}," to Gumroad sale events\"",{"type":61,"tag":68,"props":463,"children":464},{},[465],{"type":61,"tag":77,"props":466,"children":467},{},[468],{"type":66,"value":368},{"type":61,"tag":252,"props":470,"children":471},{},[472,539],{"type":61,"tag":109,"props":473,"children":474},{},[475,481,483,489,491,497,498,504,505,511,512,518,519,525,526,532,533],{"type":61,"tag":122,"props":476,"children":478},{"className":477},[],[479],{"type":66,"value":480},"resource_name",{"type":66,"value":482}," -- One of: ",{"type":61,"tag":122,"props":484,"children":486},{"className":485},[],[487],{"type":66,"value":488},"sale",{"type":66,"value":490},", ",{"type":61,"tag":122,"props":492,"children":494},{"className":493},[],[495],{"type":66,"value":496},"refund",{"type":66,"value":490},{"type":61,"tag":122,"props":499,"children":501},{"className":500},[],[502],{"type":66,"value":503},"dispute",{"type":66,"value":490},{"type":61,"tag":122,"props":506,"children":508},{"className":507},[],[509],{"type":66,"value":510},"dispute_won",{"type":66,"value":490},{"type":61,"tag":122,"props":513,"children":515},{"className":514},[],[516],{"type":66,"value":517},"cancellation",{"type":66,"value":490},{"type":61,"tag":122,"props":520,"children":522},{"className":521},[],[523],{"type":66,"value":524},"subscription_updated",{"type":66,"value":490},{"type":61,"tag":122,"props":527,"children":529},{"className":528},[],[530],{"type":66,"value":531},"subscription_ended",{"type":66,"value":490},{"type":61,"tag":122,"props":534,"children":536},{"className":535},[],[537],{"type":66,"value":538},"subscription_restarted",{"type":61,"tag":109,"props":540,"children":541},{},[542,548],{"type":61,"tag":122,"props":543,"children":545},{"className":544},[],[546],{"type":66,"value":547},"post_url",{"type":66,"value":549}," -- Your endpoint URL that receives HTTP POST notifications",{"type":61,"tag":94,"props":551,"children":552},{},[],{"type":61,"tag":147,"props":554,"children":556},{"id":555},"_5-list-active-webhook-subscriptions",[557],{"type":66,"value":558},"5. List Active Webhook Subscriptions",{"type":61,"tag":68,"props":560,"children":561},{},[562],{"type":66,"value":563},"Review existing webhook subscriptions for a given resource type before adding new ones to avoid duplicates.",{"type":61,"tag":68,"props":565,"children":566},{},[567,571,572],{"type":61,"tag":77,"props":568,"children":569},{},[570],{"type":66,"value":165},{"type":66,"value":83},{"type":61,"tag":122,"props":573,"children":575},{"className":574},[],[576],{"type":66,"value":577},"GUMROAD_GET_RESOURCE_SUBSCRIPTIONS",{"type":61,"tag":68,"props":579,"children":580},{},[581],{"type":61,"tag":77,"props":582,"children":583},{},[584],{"type":66,"value":180},{"type":61,"tag":182,"props":586,"children":587},{},[588],{"type":61,"tag":68,"props":589,"children":590},{},[591],{"type":66,"value":592},"\"Show all my active Gumroad webhook subscriptions for sale events\"",{"type":61,"tag":68,"props":594,"children":595},{},[596],{"type":61,"tag":77,"props":597,"children":598},{},[599],{"type":66,"value":600},"Key parameters (required):",{"type":61,"tag":252,"props":602,"children":603},{},[604],{"type":61,"tag":109,"props":605,"children":606},{},[607,612,614,619,620,625],{"type":61,"tag":122,"props":608,"children":610},{"className":609},[],[611],{"type":66,"value":480},{"type":66,"value":613}," -- One of the eight supported event types (e.g., ",{"type":61,"tag":122,"props":615,"children":617},{"className":616},[],[618],{"type":66,"value":488},{"type":66,"value":490},{"type":61,"tag":122,"props":621,"children":623},{"className":622},[],[624],{"type":66,"value":496},{"type":66,"value":273},{"type":61,"tag":94,"props":627,"children":628},{},[],{"type":61,"tag":98,"props":630,"children":632},{"id":631},"known-pitfalls",[633],{"type":66,"value":634},"Known Pitfalls",{"type":61,"tag":252,"props":636,"children":637},{},[638,655,672,689],{"type":61,"tag":109,"props":639,"children":640},{},[641,646,648,653],{"type":61,"tag":77,"props":642,"children":643},{},[644],{"type":66,"value":645},"Product ID required for license verification",{"type":66,"value":647},": Products created on or after January 9, 2023 require the ",{"type":61,"tag":122,"props":649,"children":651},{"className":650},[],[652],{"type":66,"value":304},{"type":66,"value":654}," parameter. Older products may work without it but providing it is recommended.",{"type":61,"tag":109,"props":656,"children":657},{},[658,663,665,670],{"type":61,"tag":77,"props":659,"children":660},{},[661],{"type":66,"value":662},"Pagination on sales",{"type":66,"value":664},": Sales results are paginated. Always check if more pages exist by incrementing the ",{"type":61,"tag":122,"props":666,"children":668},{"className":667},[],[669],{"type":66,"value":315},{"type":66,"value":671}," parameter.",{"type":61,"tag":109,"props":673,"children":674},{},[675,680,682,687],{"type":61,"tag":77,"props":676,"children":677},{},[678],{"type":66,"value":679},"Webhook deduplication",{"type":66,"value":681},": Before subscribing to a resource, use ",{"type":61,"tag":122,"props":683,"children":685},{"className":684},[],[686],{"type":66,"value":577},{"type":66,"value":688}," to check for existing subscriptions and avoid duplicate webhooks.",{"type":61,"tag":109,"props":690,"children":691},{},[692,697,699,704],{"type":61,"tag":77,"props":693,"children":694},{},[695],{"type":66,"value":696},"ISO8601 date format",{"type":66,"value":698},": Date filters on sales must use ISO8601 format (e.g., ",{"type":61,"tag":122,"props":700,"children":702},{"className":701},[],[703],{"type":66,"value":271},{"type":66,"value":705},"), not plain dates.",{"type":61,"tag":94,"props":707,"children":708},{},[],{"type":61,"tag":98,"props":710,"children":712},{"id":711},"quick-reference",[713],{"type":66,"value":714},"Quick Reference",{"type":61,"tag":716,"props":717,"children":718},"table",{},[719,743],{"type":61,"tag":720,"props":721,"children":722},"thead",{},[723],{"type":61,"tag":724,"props":725,"children":726},"tr",{},[727,733,738],{"type":61,"tag":728,"props":729,"children":730},"th",{},[731],{"type":66,"value":732},"Action",{"type":61,"tag":728,"props":734,"children":735},{},[736],{"type":66,"value":737},"Tool Slug",{"type":61,"tag":728,"props":739,"children":740},{},[741],{"type":66,"value":742},"Required Params",{"type":61,"tag":744,"props":745,"children":746},"tbody",{},[747,769,790,820,850],{"type":61,"tag":724,"props":748,"children":749},{},[750,756,764],{"type":61,"tag":751,"props":752,"children":753},"td",{},[754],{"type":66,"value":755},"List products",{"type":61,"tag":751,"props":757,"children":758},{},[759],{"type":61,"tag":122,"props":760,"children":762},{"className":761},[],[763],{"type":66,"value":172},{"type":61,"tag":751,"props":765,"children":766},{},[767],{"type":66,"value":768},"None",{"type":61,"tag":724,"props":770,"children":771},{},[772,777,785],{"type":61,"tag":751,"props":773,"children":774},{},[775],{"type":66,"value":776},"Get sales",{"type":61,"tag":751,"props":778,"children":779},{},[780],{"type":61,"tag":122,"props":781,"children":783},{"className":782},[],[784],{"type":66,"value":227},{"type":61,"tag":751,"props":786,"children":787},{},[788],{"type":66,"value":789},"None (all optional filters)",{"type":61,"tag":724,"props":791,"children":792},{},[793,798,806],{"type":61,"tag":751,"props":794,"children":795},{},[796],{"type":66,"value":797},"Verify license",{"type":61,"tag":751,"props":799,"children":800},{},[801],{"type":61,"tag":122,"props":802,"children":804},{"className":803},[],[805],{"type":66,"value":345},{"type":61,"tag":751,"props":807,"children":808},{},[809,814,815],{"type":61,"tag":122,"props":810,"children":812},{"className":811},[],[813],{"type":66,"value":304},{"type":66,"value":490},{"type":61,"tag":122,"props":816,"children":818},{"className":817},[],[819],{"type":66,"value":390},{"type":61,"tag":724,"props":821,"children":822},{},[823,828,836],{"type":61,"tag":751,"props":824,"children":825},{},[826],{"type":66,"value":827},"Subscribe to events",{"type":61,"tag":751,"props":829,"children":830},{},[831],{"type":61,"tag":122,"props":832,"children":834},{"className":833},[],[835],{"type":66,"value":438},{"type":61,"tag":751,"props":837,"children":838},{},[839,844,845],{"type":61,"tag":122,"props":840,"children":842},{"className":841},[],[843],{"type":66,"value":480},{"type":66,"value":490},{"type":61,"tag":122,"props":846,"children":848},{"className":847},[],[849],{"type":66,"value":547},{"type":61,"tag":724,"props":851,"children":852},{},[853,858,866],{"type":61,"tag":751,"props":854,"children":855},{},[856],{"type":66,"value":857},"List webhook subs",{"type":61,"tag":751,"props":859,"children":860},{},[861],{"type":61,"tag":122,"props":862,"children":864},{"className":863},[],[865],{"type":66,"value":577},{"type":61,"tag":751,"props":867,"children":868},{},[869],{"type":61,"tag":122,"props":870,"children":872},{"className":871},[],[873],{"type":66,"value":480},{"type":61,"tag":94,"props":875,"children":876},{},[],{"type":61,"tag":68,"props":878,"children":879},{},[880],{"type":61,"tag":881,"props":882,"children":883},"em",{},[884,886],{"type":66,"value":885},"Powered by ",{"type":61,"tag":85,"props":887,"children":890},{"href":888,"rel":889},"https:\u002F\u002Fcomposio.dev",[89],[891],{"type":66,"value":10},{"items":893,"total":977},[894,908,924,933,943,955,964],{"slug":895,"name":896,"fn":897,"description":898,"org":899,"tags":900,"stars":28,"repoUrl":29,"updatedAt":907},"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},[901,902,903,904],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":20,"slug":21,"type":15},{"name":905,"slug":906,"type":15},"Risk Assessment","risk-assessment","2026-07-15T05:54:18.790529",{"slug":909,"name":910,"fn":911,"description":912,"org":913,"tags":914,"stars":28,"repoUrl":29,"updatedAt":923},"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},[915,916,919,920],{"name":17,"slug":18,"type":15},{"name":917,"slug":918,"type":15},"Communications","communications",{"name":20,"slug":21,"type":15},{"name":921,"slug":922,"type":15},"Messaging","messaging","2026-07-15T05:51:27.190332",{"slug":925,"name":925,"fn":926,"description":927,"org":928,"tags":929,"stars":28,"repoUrl":29,"updatedAt":932},"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},[930,931],{"name":17,"slug":18,"type":15},{"name":20,"slug":21,"type":15},"2026-07-12T08:09:55.453088",{"slug":934,"name":934,"fn":935,"description":936,"org":937,"tags":938,"stars":28,"repoUrl":29,"updatedAt":942},"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},[939,940,941],{"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":944,"name":944,"fn":945,"description":946,"org":947,"tags":948,"stars":28,"repoUrl":29,"updatedAt":954},"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},[949,950,951],{"name":17,"slug":18,"type":15},{"name":20,"slug":21,"type":15},{"name":952,"slug":953,"type":15},"Security","security","2026-07-15T05:56:20.013366",{"slug":956,"name":956,"fn":957,"description":958,"org":959,"tags":960,"stars":28,"repoUrl":29,"updatedAt":963},"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},[961,962],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},"2026-07-15T05:54:50.762889",{"slug":965,"name":965,"fn":966,"description":967,"org":968,"tags":969,"stars":28,"repoUrl":29,"updatedAt":976},"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},[970,971,972,975],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":973,"slug":974,"type":15},"CRM","crm",{"name":20,"slug":21,"type":15},"2026-07-15T05:48:43.429136",860,{"items":979,"total":1083},[980,987,994,999,1005,1011,1016,1023,1037,1050,1063,1073],{"slug":895,"name":896,"fn":897,"description":898,"org":981,"tags":982,"stars":28,"repoUrl":29,"updatedAt":907},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[983,984,985,986],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":20,"slug":21,"type":15},{"name":905,"slug":906,"type":15},{"slug":909,"name":910,"fn":911,"description":912,"org":988,"tags":989,"stars":28,"repoUrl":29,"updatedAt":923},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[990,991,992,993],{"name":17,"slug":18,"type":15},{"name":917,"slug":918,"type":15},{"name":20,"slug":21,"type":15},{"name":921,"slug":922,"type":15},{"slug":925,"name":925,"fn":926,"description":927,"org":995,"tags":996,"stars":28,"repoUrl":29,"updatedAt":932},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[997,998],{"name":17,"slug":18,"type":15},{"name":20,"slug":21,"type":15},{"slug":934,"name":934,"fn":935,"description":936,"org":1000,"tags":1001,"stars":28,"repoUrl":29,"updatedAt":942},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1002,1003,1004],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":20,"slug":21,"type":15},{"slug":944,"name":944,"fn":945,"description":946,"org":1006,"tags":1007,"stars":28,"repoUrl":29,"updatedAt":954},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1008,1009,1010],{"name":17,"slug":18,"type":15},{"name":20,"slug":21,"type":15},{"name":952,"slug":953,"type":15},{"slug":956,"name":956,"fn":957,"description":958,"org":1012,"tags":1013,"stars":28,"repoUrl":29,"updatedAt":963},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1014,1015],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"slug":965,"name":965,"fn":966,"description":967,"org":1017,"tags":1018,"stars":28,"repoUrl":29,"updatedAt":976},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1019,1020,1021,1022],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":973,"slug":974,"type":15},{"name":20,"slug":21,"type":15},{"slug":1024,"name":1024,"fn":1025,"description":1026,"org":1027,"tags":1028,"stars":28,"repoUrl":29,"updatedAt":1036},"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},[1029,1030,1033],{"name":17,"slug":18,"type":15},{"name":1031,"slug":1032,"type":15},"Documents","documents",{"name":1034,"slug":1035,"type":15},"E-Signature","e-signature","2026-07-15T05:55:33.159639",{"slug":1038,"name":1038,"fn":1039,"description":1040,"org":1041,"tags":1042,"stars":28,"repoUrl":29,"updatedAt":1049},"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},[1043,1044,1045,1046],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":20,"slug":21,"type":15},{"name":1047,"slug":1048,"type":15},"Operations","operations","2026-07-15T05:58:48.059284",{"slug":1051,"name":1051,"fn":1052,"description":1053,"org":1054,"tags":1055,"stars":28,"repoUrl":29,"updatedAt":1062},"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},[1056,1057,1058,1059],{"name":17,"slug":18,"type":15},{"name":10,"slug":9,"type":15},{"name":973,"slug":974,"type":15},{"name":1060,"slug":1061,"type":15},"Email Marketing","email-marketing","2026-07-15T05:49:44.281711",{"slug":1064,"name":1064,"fn":1065,"description":1066,"org":1067,"tags":1068,"stars":28,"repoUrl":29,"updatedAt":1072},"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},[1069,1070,1071],{"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":1074,"name":1074,"fn":1075,"description":1076,"org":1077,"tags":1078,"stars":28,"repoUrl":29,"updatedAt":1082},"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},[1079,1080,1081],{"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]