POST /v1/events/send to record a workspace event and optionally update the related contact in the same request.
What happens when you send an event
For the public Event API path, MailKatana:- resolves or creates the contact
- persists the event
- merges contact properties from the request
- syncs mailing list membership when supplied
- runs synchronous event side effects in the same transaction
Example
When to use events vs transactional send
- Use events when you want MailKatana automation or delayed template rules to react to business activity.
- Use transactional send when you already know which saved template you want to send right now.