AutomationFlowsWeb Scraping › Canva Integration

Canva Integration

Canva Integration. Uses httpRequest, htmlExtract. Webhook trigger; 4 nodes.

Webhook trigger★★☆☆☆ complexity4 nodesHTTP RequestHtml Extract
Web Scraping Trigger: Webhook Nodes: 4 Complexity: ★★☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "Canva Integration",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "process-canva",
        "responseMode": "lastNode",
        "options": {}
      },
      "id": "webhook-trigger",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        100,
        300
      ]
    },
    {
      "parameters": {
        "url": "={{ $json.body.url }}",
        "options": {
          "allowUnauthorizedCerts": true
        }
      },
      "id": "fetch-page",
      "name": "Fetch Canva Page",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 3,
      "position": [
        300,
        300
      ]
    },
    {
      "parameters": {
        "dataPropertyName": "data",
        "extractionValues": {
          "values": [
            {
              "key": "ogImage",
              "cssSelector": "meta[property=\"og:image\"]",
              "returnValue": "attribute",
              "attribute": "content"
            }
          ]
        },
        "options": {}
      },
      "id": "extract-image",
      "name": "Extract Image URL",
      "type": "n8n-nodes-base.htmlExtract",
      "typeVersion": 1,
      "position": [
        500,
        300
      ]
    },
    {
      "parameters": {
        "keepOnlySet": true,
        "values": {
          "boolean": [
            {
              "name": "success",
              "value": true
            }
          ],
          "string": [
            {
              "name": "imageUrl",
              "value": "={{ $json.ogImage }}"
            }
          ]
        },
        "options": {}
      },
      "id": "format-response",
      "name": "Format Response",
      "type": "n8n-nodes-base.set",
      "typeVersion": 1,
      "position": [
        700,
        300
      ]
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "Fetch Canva Page",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Canva Page": {
      "main": [
        [
          {
            "node": "Extract Image URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Image URL": {
      "main": [
        [
          {
            "node": "Format Response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Canva Integration. Uses httpRequest, htmlExtract. Webhook trigger; 4 nodes.

Source: https://github.com/Aether-Connect-Labs/AcademicChain-Ledger/blob/main/n8n-workflows/canva-integration.json — original creator credit. Request a take-down →

More Web Scraping workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Web Scraping

Lakaka. Uses httpRequest, htmlExtract, spreadsheetFile. Webhook trigger; 7 nodes.

HTTP Request, Html Extract, Spreadsheet File
Web Scraping

Automated SEO Audit in n8n – Your All-in-One Website Optimization Tool!

HTTP Request, Html Extract, Email Send +2
Web Scraping

SEO Audit. Uses httpRequest, htmlExtract, emailSend, lmChatDeepSeek. Webhook trigger; 25 nodes.

HTTP Request, Html Extract, Email Send +2
Web Scraping

This template is designed for developers, businesses, and service providers who need to programmatically check Calendly availability. It's perfect for: Web developers building custom booking interface

HTTP Request
Web Scraping

Never lose a prospect to a missed call again. This workflow sends an automatic "sorry we missed you" SMS within seconds, follows up 2 hours later if there's no reply, and enrolls unresponsive contacts

HTTP Request