Appearance
Recipe: Zapier / Make
For teams that already push form tools (Typeform, Jotform, Gravity) into Zapier.
Pattern
- Trigger: New form submission.
- 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").
- Method
- 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.