onEventPublished( )


Notes:

Triggered when an event is published.

Permissions
Read Events
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: EventPublishedEnvelope): void | Promise<void>

Did this help?