Publish a flow

POST https://gateway.lipachat.com/api/v1/whatsapp/manage/flow/:id/publish
NB: Replace :id with the flow id you want to publish

Headers

Name
Value

Content-Type

application/json

apiKey

Get apiKey from app portal settings tab https://app.lipachat.com/app/settings

Response

{
  "timestam": "2024-03-12T10:06:27.223053",
  "data": {
    "id": 4,
    "waFlowId": "2044724355999872",
    "name": "BANK_TEST_FLOW_V2",
    "status": "PUBLISHED",
    "categories": [
      "OTHER"
    ],
    "createdAt": "2024-03-12T07:00:55.887+00:00",
    "updatedAt": "2024-03-12T07:06:26.887+00:00"
  },
  "status": "success",
  "message": "",
  "errors": null
}

Last updated