Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Send events to one or multiple partners
await client.publish( "order/created", ["partner-app-id"], { orderId: "123", amount: 5000 } );
await client.publish( "order/created", ["partner-app-id"], {"order_id": "123", "amount": 5000} )
eventName
string
order/created
recipients
string[]
payload
object