GenerateAgentforceSetupUrlInput
No description
input GenerateAgentforceSetupUrlInput {
blogId: Int!
callbackUrl: String!
siteId: Int!
}
Fields
GenerateAgentforceSetupUrlInput.blogId ● Int! non-null scalar common
Blog ID for the setup wizard. Use 1 for single-site environments.
GenerateAgentforceSetupUrlInput.callbackUrl ● String! non-null scalar common
Callback URL for setup completion
GenerateAgentforceSetupUrlInput.siteId ● Int! non-null scalar common
The unique ID of the Environment
Member Of
generateAgentforceSetupUrl mutation