sendTrustpilotReviewInvitation
Send a Trustpilot review invitation email to an account user.
Arguments
Input variables needed to send a Trustpilot review invitation.
Returns
SendTrustpilotReviewInvitationSend a Trustpilot review invitation email to an account user.
Possible Errors
Allowed Viewers
Required Permissions
Can send trustpilot review invitationQuery Complexity
5Examples
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 SendTrustpilotReviewInvitation($input: SendTrustpilotReviewInvitationInput!) {
sendTrustpilotReviewInvitation(input: $input) {
sendAt
}
}
Variables
{
"input": SendTrustpilotReviewInvitationInput
}
Response
{
"data": {
"sendTrustpilotReviewInvitation": {
"sendAt": "1990-06-17T14:00:46.259821+00:00"
}
}
}