POST
/
api
/
bot-accounts
/
campaigns
/
:id
/
run
Run Campaign
curl --request POST \
  --url https://api.example.com/api/bot-accounts/campaigns/:id/run

Path Parameters

ParameterDescription
idCampaign ID

Response

{
  "ok": true,
  "found": 5,
  "created": 3,
  "skipped": 2
}
Immediately searches Twitter for matching tweets and creates conversations. Skips tweets that already have conversations.