Skip to content

Actions

James edited this page Dec 5, 2025 · 4 revisions

Actions are what can be performed as certain times of the upload process but not directly affect it.

Actions

Specify what actions you want to perform when the upload completes.

  • When To Execute: Choose when you want this action to execute.
  • Always
  • Never
  • IfSuccessful
  • IfFailed

DiscordMessageChannelAction

Use a bot to send a message to a channel on a discord server.

  • App: Which App/Bot will be sending the message
  • Channel: What channel in the Discord server to send the message to
  • Server: What Discord server to send the message to
  • Text: What text to send
  • Embeds: A list of embeds to send with the message. This is optional and can be used to format the message nicely.
    • Color: The color of the embed in hexidecimal. This is optional.
    • Description: The description of the embed. This is optional.
    • Title: The title of the embed. This is optional.

SlackMessageChannelAction

Use a bot to send a message to a channel on a Slack server.

  • App: Which App/Bot will be sending the message
  • Channel: What channel in the server to send the message to
  • Server: What server to send the message to
  • Text: What text to send
  • Attachments: A list of attached messages with the message. This is optional and can be used to format the message nicely.

Clone this wiki locally