Skip to main content
📞 1-888-784-3881🚀 Start Project
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

TriggerDescription
New LeadFires when a new lead is created
Lead UpdatedFires when lead info changes
Status ChangedFires when lead status changes
New OfferFires when an offer is generated
Offer AcceptedFires when seller accepts offer

Available Actions

ActionDescription
Create LeadAdd a new lead
Update LeadModify existing lead
Get LeadRetrieve lead details
Create NoteAdd note to lead
Send OfferGenerate and send offer

Setup

  • Go to zapier.com
  • Search for "PropTechUSA"
  • Connect your account using API key
  • Create your first Zap!
  • 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'],

    });