Shotgun automation with webhooks and Zapier

Last time, during test SG Webhooks + Zapier Webhooks + Send Email. Zapier native PUT doesn’t work. It means the pipeline can’t update any record in Shotgun. Today, we will see how Zapier code to update Shotgun records.

Pipeline

The pipeline is simple and short. Just for testing update an existing record

In this pipeline, we will update Task 5758 status to rdy
Pipeline

Notes:

  • Zapier supports node.js. We will see how to use node.js in Zapier to exchange data with Shotgun;
  • We will start with Step 2

Steps

  1. Define variables.



  2. Authentication




  3. Get task information.

Ignored. Please refer SG Webhooks + Zapier Webhooks + Send Email

  1. PUT to update task status




Result

We could use Zapier code + Zapier Webhooks to build a better pipeline. :slight_smile:

7 Likes

Awesome Post!

2 Likes