Zapier: New Asset Upload Trigger
The New Asset trigger is fired when a new proof/design is created for the first time by any team member.
Customization (Filter)
Project: If you select a project under customization, the zap only runs when a new asset is added to the chosen project. Leave this blank if you want to track all asset uploads to any project that is managed by your team.
Data payload sent to Zapier
- project_id - Unique identification on GoVisually for the project where the asset belongs.
- project_name - Name of the project where the asset belongs.
- id - Unique identification on GoVisually for the asset.
- name - The name of the asset.
- versions_count - The version number of the asset, for new assets this will always be 1.
- open_url - Link to the asset (opens the reviewer interface with the asset loaded).
- thumb_image - Thumbnail image of the asset.
- review_status - Review status of the asset, for new assets this will always be Under Review.
Sample Data
{ "project_id":"5ef1b7cbde646b1015b4b99e" "project_name": "Hello Daisy" "id":"5ef1b7fca1d3060015d3f67f" "name":"Store Brochure" "versions_count":"1" "open_url":"https://app.govisually.com/open/BLedz6YnRjbilmuglzE8UJQgk62bxWfEdr9lmdEpsF5f1ahlD6/5ef1b7cbdd6490b0015b4b09e" "thumb_image":"https://govisually.imgix.net/designs/store_brochure_990.png" "review_status":"UNDER_REVIEW" }
Note: Zapier integration is in closed beta, some features and zaps on Zapier may not work as intended.
Was this helpful?