Skip to main content

Arguments

Input variables needed to send a Trustpilot review invitation.

Returns

SendTrustpilotReviewInvitation

Send a Trustpilot review invitation email to an account user.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can send trustpilot review invitation

Query Complexity

5

Examples

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.

Query

mutation SendTrustpilotReviewInvitation($input: SendTrustpilotReviewInvitationInput!) { sendTrustpilotReviewInvitation(input: $input) { sendAt } }

Variables

Response

{ "data": { "sendTrustpilotReviewInvitation": { "sendAt": "1990-06-17T14:00:46.259821+00:00" } } }