Converting a Curl command to run in a Zapier Webhook Converting a Curl command to run in a Zapier Webhook curl curl

Converting a Curl command to run in a Zapier Webhook


David here, from the Zapier Platform team. Luckily, this is an easy one. Since you're using nested data, you'll need to use Webhooks by Zapier's Custom Request. The setup is the following:

Body & URL:enter image description here

Headers:enter image description here

You can also do it through code, you'll have the same result.

Also, if that access_token is still live, make sure to revoke it now that it's been out in the public!