Channels · WhatsApp · Reference

Postman environment

Variables used by the Postman collection. Import once, then duplicate the environment for local, staging, and production hosts.

Setup

  1. Import the JSON into Postman (Import → file).
  2. Select the environment in the top-right environment picker (Engagive Public API - Local).
  3. Paste your API access token into token. See Authentication.
  4. Point base_url at your API host — origin only, no /api/... suffix.
Example base_url values
http://localhost:5001
https://api.engagive.com

Variables

KeyPurposeExample
base_urlAPI origin only (no path)http://localhost:5001 or https://api.engagive.com
tokenPortal API access JWT (secret)(from Profile → API access token)
account_idWhatsApp account id in paths1
phone_idProfile phone row id (campaigns)1
contact_idContact id (history, updates)1
campaign_idCampaign id (lifecycle/reporting)1
webhook_idInbound webhook config id1
flow_idMeta Flow id1
template_codeStable template code in pathshello_world
category_codeTemplate lookup / createmarketing
option_codeTemplate option codedefault
parameter_format_codenumber | namenumber
lang_codeTemplate content languageen_US

Do not commit tokens

Keep token empty in shared exports. Rotate the portal API access token if it was pasted into a shared workspace.

Postman collectionPortal setup