Logic Sheet Help Center
Go to WebsiteSubmit a Ticket
  • Home
  • How to install Logic Sheet
  • 🤖Automation
    • Automation overview
    • Trigger
    • Conditions
    • Actions
      • Conditional actions
      • Update Airtable
      • Recalculate the current sheet
      • Send a Slack message
      • Send an email
      • Make HTTP request
    • Add connections
      • Slack connection
      • Airtable connection
      • Webhook
    • Merge tags
  • Utilities
    • Work with APIs
      • The LogicSheetAPI formula
    • Database connector
      • MySQL
    • Get data
    • Clean and format data
    • Calculate
    • Finance
    • Data analysis
  • Appendix
    • Supported currencies
  • Additions
    • Page 1
Powered by GitBook
On this page
  • Channel
  • Message
  1. Automation
  2. Actions

Send a Slack message

PreviousRecalculate the current sheetNextSend an email

Last updated 2 years ago

This action will send a Slack message using the Logic Sheet Slack bot.

Authorization needed

You need to authorize your Slack Workspace to make this action work. If you haven't connected to a Slack Workspace, you may see a warning that asks you to connect to Slack.

To connect to third-party services, click the "Add connection" button to open the service connector. .

Channel

The Slack channel to send the message to. Don't include a # in this field. It should be "general", not "#general".

Message

The message that will be sent to the channel selected. Plain text only.

Merge tag available

  • {{range A1}}: The value of cell A1(dynamic), or other cells of your choice.

  • {{old value}}: The value of the cell prior to editing.

  • {{new value}}: The new value of the cell after being edited.

  • {{editor}}: The email address of the user who made the edit.

  • {{edited range}}: The notation (string) of the cell being edited.

  • {{column A}}: All values in column A(dynamic).

  • {{row 1}}: All values in row 1(dynamic).

  • {{sheet}}: The name of the sheet that was edited or set in the trigger step.

  • {{spreadsheet url}}: The URL of the spreadsheet that this automation belongs to.

  • {{automation name}}: The name of the automation workflow you have set.

  • {{form values}}: All values of the form submission that was received.

  • {{form values 1}}: The first value (or the nth value if you set the number as n) of the form submission that was received.

You can use the following merge tags in the Value field here. See .

🤖
how merge tags work
Read more about adding connections here
An example of how Logic Sheet Slack bot works
Email sent by Logic Sheet