Versions Compared

Key

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

How to

...

fetch existing Scenario Keys

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

...

Code Block
{
    "scenarios": [
        {
            "key": "F16AF5B911111111115DE2CAF0687",
            "name": "PreShared",
            "flow": [
                {
                    "from": "4470000000",
                    "channel": "WHATSAPP"
                }
            ],
            "default": true
        }
    ]
}

How to

...

create a new Scenario Key

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

...