AsyncAPI channel · Sage · Sage Webhooks

/sage/intacct/webhook

Subscriber endpoint that receives Sage Intacct outbound webhook events and Smart Event HTTP POST deliveries. Intacct delivers one event per HTTP POST request. Subscribers should respond with a 2xx status code; Intacct outbound webhooks retry automatically on delivery failure.

Provider: Sage AsyncAPI: v2.6.0 Spec: Sage Webhooks Operations: 1 Messages: 3

Channel address

/sage/intacct/webhook

Operations

publish
receiveIntacctEvent
Receive a Sage Intacct outbound webhook or Smart Event POST

Messages

IntacctObjectAdded
An object was created in Sage Intacct
Content-Type: application/json
IntacctObjectUpdated
An object was updated in Sage Intacct
Content-Type: application/json
IntacctObjectDeleted
An object was deleted in Sage Intacct
Content-Type: application/json

About 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.