Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Status
titleGET
https://xxxxxxx.api.infobip.com/omni/1/scenarios

Status
colourYellow
titleAUTH
Provide as BASIC AUTH a valid username and password for the account

The expected answer is similar to the following

...

Status
colourRed
titlePOST
https://xxxxx.api.infobip.com/omni/1/scenarios

Status
colourYellow
titleAUTH
Provide as BASIC AUTH a valid username and password for the account

Payload to post

Code Block
{
  "name":"Name cliente",
  "flow": [
    {
      "from": "441234560000",
      "channel": "WHATSAPP"
    }
  ],
  "default": true
}	

...