Nexmo Dispatch
Connector for the nexmo-dispatch API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.nexmo.com/v0.1/dispatch - Auth:
basic(pass your key via theapiKeyinput)
Operations
createworkflow— POST / — Create a workflow
Inputs
apiKey— your nexmo-dispatch API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: createworkflow
apiKey: <your key>