Skip to main content

Before you begin

You need:
  • [Prerequisite 1, with a link]
  • [Prerequisite 2, with a link]

Step 1: [Verb phrase]

[One sentence on the action.]
curl -s "https://api.zapier.com/..." \
  -H "Authorization: Bearer $TOKEN"
  # Get $TOKEN: https://docs.zapier.com/.../setting-up-authentication
[Expected result, e.g. “The response includes the new inbox_id.”]

Step 2: [Verb phrase]

[One action per step. Carry values forward with environment variables.]

What you built

[Describe the success state and what now works. Optionally show the final response.]
Response
{
  "id": "019487c8-6b2a-7c1e-..."
}

Next steps

[Next how-to]

[Related concept]