{"id":50455545,"url":"https://github.com/rendobar/n8n-nodes-rendobar","last_synced_at":"2026-06-01T02:06:11.197Z","repository":{"id":361706497,"uuid":"1254776784","full_name":"rendobar/n8n-nodes-rendobar","owner":"rendobar","description":"n8n community nodes for Rendobar. Automate media processing workflows using the Rendobar API in n8n.","archived":false,"fork":false,"pushed_at":"2026-05-31T21:58:58.000Z","size":428,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-31T23:22:49.077Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rendobar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-31T01:50:05.000Z","updated_at":"2026-05-31T21:58:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/rendobar/n8n-nodes-rendobar","commit_stats":null,"previous_names":["rendobar/n8n-nodes-rendobar"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rendobar/n8n-nodes-rendobar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rendobar%2Fn8n-nodes-rendobar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rendobar%2Fn8n-nodes-rendobar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rendobar%2Fn8n-nodes-rendobar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rendobar%2Fn8n-nodes-rendobar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rendobar","download_url":"https://codeload.github.com/rendobar/n8n-nodes-rendobar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rendobar%2Fn8n-nodes-rendobar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33756605,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-01T02:06:10.299Z","updated_at":"2026-06-01T02:06:11.188Z","avatar_url":"https://github.com/rendobar.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @rendobar/n8n-nodes-rendobar\n\nn8n community node for [Rendobar](https://rendobar.com), a media processing API. Submit, track, and cancel video jobs from your workflows, and start workflows when jobs finish.\n\n[n8n](https://n8n.io) is a fair-code workflow automation platform.\n\n## Installation\n\nIn n8n, go to **Settings \u003e Community Nodes** and install `@rendobar/n8n-nodes-rendobar`. See the n8n [community nodes docs](https://docs.n8n.io/integrations/community-nodes/installation/) for details.\n\n## Credentials\n\nYou need a Rendobar API key (starts with `rb_`). Create one in the [dashboard](https://app.rendobar.com). The connection is validated against your account when you save it.\n\n- **API Key** — your `rb_` key.\n- **Base URL** — defaults to `https://api.rendobar.com`. Change it only to target another environment.\n\n## Nodes\n\n### Rendobar (action)\n\n- **Create Job** — submit a job.\n  - The **Job Type** dropdown is loaded live from your account, and the parameter fields are discovered from the API, so new job types appear without updating this node.\n  - Each submission sends an idempotency key derived from the n8n execution, so a retried step never creates a duplicate job.\n  - Optional **Wait for Completion**: poll until the job is done and return its result. It blocks the workflow, so it's best for short jobs — for long jobs use the trigger below. Configure the poll interval and a max-wait timeout.\n- **Get Job** — fetch a job by ID, including its status and output URL.\n- **Cancel Job** — cancel a job that is still running.\n- **Upload File** — stream a binary file from a previous node to Rendobar and get back a URL to use as a job input. Files are ephemeral and auto-delete after 24 hours. Pair it with Create Job: upload, then reference the returned `downloadUrl` in the next node's inputs.\n\n### Rendobar Trigger\n\nStarts a workflow when a Rendobar event fires. Select the events to listen for (job completed, failed, cancelled, created, started, and balance events). On activation the node registers its webhook URL with Rendobar and removes it on deactivation.\n\n\u003e Rendobar must be able to reach the webhook URL over HTTPS. This works on n8n Cloud or a tunnelled / publicly hosted instance. A plain `localhost` n8n is not reachable from the API — use `n8n start --tunnel` to test locally.\n\n## Compatibility\n\nTested against n8n's current community-node API (`n8nNodesApiVersion: 1`).\n\n## Resources\n\n- [Rendobar docs](https://rendobar.com/docs)\n- [n8n community nodes](https://docs.n8n.io/integrations/community-nodes/)\n\n## License\n\n[MIT](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frendobar%2Fn8n-nodes-rendobar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frendobar%2Fn8n-nodes-rendobar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frendobar%2Fn8n-nodes-rendobar/lists"}