Skip to main content

I’ve setup a zap step that I’m expecting to update a custom value via a Webhooks by Zapier. I’ve set the header like I saw in other asks, it didn’t change the response. 

I’m getting an Unauthorized error, my testing API key works fine. Any ideas?

 

 

Hi ​@rc27 

Click the Basic Auth field label to see a tooltip about how to configure the field value by using a pipe |

 

Check the capitalization on your Header labels.

  • Accept and Content-Type
  • accept and content-type

 


Thanks ​@Troy Tessalone! I added a pipe ahead of the API key, and made my headers consistent, still getting the same error. 


@rc27 

Post these screenshots:

  • how your Zap step is configured now that it has been updated
  • the encountered error

Also, include the link to the app API endpoint documentation you used to configure the API request.


How its configured now: https://cdn.zappy.app/8e51a27564c391d56d6ea9fc21c18551.png

The encountered error: https://cdn.zappy.app/c834c8d2f4901c8072337eb24d522591.png

 

Link to documentation: https://developers.ashbyhq.com/reference/customfieldsetvalue


@rc27 

For the field Basic Auth, try like this:

API_KEY|

NOTE: Make sure to replace API_KEY with your actual API Key.

 

 


That did it. Thanks so much, ​@Troy Tessalone


Yo he realizado una configuración POST usando el método JSON.

  1. Vincule un formulario de LinkedIn
  2. Una vez llenado, esa información hace un POST a un endpoint privado.

Nota: Mi problema fue la autentificación solo me todo modificar el Headers, mi autenticación por API_KEY


Reply