Create an entity ingestion config that links a workflow to an entity type for periodic data synchronization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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.
Success
The created ingestion config.