v1

latestOpenAPI 3.1.0Serval License2026-07-26202952779.1 KB
Entity Ingestion Config API

Create Entity Ingestion Config

Create an entity ingestion config that links a workflow to an entity type for periodic data synchronization.

post/v2/entity-ingestion-configs

Request body

teamIdstring

The ID of the team.

appInstanceIdstring

The ID of the app instance (e.g., a ServiceNow connection).

workflowIdstring

The ID of the workflow that performs the entity sync.

enabledboolean nullable

Whether the ingestion config is enabled. Defaults to true.

syncDeletionsboolean nullable

Whether to sync deletions. Defaults to false.

internalEntityTypeIdstring

The entity type ID that this ingestion populates.

Response

Success