Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save olliephillips/2a351fcf90fe06149bcadbb8923c12b9 to your computer and use it in GitHub Desktop.
Save olliephillips/2a351fcf90fe06149bcadbb8923c12b9 to your computer and use it in GitHub Desktop.
Dozer - webhook.yaml
- webhook:
description: Task finished notification which reports status
url: https://hooks.slack.com/services/T03XXXBXXQ/B03MXXXXJVC/3FGjXXXXXXXXmUTca
method: POST
requestBody: |
{
"text":"Task: '{{.TaskName}}' created by '{{.CreatedBy}}' has completed with status: '{{.Status}}'. Happy Days!"
}
token:
triggers:
processType: localWorkflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment