1) Create a review template
In gotoHuman, create a new review template and tailor it to your use case. In this example we add Images and Text (Long) fields with the IDsai_image and ai_text because we want to review an AI-generated instagram post with text and an image.
2) Send a request from your scenario
Add request module
In Make, add the action module Create a Review Request of our app (search “gotoHuman”) to your scenario where you want to include human reviews.Create connection
When adding the module for the first time, it will ask you to create a new connection. Enter the API key that you can find in your gotoHuman workspace.Select review template
Now select the review template that you just created from the list:Enter values for review
It will automatically find the fields you added to your review template. Go ahead and enter or map the values to be reviewed. If in some cases you don’t want to show a field in the review, don’t send a value for it or passnull.
Fields that you don’t pass any value for will be hidden.This is handy for optional fields, but also if you need a varying number of a type of field, e.g. 1-n text fields. Then add n fields to the review template and during a run just send values for the ones needed.For text-based fields you might in some cases not have a value for a field, but still want it to be shown to allow user input. To do that, you can just pass
emptystring.Enter meta data (optional)
You can optionally pass additional key-value pairs to the review that you will receive back in the response (s.below). This is useful if you have e.g. a document or conversation ID that does not need to be shown as part of the review, but you need it again after the review is completed to continue your workflow. You can also add workflow metadata to provide reviewers with an overview and navigation for each run of the workflow.Assign users
Select whether you want everyone on your account to be able to complete the review or you want to assign only selected users.Update review
When allowing reviewers to request a retry (AI Retries / Prompt Edits), you can update the review with the newly generated content and by entering/mapping its’ ID in Update for Review ID (Toggle Show advanced settings first).3) Handle the human response
Add response module
To handle the response of the human review, create a new scenario and add the gotoHuman > Watch the Review Response trigger module. This way the scenario will be triggered whenever a review is submitted.Create webhook
You will be asked to create a new webhook. Copy the URL/address:Copy webhook
Add the webhook to your review template.Handle review response
To handle the response, you’ll want to submit a test review and run your scenario once. Then Make sees the fields included in theResponse Values and you can easily select it:
Alternatively, you can point to the Response Values collection and get() the nested field value of your choice: get([Response Values]; yourFormFieldId.value):