Skip to content
← Back to documentation
Technical Reference

CloudConvert

File conversion and processing platform supporting 200+ formats

CategoryDeveloper Tools
AuthenticationOAuth 2.0
Version0.2.0
Published scopes2 published scopes
Last updatedSeptember 19, 2026

Overview

Connect CloudConvert with Flows360

File conversion and processing platform supporting 200+ formats

Use the CloudConvert connector to include its declared actions and events in Flows360 workflows without duplicating the integration logic inside each consuming system. This pinned connector version currently exposes 7 actions and 3 triggers.

Available actions

  • Convert File
  • Capture Website
  • Merge Files to PDF
  • Download a File
  • Archive File
  • Optimize File
  • Custom API Call

Available triggers

  • New Job Event
  • Job Finished
  • Job Failed

The capability list above is generated from the exact reviewed connector package so the public description stays aligned with the version Flows360 operates.

Technical guide

Technical reference

Package identity

  • Connector: CloudConvert
  • Package: @activepieces/piece-cloudconvert@0.2.0
  • Exact artifact digest: sha256:06084d3f61f3163a5b5d0b9e86104a16b982dabdc9cc344104c7aea33eb06cc7
  • Runtime: Activepieces-compatible deterministic worker
  • Source: the exact reviewed Activepieces source

Authentication

OAUTH2. Connection values are tenant-specific and remain in the consuming Studio instance; CDK stores definitions and field metadata, not customer credential values.

Action contracts

  • Convert File (convert_file), Create a basic file conversion task for a single file with desired output format Classification: read.
  • Capture Website (capture_website), Capture webpage as PDF, screenshot PNG, or JPG from a URL Classification: read.
  • Merge Files to PDF (merge_pdf), Combine multiple documents/images into a single PDF Classification: read.
  • Download a File (download_file), Downloads output from a completed task Classification: read.
  • Archive File (archive_file), Creates a ZIP, RAR, 7Z, TAR, TAR.GZ or TAR.BZ2 archive Classification: read.
  • Optimize File (optimize_file), Creates a task to optimize and compress a file Classification: read.
  • Custom API Call (custom_api_call), Make a custom API call to a specific endpoint Classification: read.

Trigger contracts

  • New Job Event, webhook.
  • Job Finished, webhook.
  • Job Failed, webhook.

Verification

Deterministic execution evidence is recorded for the pinned artifact, including 1 exercised action entrypoint and 0 exercised trigger entrypoints.

Capability summary

AuthenticationOAuth 2.0
Supported objects10
Supported actionsNot published
Triggers3

Authentication

Authentication method: OAuth 2.0

Required scopes

task.readtask.write

Authentication profiles

connection · oauth2

OAuth scopes: task.read, task.write

Supported objects

ObjectReadWriteNotes
Convert File Yes No Create a basic file conversion task for a single file with desired output format
Capture Website Yes No Capture webpage as PDF, screenshot PNG, or JPG from a URL
Merge Files to PDF Yes No Combine multiple documents/images into a single PDF
Download a File Yes No Downloads output from a completed task
Archive File Yes No Creates a ZIP, RAR, 7Z, TAR, TAR.GZ or TAR.BZ2 archive
Optimize File Yes No Creates a task to optimize and compress a file
Custom API Call Yes No Make a custom API call to a specific endpoint
New Job Event Yes No webhook trigger declared by the pinned package.
Job Finished Yes No webhook trigger declared by the pinned package.
Job Failed Yes No webhook trigger declared by the pinned package.

Triggers

New Job Event · Webhook

Triggers when a new job has been created

Job Finished · Webhook

Triggers when a CloudConvert job has been completed

Job Failed · Webhook

Triggers when a CloudConvert job has failed

Setup

Setup

  1. Add the CloudConvert connector to the workflow in the target Flows360 Studio instance.
  2. Create or select the tenant-specific connection required by the connector. Connection secrets remain in the Studio connection boundary and are not copied into CDK documentation.
  3. Provide the connection fields declared by the pinned package:
  • Region (region), required.

OAuth scopes

  • task.read
  • task.write
  1. Select the required action or trigger and complete its declared input fields. Required and optional inputs are defined by the exact package schema.
  2. Test the workflow in the appropriate environment before enabling production scheduling or event delivery.

Limitations

Limitations and operational notes

  • This content describes @activepieces/piece-cloudconvert@0.2.0; provider behaviour can change independently and should be revalidated when the provider or connector version changes.
  • Only the 7 actions and 3 triggers declared by this pinned package are represented here.
  • Tenant credentials and connection values are not stored in the public connector record.
  • Provider-side permissions, account entitlements, quotas and rate limits remain subject to the connected provider account and are not inferred when the package does not declare them.
  • Deterministic execution evidence is recorded for the pinned artifact, including 1 exercised action entrypoint and 0 exercised trigger entrypoints.

Troubleshooting

Why canu2019t the connector authenticate?

Check the tenant connection in Studio and confirm every required CloudConvert connection field is present. Re-authorise OAuth-based connections if the provider token or consent has expired. Do not place credential values in CDK content or logs.

Why is an action or trigger unavailable?

Confirm that the workflow is using @activepieces/piece-cloudconvert@0.2.0 and compare the requested capability with the declared action and trigger list for this version. A capability that is not declared by the pinned package should not be presented as supported.

What should I check after a provider-side change?

Revalidate authentication, required fields, action/trigger behaviour and provider documentation before publishing refreshed connector content or moving a new package version into production.