...
Info |
---|
All Slack operations require a Slack Messaging Account. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Slack Account | FDSLACK_INP_CLOUD_ACCT_CODE | Yes | Slack account code from Topology->Integrations->Messaging |
Message JSON | FDSLACK_INP_MESSAGE_JSON | Yes | JSON for slack message. Formatted based onĀ Slack API. This input now allows FlexDeploy property replacement notation to be used. e.g. ${{FD_ENVIRONMENT_CODE}} This can be useful for writing dynamic message content. |
Outputs
Output Name | Description |
---|---|
FDSLACK_OUT_MESSAGE_TS | Resulting Slack Message Id (TS id) of the newly created message. This can be used start or reply to threads. |
...