---
title: "n8n · Zaiped API documentation"
description: "Sending: an HTTP Request node. Method POST, URL https://zaiped.com/v1/messages, authentication Generic Credential Type, Header Auth with name Authorization and value Bearer zp_..., body JSON with numberId, to and message."
lang: "en-US"
canonical: "https://zaiped.com/en/developers/docs/n8n"
alternate: "https://zaiped.com/developers/docs/n8n"
---

# n8n

Sending: an HTTP Request node. Method POST, URL https://zaiped.com/v1/messages, authentication Generic Credential Type, Header Auth with name Authorization and value Bearer zp_..., body JSON with numberId, to and message.

Receiving: a Webhook node (POST). Register its production URL with POST /webhooks or in the console, subscribe to message.received, and read the body from the incoming item. Verify X-Zaiped-Signature with a Code node using the recipe in the webhooks chapter, and answer 200.

Agents: the MCP Client node connects to the MCP server with the same URL and header, and the AI Agent node can then send messages and manage templates as tools.