AutomationFlowsFinance › Canva Webhook to Save Templates

Canva Webhook to Save Templates

Original n8n title: Template & Design Service

Template & Design Service. Webhook trigger; 4 nodes.

Webhook trigger★★☆☆☆ complexity4 nodes
Finance 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": "Template & Design Service",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "process-canva",
        "options": {}
      },
      "name": "Process Canva Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        0,
        0
      ]
    },
    {
      "parameters": {
        "respondWith": "json",
        "responseBody": "{\n  \"success\": true,\n  \"elements\": [\n    { \"type\": \"text\", \"text\": \"Certificado Canva\", \"left\": 100, \"top\": 100, \"fontSize\": 40 },\n    { \"type\": \"image\", \"src\": \"https://via.placeholder.com/800x600\", \"left\": 0, \"top\": 0 }\n  ]\n}",
        "options": {}
      },
      "name": "Respond Canva",
      "type": "n8n-nodes-base.respondToWebhook",
      "typeVersion": 1,
      "position": [
        200,
        0
      ]
    },
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "save-template",
        "options": {}
      },
      "name": "Save Template Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        0,
        200
      ]
    },
    {
      "parameters": {
        "respondWith": "json",
        "responseBody": "{\n  \"success\": true,\n  \"id\": \"tpl-{{$now.toFormat('yyyyMMddHHmmss')}}\",\n  \"message\": \"Plantilla guardada exitosamente\"\n}",
        "options": {}
      },
      "name": "Respond Save Template",
      "type": "n8n-nodes-base.respondToWebhook",
      "typeVersion": 1,
      "position": [
        200,
        200
      ]
    }
  ],
  "connections": {
    "Process Canva Webhook": {
      "main": [
        [
          {
            "node": "Respond Canva",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Save Template Webhook": {
      "main": [
        [
          {
            "node": "Respond Save Template",
            "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

Template & Design Service. Webhook trigger; 4 nodes.

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

More Finance workflows → · Browse all categories →

Related workflows

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

Finance

Auth Mock Service. Webhook trigger; 8 nodes.

Finance

Check Accounts Service. Webhook trigger; 8 nodes.

Finance

Issuance Workflows. Webhook trigger; 6 nodes.

Finance

Employer Identity Verification Service. Webhook trigger; 4 nodes.

Finance

Employer Workflows. Webhook trigger; 4 nodes.