---
title: "Handle Event"
method: POST
path: "/api/v1/zapier/event"
tags: ["zapier"]
---

# Handle Event

`POST /api/v1/zapier/event`

Receives a new event from Supabase and relays it to the Zapier webhook_url.

## Request body

- IncomingEvent
  - `event_id` string, required
  - `webhook_url` string, required
  - `payload` object, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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