Skip to main content
Make works well for visual routing after an agent has already collected data through Twexapi MCP.

Prerequisites

  • A Twexapi API key
  • A Make scenario with a Custom webhook
  • An MCP-capable agent connected to Twexapi MCP
  • A destination module such as Sheets, Airtable, Notion, Slack, or Data store

Scenario

  1. Add a Custom webhook module.
  2. Send Twexapi handoff JSON from your MCP-capable agent.
  3. Use Iterator on the tweets array.
  4. Add filters for topics, authors, or engagement.
  5. Write rows to Airtable, Google Sheets, Notion, or a database.

Agent prompt

Iterator schema

Direct REST continuation

For scheduled scenarios, call Twexapi REST directly from Make’s HTTP module and store next_cursor in a Make data store.

HTTP module setup

Router branches

Testing checklist

  • Run once with a small count, such as 5.
  • Confirm the Iterator receives one bundle per tweet.
  • Confirm tweet_id is used for dedupe before writing rows.
  • Confirm Make data store contains the latest next_cursor.