Skip to content

Twitter / X

  1. Apply for a Twitter Developer account
  2. Create a project and app
  3. Generate OAuth 2.0 credentials
  4. Save your API key, API secret, access token, and access secret
  1. Navigate to Settings → Integrations → Twitter in the dashboard
  2. Complete the OAuth flow to connect your Twitter account
  3. The platform connection is created

Twitter integration uses trigger nodes rather than gateway routes:

Mention Trigger: Fires when your account is mentioned

{
"triggerType": "MENTION",
"platform": "TWITTER",
"config": {
"mentionTypes": ["direct", "reply", "quote"],
"replyToSelf": false
}
}

Keyword Trigger: Fires on matching keywords

{
"triggerType": "KEYWORD",
"platform": "TWITTER",
"config": {
"keywords": ["cavosagents", "AI agent"],
"matchMode": "any"
}
}
  • Reply to tweets — Respond to mentions and keywords
  • Monitor hashtags — Track specific hashtags
  • Thread continuations — Reply in threads with replyToSelf
  • Filtering — Filter by verified accounts, follower count, keywords