Best answer

Trigger API endpoint not updating

  • 4 August 2020
  • 1 reply
  • 138 views

Userlevel 1

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?

icon

Best answer by AmitG 4 August 2020, 23:50

View original

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

Userlevel 1

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.