...
Input Name | Input Code | Required | Description |
---|---|---|---|
Message JSON | FDSLACK_INP_MESSAGE_JSON | Yes | JSON for slack message. Formatted based on on Slack API . |
Bearer Token | FDSLACK_INP_BEARER_TOKEN | Yes | Bearer token generated by slack after adding app to workspace. |
...
The message JSON must be formatted based on what the Slack API. To learn more about the formatting of the message payload you can find information here. If you want to learn about the different things you can add to your message you can find information here. You can see the Slack API we use here.
Examples
First we will need to create an app in our workspace by going here
...