Zapier -> Slack
1 min read
Send Slack notifications when Made For Law captures a lead.
Overview
This Zap sends a Slack channel message whenever Made For Law sends a lead.created webhook to Zapier.
Setup
1
Create the Zapier trigger
- In Zapier, click Create Zap.
- Choose Webhooks by Zapier as the trigger app.
- Choose Catch Hook as the trigger event.
- Copy the webhook URL.
- Paste the URL in Made For Law under Settings > Integrations > Lead Routing.
- Send a test lead from Made For Law and confirm Zapier caught it.
2
Add Slack action
- Choose Slack as the action app.
- Choose Send Channel Message.
- Connect your Slack workspace.
- Select the channel for lead notifications.
3
Format the message
Use Zapier's message template to create a readable notification:
text
New Probate Lead
Name: {{lead.first_name}} {{lead.last_name}}
Email: {{lead.email}}
Phone: {{lead.phone}}
State: {{lead.state}}
Calculator: {{lead.calculator}}
Estimate: {{estimate.total}} {{estimate.currency}}
Source: {{source.page_url}}4
Activate
Test the Slack action, confirm the message appears in the selected channel, then publish the Zap.
Was this page helpful?