Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/api/webhook/tweets
Receive tweets via webhook for processing.
POST /api/webhook/tweets?token=YOUR_WEBHOOK_SECRET
{ "tag": "campaign-name", "data": [ { "id": "1234567890", "text": "Looking for the best CRM tool", "author": { "userName": "techfounder", "name": "Tech Founder" }, "url": "https://x.com/techfounder/status/1234567890" } ] }
{ "ok": true, "created": 3, "skipped": 1 }