Skip to main content
GET
/
trigger-inbox
/
api
/
v1
/
inboxes
/
{inbox_id}
/
events
Subscribe to inbox notifications over SSE.
curl --request GET \
  --url https://api.zapier.com/trigger-inbox/api/v1/inboxes/{inbox_id}/events \
  --header 'Authorization: Bearer <token>'
{
  "inbox_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "count": 2
}

Documentation Index

Fetch the complete documentation index at: https://docs.zapier.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

OAuth 2.0 authentication.

Path Parameters

inbox_id
string<uuid>
required

The unique identifier of the inbox to subscribe to.

Response

SSE stream opened. The response body is an open-ended sequence of text/event-stream frames.

JSON payload carried by each data: frame. Heartbeat frames carry no payload.

inbox_id
string<uuid>
required

The unique identifier of the inbox that has new messages.

count
integer
required

The number of notifications coalesced into this frame.

Required range: x >= 1