MCPBundler Docs
MCPBundler Docs
Volver al marketplacePrimeros PasosAutenticacionTutorial - De un Bundle a un Agente Conectado
API Reference
Agent A2A Tools
Agent Channels
Agent Configuration (Staging)
Agent Configuration (Versions)
Agent Tools
Agents
Auth
Billing
Bundler
Bundler Tool
Bundles
Call Campaigns
Catalog
Conversations
Credentials
Deployments
Discover
Embedding
Fleet
Knowledge Bases
LLM
MCP Listings
Media
OAuth Clients
OAuth2
Observability
Organisations
Realtime
Reviews
Roadmap
SCIM
STT
Suppression
Triggers
Create Trigger InstanceDelete Trigger InstanceInbound Trigger WebhookList Trigger Definitions (Owner-Readable)List Trigger Instances
TTS
Users
Utils
Voices
Webhooks
Workflows
API ReferenceTriggers

Inbound Trigger Webhook

POST
/v1/triggers/inbound/{token}

Called by n8n (which normalized a third party's own webhook call) - gated by the per-instance inbound token, not a JWT or the shared n8n integration token, since this is instance-specific and reachable by a caller that never authenticates as anyone in this system.

Path Parameters

token*Token

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/v1/triggers/inbound/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "accepted": true,  "events_created": 0}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}

Delete Trigger Instance

Previous Page

List Trigger Definitions (Owner-Readable)

Next Page

events?array<>