Nexmo Voice
Connector for the nexmo-voice API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.nexmo.com/v1/calls - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getcalls— GET / — Get details of your callsgetcall— GET /{uuid} — Get detail of a specific callcreatecall— POST / — Create an outbound callupdatecall— PUT /{uuid} — Modify an in progress callstartdtmf— PUT /{uuid}/dtmf — Play DTMF tones into a callstartstream— PUT /{uuid}/stream — Play an audio file into a call
Inputs
apiKey— your nexmo-voice 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: getcalls
apiKey: <your key>