Canva Integration

Hi when can we expect Canva integration. I am working with solopreneurs and companies and I starting to get stuck at points with what N8N can do. In the search in this community it says a canva integration is not possible, and to use GPT. But it is not to generate images, it is to do a newsletter. This step is manual, but on Zapier can be automated. When will such integrations be improved?

Describe the problem/error/question

Improvement of integrations for business value like Canva

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

HTTP request errors, it is not possible now looking at the documentation.

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @Chann8n

This sounds more like a feature request

1 Like

@Chann8n Canva does have a REST API with OAuth2 that n8n can hit via the HTTP Request node — theres no native Canva node yet but the API covers most automation cases (designs list, create from template, export to PNG/PDF). what specific HTTP errors did u hit when u tried? authentication problems vs endpoint/scope issues each have different fixes.

The newsletter use case specifically is a good one for a native node - the OAuth2 flow via HTTP Request works but the token refresh and scope management become tedious to maintain across multiple client workflows. A native Canva node that handles credential renewal natively would be particularly useful for agencies running high-volume content pipelines. Would definitely upvote this.

1 Like