Reward customers in Growave when they leave a review in Judge.me by connecting Judge.me reviews to Growave Custom actions.
This is a custom integration, not a built-in Judge.me feature. Setting it up usually requires help from a developer or technical team. Growave support can also help guide the setup.
Considerations
Growave Plus plan is required for API access to Custom actions
For setup help, contact Growave support:
use the live chat in the Growave admin panel or Help Center.
or email support@growave.io
How it works
Create a Custom action in Growave
Go to Rewards → Ways to earn → click Add ways to earn → select Custom action.
Define the reward (e.g., points) and copy the API reference ID for API calls.
Handle Judge.me review events
Catch the review webhook → Judge.me webhooks docs.
Use the
review_idfrom the webhook to fetch review details (customeremailis required for Growave's Custom action) → Judge.me reviews docs.
Send event to Growave
Call the sendEvent endpoint with the Custom action key and the customer email to issue the reward → Growave Rewards API docs.
