Events
Log a new event
Logs a new event for a user in a specified channel.
POST
Authorizations
Body
application/json
Details of the event to log.
The name of the event.
Example:
"You got a new payment"
The channel name where the event is registered.
Example:
"new-channel-name"
The ID of the user associated with the event.
Example:
"user-999"
Whether to notify users about the event.
Example:
true
An optional icon representing the event.
Example:
"🎉"
Additional tags providing context for the event.
Example:
{ "plan": "premium", "cycle": "monthly" }