The Due Date trigger is fired when a due date is assigned to an asset (proof/design) for the first time by any team member.

Customization (Filter)

Project: If you select a project, the zap only runs when a due date is assigned to an asset within that project. Leave this blank if you want to track all due dates from any project that is managed by your team.

Data Payload sent to Zapier
  • id - Unique identification on GoVisually for the asset to which the due date was set.
  • name - The name of the asset to which the due date was set.
  • due_date - The due date assigned (in UTC).
  • project_id - Unique identification on GoVisually for the project where the asset belongs.
  • project_name - The name of the project where the asset belongs.
Sample Data
{
"id":"5ef1c992a3eaa500152f478d"
"name":"Slide 4"
"due_date":"2020-06-29T23:59:59.999Z"
"project_id":"5ef1c980a3eaa500152f4785"
"project_name":"Preview 2020"
}