Skip to content

Post or update slack message

Actions
Send new or update a slack message from a bot
1.0.1
Latest
Star (3)

Tags

 (2)
inputs:
  token:
    description: "The slack bot token"
    required: true
  channel:
    description: "Send the message to this channel"
    required: true
  ts:
    description: "If passed, update matching message instead of posting a new one"
    required: false
  threadTs:
    description: "If passed, add message to thread to the message referenced"
    required: false
  text:
    description: "The message's base text"
    required: false
  blocks:
    description: "Optional array of blocks (JSON.stringify'ed)"
    required: false
  attachments:
    description: "Optional array of attachements (JSON.stringify'ed)"
    required: false
  appendText:
    description: "Append given text to original message (update only)"
    required: false
  appendBlocks:
    description: "Append given blocks to original message (update only)"
    required: false
  appendAttachments:
    description: "Append given attachments to original message (update only)"
    required: false

outputs:
  ts:
    description: "Updated or created message for later reference"

Post or update slack message is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Send new or update a slack message from a bot
1.0.1
Latest

Tags

 (2)

Post or update slack message is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.