Skip to content

Instantly share code, notes, and snippets.

@nertim
Created February 14, 2017 16:21
Show Gist options
  • Save nertim/6110d608958353887affb2c4cfca151b to your computer and use it in GitHub Desktop.
Save nertim/6110d608958353887affb2c4cfca151b to your computer and use it in GitHub Desktop.
{
"definition": {
"$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",
"actions": {
"HTTP": {
"inputs": {
"body": "@triggerBody()",
"method": "POST",
"uri": "https://prod-28.brazilus.logic.azure.com:443/workflows/0a1cf518606447afaa5483dfb2355c3f/triggers/manual/paths/invoke?api-version=2016-06-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=<sig>"
},
"runAfter": {},
"type": "Http"
}
},
"contentVersion": "1.0.0.0",
"outputs": {},
"parameters": {},
"triggers": {
"manual": {
"inputs": {
"schema": {}
},
"kind": "Http",
"splitOn": "@triggerBody()",
"type": "Request"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment