Send multiple activities
Batch endpoint to Send multiple activities at once. All items in the batch must share the same schema unless update_schema is set to true.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
activities
update_schema
If true, the activity schema for your account will be updated to match the schema of the data in the activity_data object
Response
OK
job_id
Unique job ID for tracking the batch processing.