---
title: "Get Chat Zapier Status"
method: GET
path: "/chat/conversations/{conversation_id}/zapier-status"
tags: ["Chat"]
---

# Get Chat Zapier Status

`GET /chat/conversations/{conversation_id}/zapier-status`

Get Zapier display status for a chat conversation (customer-facing card).

## Path parameters

- `conversation_id` string, uuid, required

## Response `200`

Successful Response

- AppCallsPipelineSchemasZapierStatusResponse — Display-ready Zapier status for the customer-facing call detail card. ``status`` is one of ``generated`` / ``skipped`` / ``failed`` (mirrors the ZapierCallResult record). ``payload`` holds the generated fields — populated even for skipped test calls so the card can show what would have been sent.
  - `visible` boolean, required — Whether to render the card at all
  - `is_test_call` boolean
  - `status` string, nullable — generated | skipped | failed
  - `skip_reason` string, nullable
  - `error` string, nullable
  - `payload` object, nullable — The generated field set
  - `should_poll` boolean — True while a result may still be materializing
  - `email_pending` boolean — True when the lead has no email yet — email is collected via SMS and may arrive after the pipeline ran. Signals that the Zapier lead will be updated once the email is added.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
