Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leduqueiroz/ff0c96386dc2dcfcac696e18d26b3b54 to your computer and use it in GitHub Desktop.
Save leduqueiroz/ff0c96386dc2dcfcac696e18d26b3b54 to your computer and use it in GitHub Desktop.
app logic - twitter api request
{
"inputs": {
"method": "POST",
"uri": "https://api.twitter.com/2/tweets",
"headers": {
"Content-Type": "application/json"
},
"body": {
"text": "@{items('For_each')?['message']?['content']}"
},
"authentication": {
"type": "Raw",
"value": "SUAS CHAVES}"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment