Posts an attachment to a Slack workspace. This operation can either post an attachment as a new message or reply/start a thread on a previous message.
Info |
---|
All Slack operations require a Slack Messaging Account. |
...
Property Name | Property Code | Required | Description |
---|---|---|---|
FDSLACK_INP_CLOUD_ACCT_CODE | Yes | Slack account code from Topology->Integrations->Messaging | |
Channel Name or Id | FDSLACK_INP_CHANNEL | Yes | Name or Id of channel that the notification will be sent. For example, "random". Use user channel Id to send direct messages (String) |
FDSLACK_INP_ATTACHMENT | Yes | The file location of the attachment to upload | |
Comment | FDSLACK_INP_ATTACHMENT_COMMENT | No | A simple message/comment to appear as a heading for the attachment |
Thread TS | FDSLACK_INP_THREAD_TS | No | An optional Slack message id to use. Set this id if you want to add this attachment as a reply on a previous message. |
...