Skip to main content

packets

Access the Packets API to list and retrieve form packets associated with your team. A packet is a bundle of one or more forms/documents grouped together to streamline workflows such as onboarding, assessments, or client intake.

Capabilities

  • List Packets: Retrieve all available packets with optional search by name.
  • Get Packet by ID: Fetch a specific packet using its unique identifier (UUID).
  • Each packet includes metadata and references to the forms/documents it contains.

Use Case Examples

  • Present multiple forms/documents as a single packet to clients.
  • Organize forms/documents by workflow type (e.g., "Initial Visit Packet", "Mental Health Screening").
  • Track responses by packet using the Responses API.

Example

curl --request GET \
--url https://api.app.zentake.com/v2/packets \
--header 'X-API-KEY: <your_api_key>' \
--header 'X-API-SECRET: <your_api_secret>'