Nexmo Media
Nexmo Media is an API for handling media resources associated with Nexmo/Vonage communications services.
- Base URL:
https://api.nexmo.com/v3/media - Auth:
bearer(pass your key via theapiKeyinput)
Operations
list_and_search_media_items— GET / — List and search media itemsretrieve_a_media_item— GET /:id/info — Retrieve a media itemdelete_a_media_item— DELETE /:id — Delete a media itemupdate_a_media_item— PUT /:id/info — Update a media item
Inputs
apiKey— your nexmo-media 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: list_and_search_media_items
apiKey: <your key>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: list_and_search_media_items, retrieve_a_media_item, delete_a_media_item, update_a_media_item |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |
body |
string | no | — | Request body as a JSON object string (for create/update operations). |