Webhooks
Webhooks let your firm receive real-time notifications when certain events happen on Attorney Share, like when a referral is matched or signed. This makes it easier to sync referral activity with your internal systems.
What Are Webhooks?
A webhook is an automated message sent from our system to yours when a specific action occurs. Attorney Share currently supports webhooks for:
- Matched Referral – when a buyer and seller agree to a referral
- Signed Referral – when the referred client signs with the receiving attorney
Step-by-Step: How to Set Up a Webhook
1. Navigate to Webhooks
Click your User Profile Picture → My Account and click Direct Share API.
2. Create a Webhook
A modal will pop up where you can enter your Webhook URL (this is where we’ll send the notifications)
Choose the events you want notifications for:
- Matched Referral
- Signed Referral
Click Create Webhook to save. You can always return to Edit or Remove it.
Frequently Asked Questions
- Can I set up multiple webhooks? Currently, each firm can configure one webhook endpoint. It will receive updates for all selected events.
- What format is the data sent in? Data is sent as a JSON payload to the URL you provide.
- Do you retry if the webhook fails? Yes, if a webhook call fails, we automatically retry up to 3 times, using exponential backoff. This gives your server time to recover and still receive the notification.
For any additional questions, please reach out to support@attorneyshare.com