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
- Add a Custom webhook module.
- Send Twexapi handoff JSON from your MCP-capable agent.
- Use Iterator on the
tweetsarray. - Add filters for topics, authors, or engagement.
- 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 storenext_cursor in a Make data store.
HTTP module setup
Router branches
Testing checklist
- Run once with a small
count, such as5. - Confirm the Iterator receives one bundle per tweet.
- Confirm
tweet_idis used for dedupe before writing rows. - Confirm Make data store contains the latest
next_cursor.