Actions71
- Settings Actions
- Subscribers Actions
- Create Subscriber
- Manage Subscriber Lists By Query
- Get Subscribers
- Delete Subscriber By List
- Get Subscriber By Id
- Update Subscriber By Id
- Delete Subscriber By Id
- Manage Subscriber Lists
- Manage Subscriber List By Id
- Manage Blocklist By Subscriber List
- Manage Blocklist Subscribers By Id
- Export Subscriber Data By ID
- Get Subscriber Bounces By Id
- Delete Subscriber Bounces By Id
- Subscriber Send Optin By Id
- Delete Subscriber By Query
- Blocklist Subscribers Query
- Bounces Actions
- Import Actions
- Campaigns Actions
- Update Preview Campaign By Id
- Get Campaigns
- Create Campaign
- Get Campaign By Id
- Update Campaign By Id
- Delete Campaign By Id
- Get Running Campaign Stats
- Get Campaign Analytics
- Preview Campaign By Id
- Preview Campaign Text By Id
- Update Campaign Status By Id
- Update Campaign Archive By Id
- Create Campaign Content By Id
- Test Campaign By Id
- Media Actions
- Templates Actions
- Public Actions
- Miscellaneous Actions
- Admin Actions
- Logs Actions
- Lists Actions
- Transactional Actions
- Maintenance Actions
Overview
This node operation retrieves a media file by its unique identifier (ID) from a media service. It is useful in scenarios where you need to fetch specific media content, such as images, videos, or audio files, by referencing their ID. For example, it can be used in workflows that manage digital assets, content delivery, or media libraries to get detailed information or the actual media file for further processing or display.
Use Case Examples
- Fetching a user-uploaded image by its ID to display on a website.
- Retrieving a video file from a media library for processing or analysis.
- Accessing an audio clip by ID to include in a podcast episode.
Properties
| Name | Meaning |
|---|---|
| Id | The unique identifier of the media file to retrieve. This is a required numeric input. |
| Request Options | Additional settings to customize the request behavior, including batching, SSL certificate validation, proxy configuration, and request timeout. |
Output
JSON
id- The unique identifier of the retrieved media file.mediaData- The data or metadata of the media file retrieved by the ID.
Dependencies
- Requires an API key credential for authentication to the media service.
Troubleshooting
- If the media ID is invalid or not found, the node may return an error or empty response. Verify the ID is correct.
- SSL certificate errors can occur if the server uses a self-signed or invalid certificate; enabling 'Ignore SSL Issues' may help but reduces security.
- Proxy configuration errors may prevent the request from completing; ensure proxy settings are correct.
- Timeout errors may occur if the server is slow or unresponsive; increasing the timeout value can help.