-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[Components] transloadit #16556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
triaged
For maintainers: This issue has been triaged by a Pipedream employee
Comments
User request |
luancazarine
added a commit
that referenced
this issue
May 7, 2025
Sources - New Assembly Completed - New Assembly Error Actions - Create Assembly - Cancel Assembly - Get Assembly Status
Hi everyone, all test cases are passed! Ready for release! Test report |
luancazarine
added a commit
that referenced
this issue
May 9, 2025
* transloadit init * [Components] transloadit #16556 Sources - New Assembly Completed - New Assembly Error Actions - Create Assembly - Cancel Assembly - Get Assembly Status * pnpm update * some adjusts * Update components/transloadit/transloadit.app.mjs Co-authored-by: michelle0927 <[email protected]> * Update components/transloadit/transloadit.app.mjs Co-authored-by: michelle0927 <[email protected]> --------- Co-authored-by: michelle0927 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
transloadit
URLs
Polling Sources
new-assembly-completed
Prompt
Emit new event when a Transloadit assembly finishes processing. Requires the assembly template or notification URL to be configured in Transloadit to call the webhook.
URLs
new-assembly-error
Prompt
Emit new event when an error occurs during assembly processing. Requires webhook support to be enabled through assembly options in Transloadit.
URLs
Actions
create-assembly
Prompt
Create a new assembly to process files using a specified template and steps. Requires template ID or steps definition, and file(s) to process.
URLs
cancel-assembly
Prompt
Cancel a running assembly by its assembly ID. Useful for aborting processing jobs that are no longer needed. Requires assembly ID.
URLs
get-assembly-status
Prompt
Retrieve the current status and results of an existing assembly. Requires the assembly ID.
URLs
The text was updated successfully, but these errors were encountered: