Skip to main content

Input fields

accountNumber : String! required

The number of the account the review invitation relates to.

sendAt : DateTime

The datetime at which Trustpilot should send the invitation. If omitted, the invite will be sent at 8am the following day.

templateId : String

The id of the Trustpilot template to use for the invitation. If omitted, Trustpilot will fall back to a default template for the client's language (not the account user's preferred language. If the template id is wrong, Trustpilot will not send the email, and you won't be notified of an error.

userId : ID! required

The id of the account user to send the review invitation to.

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.

Example

{ "accountNumber": "A-D7EAC869", "sendAt": "2005-12-23T12:14:51.000533+00:00", "templateId": "74615149", "userId": "55169809" }