Create

Beta
Accept an event and publish it to ClickHouse for analytics processing.

Headers

X-API-KEYstringRequired
X-API-VersionstringOptional

Request

This endpoint expects an object.
node.execution.initiatedobjectRequired
OR
node.execution.streamingobjectRequired
OR
node.execution.fulfilledobjectRequired
OR
node.execution.rejectedobjectRequired
OR
node.execution.pausedobjectRequired
OR
node.execution.resumedobjectRequired
OR
workflow.execution.initiatedobjectRequired
OR
workflow.execution.streamingobjectRequired
OR
workflow.execution.rejectedobjectRequired
OR
workflow.execution.fulfilledobjectRequired
OR
workflow.execution.pausedobjectRequired
OR
workflow.execution.resumedobjectRequired
OR
workflow.execution.snapshottedobjectRequired

Response

successboolean or nullDefaults to true
Indicates whether the event was published successfully.

Errors