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