Agent > Send events via the CLI agent
Events can be sent through the Manufactory agent by providing base64-encoded actor and event objects containing the required attribute-value pairs according to their respective schemas.
You can send actor profiles along by using the endpoint POST /events
.
org_id
(required) string - Manufactory org ID.project_id
(required) number - The project ID associated with this schema.actor_profile
(required) object - Pairs containing attribute name and the corresponding value while considering the correct attribute names and data types. Please refer to Get Actors schema.attributes
(required) object - Pairs containing attribute name and the corresponding value while considering the correct attribute names and data types. Please refer to Get events schema.Agent > Send events via the CLI agent
Collector > Collecting events via REST API