Cloudinary
Cloudinary is a cloud-based image and video management platform for storing, managing, and delivering digital media assets.
Cloudinary is a cloud-based image and video management platform for storing, managing, and delivering digital media assets.
Category: Content & Files. Adds 2 actions to a care flow.
What to configure
Set these once, on the extension in Awell Studio. An action fails at run time if a required setting is missing.
| Setting | Required | Notes |
|---|---|---|
| Cloud name | Yes | Your Cloudinary product environment cloud name. This can be found in the Cloudinary console. |
| Folder | No | Upload files to the specified folder. You can always overwrite the folder on the action level. |
| Upload preset | Yes | The name of an upload preset defined for your product environment. You can always overwrite the preset on the action level. |
Actions
Cloudinary adds these 2 actions to a care flow. Add one to a step, then fill in its inputs.
Upload files
Allow a stakeholder to upload one or multiple files.
| Input | Type | Required | Description |
|---|---|---|---|
| Upload preset | string | No | The name of an upload preset defined for your product environment. If left empty, the preset defined in the extension settings will be used. |
| Folder | string | No | Upload files to the specified folder. If left empty, the folder defined in the extension settings will be used. |
| Tags | string | No | A comma-separated string of tags to assign to the uploaded assets. |
This action allows a given stakeholder to upload one or many files using Awell Hosted Pages (all file types allowed). This action currently doesn't return the URLs of the uploaded files. If you need this functionality, please use the "Upload single file" action for now.
Upload single file
Allow a stakeholder to upload one file
| Input | Type | Required | Description |
|---|---|---|---|
| Upload preset | string | No | The name of an upload preset defined for your product environment. If left empty, the preset defined in the extension settings will be used. |
| Folder | string | No | Upload the file to the specified folder. If left empty, the folder defined in the extension settings will be used. |
| Tags | string | No | A comma-separated string of tags to assign to the uploaded asset |
Returns:
| Data point | Type |
|---|---|
fileUrl | string |
Allows a user to upload a single file using Awell Hosted Pages (all file types allowed). The URL of the uploaded file is returned as a data point.
Setup and notes
Cloudinary is a cloud-based image and video management platform that provides a comprehensive set of tools for storing, managing, and delivering digital media assets. It enables users to upload, manipulate, optimize, and deliver media files to any device or website quickly and easily.
The platform offers features such as image and video transformation, automatic image optimization, and responsive image delivery. Cloudinary also provides tools for organizing media assets, including tags, folders, and metadata.
Set up
To set up this extension and allow image upload you will need to:
- Have a Cloudinary account and know your cloud name
- Created an upload preset that allows for unsigned uploads
Changelog
October 2023
- Action added: Upload a single file
Where this page comes from
The settings, actions, inputs, outputs and webhooks above are generated from the
extension's own code, at @awell-health/awell-extensions v2.1.159. They match what the
platform actually does rather than a description of it.
Field-level detail also appears in Awell Studio when you configure the action. Something wrong or missing? Email support@awellhealth.com.