Hello, I'm working on using Unomi as a backend for a client relationship management system and I'm just exploring the API. I understand Sessions and Profiles now and have been able to create them.
I'm wondering how to create events. I only see POST routes for /campaigns/event/. I don't think CampaignEvent and Event are the same since CampaginEvent's don't seem to have the source-target schema that's described in the documentation. How would I create an event like the one described here <http://unomi.incubator.apache.org/manual/latest/index.html#_events> in the docs?