Skip to main content
Best answer

Trigger API endpoint not updating

  • August 4, 2020
  • 1 reply
  • 147 views

I’m creating my first Zapier app.  I was able to create a simple trigger which connects to an API endpoint of https://zapier.example.com/data

 

I wanted to update the API endpoint to https://zapier.example.com/data/clickdata

 

For some reason the API endpoint is not working.  I’ve tried deprecating my app version. I’ve tried deleting the trigger.  But I can see in my webserver logs that all the test connections are going to the old API endpoint.

 

Am I missing something very simple?

Best answer by AmitGBest answer by AmitG

After looking deeper, I realized that the API Authentication Endpoint was getting called when connecting.  This is different than the Trigger API endpoint (obviously).  So it was me just being dumb.

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

  • Author
  • Beginner
  • 1 reply
  • Answer
  • August 4, 2020

After looking deeper, I realized that the API Authentication Endpoint was getting called when connecting.  This is different than the Trigger API endpoint (obviously).  So it was me just being dumb.