⚡Integrations
Zapier
Connect to 5,000+ apps with Zapier triggers and actions.
⏱️ 10 min read
Overview
Connect PropTechUSA to 5,000+ apps using Zapier—no code required.
Available Triggers
| Trigger | Description |
|---|
| New Lead | Fires when a new lead is created |
| Lead Updated | Fires when lead info changes |
|---|---|
| Status Changed | Fires when lead status changes |
| New Offer | Fires when an offer is generated |
| Offer Accepted | Fires when seller accepts offer |
Available Actions
| Action | Description |
|---|
| Create Lead | Add a new lead |
|---|---|
| Update Lead | Modify existing lead |
| Get Lead | Retrieve lead details |
| Create Note | Add note to lead |
| Send Offer | Generate and send offer |
Setup
Example Zaps
Lead → Google Sheets
When a new lead comes in, automatically add a row to your tracking spreadsheet.
Lead → Email Sequence
Automatically enroll new leads in your email nurture sequence.
Offer Accepted → Slack
Get instant Slack notifications when an offer is accepted.
Using Webhooks with Zapier
For custom triggers, use Zapier's webhook feature:
await proptech.webhooks.create({
url: 'https://hooks.zapier.com/hooks/catch/xxx/xxx',
events: ['lead.created'],
});