[
  {
    "name": "send updated blog post to slack",
    "description": null,
    "url": "https://hooks.slack.com/triggers/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",
    "method": "POST",
    "headers": {
      "Content-Type": "application/json"
    },
    "body": "{\n\"title\": \"{{ variables.title }}\",\n\"body\": \"{{ variables.body }}\"\n}"
  }
]