Channels · WhatsApp · Reference
Postman environment
Variables used by the Postman collection. Import once, then duplicate the environment for local, staging, and production hosts.
Download
Environment file:
Setup
- Import the JSON into Postman (Import → file).
- Select the environment in the top-right environment picker (Engagive Public API - Local).
- Paste your API access token into
token. See Authentication. - Point
base_urlat your API host — origin only, no/api/...suffix.
Example base_url values
http://localhost:5001
https://api.engagive.comVariables
| Key | Purpose | Example |
|---|---|---|
| base_url | API origin only (no path) | http://localhost:5001 or https://api.engagive.com |
| token | Portal API access JWT (secret) | (from Profile → API access token) |
| account_id | WhatsApp account id in paths | 1 |
| phone_id | Profile phone row id (campaigns) | 1 |
| contact_id | Contact id (history, updates) | 1 |
| campaign_id | Campaign id (lifecycle/reporting) | 1 |
| webhook_id | Inbound webhook config id | 1 |
| flow_id | Meta Flow id | 1 |
| template_code | Stable template code in paths | hello_world |
| category_code | Template lookup / create | marketing |
| option_code | Template option code | default |
| parameter_format_code | number | name | number |
| lang_code | Template content language | en_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.