Skip to main content
Best answer

Custom actions doesn't work

  • April 13, 2024
  • 2 replies
  • 275 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 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.

 

 

 

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • 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
  • April 14, 2024

Hi Troy,

 

That actually worked. Thanks a lot!