Skip to main content
Best answer

Custom actions doesn't work

  • April 13, 2024
  • 2 replies
  • 189 views

I’ve build something with custom action and it used to work fine. Now however the api is returning a 403, while if I build the exact same thing in webhook api it is working. Could you help me out? Screenshots are shared below. I’ve blurred the domain and API key but those match in both examples.

 

I’ve already tried rebuilding the custom action, refreshing the API key or using an API key from a different account and reconnecting with the application several times. Unfortunatelly no succes

 

Working:

 

Not working:

 

Best answer by Troy TessaloneBest answer by Troy Tessalone

Hi @RolandB 

Try removing this Header: Api-Token

A Custom Action is similar to the API Request action, both of which will handle the app integration authentication.

 

 

 

View original
Did this topic help you find an answer to your question?

2 replies

Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 30887 replies
  • Answer
  • April 13, 2024

Hi @RolandB 

Try removing this Header: Api-Token

A Custom Action is similar to the API Request action, both of which will handle the app integration authentication.

 

 

 


  • Author
  • Beginner
  • 4 replies
  • April 14, 2024

Hi Troy,

 

That actually worked. Thanks a lot!