The New Comment trigger is fired when a new comment is added to an asset (proof/design) by any user or reviewer.

Customization (Filter)

Project: If you select a project under customization, the zap only runs when a new comment is added to any asset belonging to the selected project. Leave this blank if you want to track all new comments added to an asset across any project that is managed by your team.

Data Payload sent to Zapier
  • project_id - Unique identification on GoVisually for the project to which the asset where the comment was placed belongs.
  • project_name - The name of the project in which the asset where the comment was placed belongs.
  • design_id - Unique identification on GoVisually for the asset in which the comment was placed.
  • design_name - The name of the asset in which the comment was placed.
  • revision_id - The revision/version number of the asset in which the comment was placed.
  • id - Unique identification on GoVisually for the comment.
  • comment_body - Contents of the comment.
  • author_email - email id of the user that placed the comment.
  • author_fullname - The name of the user that placed the comment.
  • date - The date on which the comment was placed (UTC)
  • url - Link to the asset (opens the reviewer interface with the asset loaded)
Sample Data
{
"project_id":"5ef1b7cbed646b9705b4b89e"
"project_name":"Hello Daisy"
"design_id":"5ef1b7fcd1d4060013d3f67e"
"design_name":"Store Brochure PDF"
"revision_id":"5ef1b7fca1d3060015d3f680"
"id":"5ef1cbafa3eaa500152f47b8"
"comment_body":"Change to Silver Grey"
"author_email":"cypetyle@your-domain.co"
"author_fullname":"Dane Holcomb"
"date":"2020-06-23T09:30:23.614Z"
"url":"https://app.govisually.com/collab/5ef1b7cbdd646b0015b4b09e/5ef1b7fca1d3060015d3f67f?revisionId=5ef1b7fca1d3060015d3f680&commentId=5ef1cbafa3eaa500152f47b8"
}