AgentforcePreflightCheckPayload
Response payload for Agentforce preflight check
type AgentforcePreflightCheckPayload {
categoriesCount: Int!
filterRegistered: Boolean!
hasApiObject: Boolean!
hasApiSource: Boolean!
hasApiToken: Boolean!
hasApiUrl: Boolean!
ready: Boolean!
syncAllPosts: Boolean!
}
Fields
AgentforcePreflightCheckPayload.categoriesCount ● Int! non-null scalar common
Number of categories configured for sync
AgentforcePreflightCheckPayload.filterRegistered ● Boolean! non-null scalar common
Whether the vip_agentforce_should_ingest_post filter is registered
AgentforcePreflightCheckPayload.hasApiObject ● Boolean! non-null scalar common
Whether ingestion_api_object_name is configured
AgentforcePreflightCheckPayload.hasApiSource ● Boolean! non-null scalar common
Whether ingestion_api_source_name is configured
AgentforcePreflightCheckPayload.hasApiToken ● Boolean! non-null scalar common
Whether ingestion_api_token is configured
AgentforcePreflightCheckPayload.hasApiUrl ● Boolean! non-null scalar common
Whether ingestion_api_instance_url is configured
AgentforcePreflightCheckPayload.ready ● Boolean! non-null scalar common
Whether the site is ready for a sync operation
AgentforcePreflightCheckPayload.syncAllPosts ● Boolean! non-null scalar common
Whether sync_all_posts is enabled in config
Returned By
agentforcePreflightCheck query