Skip to main content

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?

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.