Skip to main content

Before you begin

You need:
  • [Prerequisite with a link]

[Verb phrase, e.g. Update an inbox]

[One action per step.]
curl -s -X PATCH "https://api.zapier.com/.../$INBOX_ID" \
  -H "Authorization: Bearer $TOKEN" \
  -d '{ "...": "..." }'

Verify the result

[A runnable check that confirms success, plus the expected response.]
Response
{
  "id": "019487c8-6b2a-7c1e-...",
  "status": "active"
}

[Related page]