send-slack-notification
POST {{slack-webhook}}
Sends a slack notification.
The pre-request script section composes the slack-body using the information collected in previous requests. It then sets this as an environment variable which is used by the Body of this request.
The test script section checks for the remaining repositories. If more repositories are there then it goes back to the 'get-github-issues' request, otherwise it terminates.
Sets Environment Variables - slack-body
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | The mime type of this content |