AgentforcePreflightCheckInput
Input for Agentforce preflight check
input AgentforcePreflightCheckInput {
applicationId: Int!
environmentId: Int!
networkSiteId: Int
url: String @deprecated
}
Fields
AgentforcePreflightCheckInput.applicationId ● Int! non-null scalar common
The unique ID of the Application
AgentforcePreflightCheckInput.environmentId ● Int! non-null scalar common
The unique ID of the Environment
AgentforcePreflightCheckInput.networkSiteId ● Int scalar common
Network site ID for multisite - specifies which subsite to check
AgentforcePreflightCheckInput.url ● String deprecated scalar common
DEPRECATED
Use networkSiteId instead
Deprecated: use networkSiteId for multisite sync targeting
Member Of
agentforcePreflightCheck query