Webhook Configuration
Set up custom webhooks for automation.
Why this matters
When the systems your business runs on do not talk to each other, you become the integration. Every time a new file comes in, you go enter it into the CRM. Every time a status changes, you go update the project tracker. Every time an inspection is scheduled, you go put it on the team calendar. Each of those handoffs is a chance to forget, to mistype, or to fall behind.
Webhooks let AwardLettr send a notification to any external system the moment an event happens, so the other system updates itself without you in the middle. This is the most flexible automation surface in the app. If you can describe the event ("when a status changes," "when a tag is added," "when a document is generated") and your external tool can accept a webhook, you can wire the two together.
This is advanced setup and benefits appraisers who already have a multi-tool workflow they want to glue together. If you are not there yet, skip this and come back when you find yourself doing repetitive data entry between AwardLettr and another system.
Webhooks let you trigger external actions when events happen in AwardLettr, enabling custom automation.
Webhook Triggers
- Tag added to appraisal
- Status changed
- Document generated
- Inspection scheduled
Setting Up a Webhook
Go to Settings → Webhooks
Navigate to webhook configuration.
Click "New Webhook"
Create a new webhook.
Enter URL
Your webhook endpoint URL.
Select Trigger
Choose what event fires the webhook.
Configure Payload
Customize the data sent.
Test
Send a test payload to verify.
N8N Integration