Create Entity Ingestion Config
Create an entity ingestion config that links a workflow to an entity type for periodic data synchronization.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The ID of the team.
The ID of the app instance (e.g., a ServiceNow connection).
The ID of the workflow that performs the entity sync.
Whether the ingestion config is enabled. Defaults to true.
Whether to sync deletions. Defaults to false.
The entity type ID that this ingestion populates.
Optional initial field mappings to create alongside the ingestion config. When provided, field mappings are created automatically so data flows from external fields into entity type fields without requiring separate inference or manual configuration.
Minimum interval between scheduled syncs, in seconds. Unset means "auto" (platform default cadence).
Response
Success
The created ingestion config.

