Twilio Twilio Media V1
Twilio Media is a Twilio API for managing media files associated with Twilio communications such as messages.
- Base URL:
https://media.twilio.com - Auth:
basic(pass your key via theapiKeyinput)
Operations
listmediaprocessor— GET /v1/MediaProcessors — Returns a list of MediaProcessors.fetchmediaprocessor— GET /v1/MediaProcessors/{Sid} — Returns a single MediaProcessor resource identified by a SID.listmediarecording— GET /v1/MediaRecordings — Returns a list of MediaRecordings.fetchmediarecording— GET /v1/MediaRecordings/{Sid} — Returns a single MediaRecording resource identified by a SID.listplayerstreamer— GET /v1/PlayerStreamers — Returns a list of PlayerStreamers.fetchplayerstreamer— GET /v1/PlayerStreamers/{Sid} — Returns a single PlayerStreamer resource identified by a SID.
Inputs
apiKey— your twilio-twilio-media-v1 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: listmediaprocessor
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: listmediaprocessor, fetchmediaprocessor, listmediarecording, fetchmediarecording, listplayerstreamer, fetchplayerstreamer |
Sid |
string | no | — | Path parameter Sid (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |