docs/{docId}/hooks/automation/{ruleId}
Inbound channel: the per-rule webhook trigger URL for a single webhook-invoked automation rule inside a single Coda doc. The {docId} and {ruleId} path parameters identify the target doc and automation rule; the rule itself is created in the Coda doc UI by selecting the "Webhook" trigger type, which provisions this URL. One inbound POST corresponds to one automation trigger. The body is delivered
Channel address
Parameters
docId— ID of the doc. Example value from the API reference.ruleId— ID of the automation rule. Coda automation rule IDs are prefixed with the surface they live on (e.g. "grid-auto-").
Operations
Messages
application/jsonapplication/x-www-form-urlencodedtext/plainAbout AsyncAPI
The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.
Browse every event-driven channel on the APIs.io network or compare with the broader Naftiko capability, Agent Skill, and MCP server surfaces of the same providers.