Twitter / X Integration
Connect and post to Twitter
Connect Twitter/X accounts to publish tweets and threads.
Requirements
- Twitter Developer Account
- OAuth 1.0a credentials (for user context)
- Read and Write permissions
Connect Account
curl https://api.missinglettr-api.com/v1/workspaces/1/accounts/ \
-X POST \
-H "Authorization: Api-Key YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"platform": "twitter",
"access_token": "YOUR_TWITTER_ACCESS_TOKEN",
"access_token_secret": "YOUR_TWITTER_ACCESS_SECRET"
}'Content Limits
| Text length | 280 characters |
| Images | Up to 4 |
| Video | Up to 2:20 min |