Zapier API Request

Hey Codans! I am trying to use the Zapier API Request action and am having trouble formatting the step.

Specifically, I am trying to use ‘Add permission’. I have the Zap formatted like this:
HTTP Method - POST
URL - https://coda.io/apis/v1/docs/Y6p8WjUDv-/acl/permissions
Query String Parameters -
access - write
principal - 'test@mytestemail.com

The API Documentation shows the payload should be formatted this way:
{

  • “access”: “readonly”,
  • “principal”: {
  • “suppressEmail”: true
    }

I am not sure how to format the Zap step appropriately. I have tried single-quotes, double-quotes, and no quotes.

Help?

I tried putting this is the Body and deleting the Query String Parameters:

{

  • “access”: “readonly”,
  • “principal”: {
  • “suppressEmail”: true
    }

Still didn’t work.

Hey @Craig_PaxsonTN ,

Sorry you are having trouble with the Zapier API. Because we don’t have access to the zaps and it’s not coda specific, I think if you raise this issue to Zapier Support they should be able to jump right into the specific zap and help you sort out why it’s not working for you.

I’ve had great success with their support team! Hopefully they will be able to help you get this working!

-Dan

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.