Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Sends a message to a Slack workspace. This operation requires a JSON payload and a Slack Messaging Account Code. The JSON must be formatted according to Slack's API standards

Info

All Slack operations require a Slack Messaging Account.

Environment/Instance Properties

...

Input NameInput CodeRequiredDescription
Bearer TokenSlack AccountFDSLACK_INP_BEARERCLOUD_ACCT_TOKENCODEYesBearer token generated by slack after adding app to workspace.Slack account code from Topology->Integrations->Messaging
Message JSON
FDSLACK_INP_MESSAGE_JSON
Yes
JSON for slack message. Formatted based on Slack API .
@since 5.3.0.2 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 NameDescription
FDSLACK_OUT_MESSAGE_TSResulting Slack Message Id (TS id) of the newly created message. This can be used start or reply to threads.

Artifacts

This operation delegates the consume artifacts decision to the workflow developer.

...

This operations delegates the execution to the workflow developer to decide.

Special Considerations

...

Formatting Messages - Useful guide for creating complex messages

...