Capture a batch of analytics events to PostHog using the public batch ingestion API. Use when you need to send multiple events efficiently in a single request (e.g., bulk event imports, offline event syncing).
batchRequiredarrayArray of event objects to capture. Each event must include 'event' name and 'properties' dict with 'distinct_id'. Total payload should be under 20MB.
api_keyRequiredstringProject API Key (write-only ingestion key). This is different from your personal API key and is safe to use in public contexts.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.