Hey @jeff-thetrackapp, welcome to the Community!
I can see that you’ve also reached out to our Support team about this and it sounds like you’re wanting to know where/how to generate the API Keys for users of your integration, is that correct?
If so, this wouldn’t be something that’s done within Zapier when building your custom integration. The API Keys would need to be automatically generated on the app’s end. Once your app is able to automatically generate API keys for your users, you’ll then want to set up the API Key authentication in your custom app integration - Authentication — API Key Auth
We can’t advise on how you would need to go about adding an API Key generator functionality into your app. But I’d recommend doing some research online for possible API Key generator resources or third party apps that you can incorporate into your app to handle the the auto generator.
Hope that helps!
Hi, Sam B
Thanks so much, grateful for your reply.
Now, assuming we generate the Api key in some recommended way.
How do we use it to notify Zapier of any changes to data for that user?
As a simple use case, let's say a user of our app created a Zap from our app so that the user gets an email everytime someone visits his / her website.
The backend for the website needs to notify zapier of the visit, using the Api Key right? But what Rest Api / Webhook can we use to notify Zapier from the website backend?
Hope this question was explained well by me but happy to clarify further.