createOctoplusRewardContactLink
Create a link to the customer contact form for this account.
Deprecation
The 'createOctoplusRewardContactLink' field is deprecated.The Octoplus feature is going through changes. This mutation is no longer available.
- Marked as deprecated on 2026-02-10.
- Scheduled for removal on or after 2026-08-10.
Arguments
The account number for the Octoplus-enrolled account.
Returns
CreateOctoplusRewardContactLinkCreate a link to the customer contact form for this account.
Possible Errors
Allowed Viewers
Required Permissions
Can redeem loyalty pointsQuery Complexity
1Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
mutation CreateOctoplusRewardContactLink($accountNumber: String!) {
createOctoplusRewardContactLink(accountNumber: $accountNumber) {
url
}
}
Variables
{
"accountNumber": "A-3B54D5C1"
}
Response
{
"data": {
"createOctoplusRewardContactLink": {
"url": "value-impact-paper-apply-likely"
}
}
}