Twitter / X
1. Get Twitter API Credentials
Section titled “1. Get Twitter API Credentials”- Apply for a Twitter Developer account
- Create a project and app
- Generate OAuth 2.0 credentials
- Save your API key, API secret, access token, and access secret
2. Configure the Platform Connection
Section titled “2. Configure the Platform Connection”- Navigate to Settings → Integrations → Twitter in the dashboard
- Complete the OAuth flow to connect your Twitter account
- The platform connection is created
3. Configure Triggers
Section titled “3. Configure Triggers”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" }}Features
Section titled “Features”- 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