Integrations
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 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 go to https //api slack com/apps/ https //api slack com/apps/ create an app "from scratch" you should then get the webhook url to use in tidy 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 go to automations and select view workflows click on add workflow choose the trigger for the event you wish to be notified (task created, guest reservation starts soon, ) 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 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 you are ready to receive tidy notifications in your slack app!