Back to Workflow Automation

Webhook Configuration

Set up custom webhooks for automation.

Advanced5 min readUpdated 2024-12-06

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

1

Go to Settings → Webhooks

Navigate to webhook configuration.

2

Click "New Webhook"

Create a new webhook.

3

Enter URL

Your webhook endpoint URL.

4

Select Trigger

Choose what event fires the webhook.

5

Configure Payload

Customize the data sent.

6

Test

Send a test payload to verify.

N8N Integration

Use N8N or Zapier as webhook endpoints to connect AwardLettr with hundreds of other apps.
Suggest an editLast updated 2024-12-06
Webhook Configuration | AwardLettr Docs