Skip to content

Recipe: Zapier / Make

For teams that already push form tools (Typeform, Jotform, Gravity) into Zapier.

Pattern

  1. Trigger: New form submission.
  2. Action: Webhooks by Zapier → Custom Request
    • Method POST
    • URL https://api.appraiserflow.ai/public/v1/quotes
    • Headers: Authorization: Bearer af_live_…, Idempotency-Key: , Content-Type: application/json
    • Body: JSON mapped from form fields (schema_version, product_code, subject, client, source: "zapier").
  3. Optional: second step posts a Slack message with the returned quote id.

Caveats

  • Zapier egress IPs change — avoid IP allowlists on keys used with Zapier, or use a static proxy.
  • Store the key in Zapier’s secret fields, not plaintext step notes.
  • Use af_test_ against staging until the mapper is correct.
  • Still no value fields in the JSON body or Zapier outputs shown to clients.

API base for Try-it: https://staging-api.appraiserflow.ai