A trigger your integration can fire — Bondi receives the event via the public
HMAC-signed /integrations/custom/:wsId/:slug/emit endpoint and runs any
subscribed workflows.
The generic TSchema parameter makes emit() payloads strongly typed when
paired with BondiTriggerBase (NestJS adapter) or client.bind().
A trigger your integration can fire — Bondi receives the event via the public HMAC-signed
/integrations/custom/:wsId/:slug/emitendpoint and runs any subscribed workflows.The generic
TSchemaparameter makesemit()payloads strongly typed when paired withBondiTriggerBase(NestJS adapter) orclient.bind().Example