TIDY Concierge

Concierge

TIDY Concierge

The Concierge combines our AI agent with 24/7 humans to help.

Slack

Getting Alerts from TIDY to Slack

You can use TIDY to get alerts in slack for various events, such as a job completed or a message received. To do this, our integration uses Slack's webhook integration.

Slack alerts exampleSlack notification demo

Using Slack's webhook on TIDY is very simple! First, check Slack's documentation to get the webhook link URL.

Here is an example flow for setting up webhooks in slack:

  1. Go to https://api.slack.com/apps/
  2. Create an app "from scratch"
Create Slack app
  1. Configure incoming webhooks
Configure webhooks
  1. Add webhook to workspace
Add to workspace
  1. You should then get the webhook url to use in TIDY.
Copy webhook URL

Set Up the Webhook in TIDY

Once you've generated your Slack webhook URL (see instructions above), follow these steps to complete the setup in the TIDY app:

Option 1: Use a Webhook Notification

You can now set up a workflow in TIDY to automatically send a Slack notification whenever a specific event occurs — like when a task is created, completed, or updated.

Here's how to do it:

  1. Go to Automations and select View Workflows
  2. Click on Add Workflow
  3. Choose the trigger for the event you wish to be notified (Task Created, Guest Reservation Starts Soon,...)
  4. On Action select "Webhook Request" and fill out the webhook details:
    • Method: POST
    • URL: Paste your Slack webhook URL
    • Payload: `{ "text": "A new task was created at TIDY!" }`
    • Header: Leave it blank

Note: You can use any output from the workflow trigger in the payload

Workflow webhook setup

Option 2: Manual Webhook Setup

Integration > Notifications > Select "Slack" > Select the Notification Channel and then the Notification Events that should trigger notifications > Add Account Notification

Note: Ensure your Slack webhook link has the URL ...hooks.slack.com/... before integrating it with TIDY.

Manual webhook setup demo

You are ready to receive TIDY notifications in your Slack app!