Is there a way to send events other than using x-cobalt-events header?

I am wondering if there is an Events endpoint to hit or is the only way to add the events on to the response's x-cobalt-events header? Main reason I am wondering is for cases where the event payload will be to large to add to the headers.

Best Answer

  • In Website you can use the EventHelper class: public static void SendEvents(IEnumerable

    eventsToSend, string longToken, string site) It uses EventService and calls the endpoint `"/Events/v1/EventService"`.