POST /api/v1/tweets/startinfive
POST body
- token (required) - A "string" token for every request, that was passed as TWITTER_POST_API_KEY as env variable while running the app.
Success
{
"result": "The tweet has been successfully posted, to Handle [<twitterhandle>] and status ID is [<statusID>]"
}
Duplicate error
{
"result": "Get https://api.twitter.com/1.1/statuses/update.json returned status 403, {\"errors\":[{\"code\":187,\"message\":\"Status is a duplicate.\"}]}"
}
If body.token != TWITTER_POST_API_KEY
{
"error": "UnAuthorized Request"
}
PATH /webhook/github/issuetrigger