generateAgentforceSetupUrl
Generate a signed WP Agent Setup wizard URL with HMAC-SHA256 query string protection.
generateAgentforceSetupUrl(
input: GenerateAgentforceSetupUrlInput!
): GenerateAgentforceSetupUrlPayload!
Example
- Query
- Variables
- Response
mutation ($input: GenerateAgentforceSetupUrlInput!) {
generateAgentforceSetupUrl(input: $input) {
setupUrl
}
}
{
"input": {
"blogId": 42,
"callbackUrl": "callbackUrl",
"siteId": 42
}
}
{
"data": {
"generateAgentforceSetupUrl": {
"setupUrl": "setupUrl"
}
}
}
Arguments
generateAgentforceSetupUrl.input ● GenerateAgentforceSetupUrlInput! non-null input common
The parameters for generating a signed setup URL.