--- title: How to send a slack message for every new job found description: Step-by-step guide to automatically notify your team in Slack whenever new jobs are posted using TheirStack's webhook integration with Make, Zapier, or N8n. url: https://theirstack.com/en/docs/guides/how-to-send-jobs-to-slack --- Through our [Webhooks](/en/docs/webhooks) feature, you can trigger actions in any external system (CRMs, Slack, Airtable, etc). Not all systems accept webhooks, so we recommend using workflow automation tools like [Make](https://www.make.com/), [Zapier](https://zapier.com/) or [N8n](https://n8n.io/) and then levearing their integrations libraries to connect to other systems like Salesforce, Hubspot, etc. 1. **Choose a workflow automation tool to connect to TheirStack.** - [Make](https://www.make.com/) (Generous free plan, low cost) - [N8N](https://n8n.io/) (no free plan, open source, low cost) - [Zapier](https://zapier.com/) (Good documentation and easy for beginners) For this example we will use [Make](https://www.make.com/), it's our favorite and has a generous free plan. Follow this guides to do it in [N8n](https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.webhook/) or [Zapier](https://help.zapier.com/hc/en-us/articles/8496288690317-Trigger-Zaps-from-webhooks) 2. **Get the webhook URL from Make** - Click on "Create a new scenario" - Click on "Add Webhooks module" - Click on "Custom webhook" - Click on "Add" and then "Create webhook" - Copy the webhook URL 3. **Create a webhook that triggers an event when a new job is found** [ How to create a webhook in TheirStack ](/en/docs/webhooks#how-to-set-up-a-webhook) - Use the webhook URL you got from the previous step. - I recommend you sending a test event to make sure the webhook is working. 4. **Add slack module to your Make scenario** - Click on "Add another module" and search for "Slack - Create message" - Configure in which channel you want to send the message and the message content. - Click on "Save"