AutomationFlowsGeneral › Mercado Pago - Registrar Webhook

Mercado Pago - Registrar Webhook

Mercado Pago - Registrar Webhook. Uses n8n-nodes-mercadopago-flow. Event-driven trigger; 3 nodes.

Event trigger★☆☆☆☆ complexity3 nodesN8N Nodes Mercadopago Flow
General Trigger: Event Nodes: 3 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": "Mercado Pago - Registrar Webhook",
  "nodes": [
    {
      "parameters": {},
      "id": "manual-trigger-webhook",
      "name": "Quando clicar em 'Testar'",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "resource": "webhooks",
        "operation": "register",
        "url": "https://webhook.exemplo.com/notificacoes",
        "events": [
          "payment",
          "subscription"
        ],
        "description": "Webhook para notifica\u00e7\u00f5es de pagamentos e assinaturas"
      },
      "id": "mercado-pago-webhook",
      "name": "Mercado Pago Webhook",
      "type": "n8n-nodes-mercadopago-flow.mercadoPago",
      "typeVersion": 1,
      "position": [
        450,
        300
      ],
      "credentials": {
        "mercadoPagoApi": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "webhook-id",
              "name": "webhookId",
              "value": "={{ $json.id }}",
              "type": "string"
            },
            {
              "id": "url",
              "name": "url",
              "value": "={{ $json.url }}",
              "type": "string"
            },
            {
              "id": "events",
              "name": "events",
              "value": "={{ $json.events }}",
              "type": "array"
            },
            {
              "id": "status",
              "name": "status",
              "value": "={{ $json.status }}",
              "type": "string"
            },
            {
              "id": "description",
              "name": "description",
              "value": "={{ $json.description }}",
              "type": "string"
            }
          ]
        },
        "options": {}
      },
      "id": "format-response",
      "name": "Formatar Resposta",
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.3,
      "position": [
        650,
        300
      ]
    }
  ],
  "connections": {
    "Quando clicar em 'Testar'": {
      "main": [
        [
          {
            "node": "Mercado Pago Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Mercado Pago Webhook": {
      "main": [
        [
          {
            "node": "Formatar Resposta",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "staticData": null,
  "tags": [],
  "triggerCount": 0,
  "updatedAt": "2024-12-30T00:00:00.000Z",
  "versionId": "1"
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

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

About this workflow

Mercado Pago - Registrar Webhook. Uses n8n-nodes-mercadopago-flow. Event-driven trigger; 3 nodes.

Source: https://github.com/eliveutonsouza/n8n-nodes-mercadopago-flow/blob/ef1929ddc438e60f7cbaaaaa5a61d50045bc0f69/exemplos/04-webhooks-registrar.json — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

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

General

Set Credentials Dynamically Using Expressions. Uses formTrigger, nasa, respondToWebhook, stickyNote. Event-driven trigger; 7 nodes.

Form Trigger, Nasa
General

Email form. Uses noOp, hunter, formTrigger, sendGrid. Event-driven trigger; 7 nodes.

Hunter, Form Trigger, SendGrid
General

Dynamic credentials using expressions. Uses formTrigger, nasa, respondToWebhook, stickyNote. Event-driven trigger; 7 nodes.

Form Trigger, Nasa
General

Automate Your Customer Service With WhatsApp Business Cloud & Asana. Uses formTrigger, whatsApp, stickyNote, asana. Event-driven trigger; 7 nodes.

Form Trigger, WhatsApp, Asana
General

User Request Management. Uses clickUp, typeformTrigger. Event-driven trigger; 7 nodes.

ClickUp, Typeform Trigger