Hi @greg29
I'm a newbie to Zendesk. This is my first app in Zendesk. We are planning to build a paid app for Zendesk.
I want to send a post request to the third-party app from my Zendesk app for every contact creation in my Zendesk account. I have explored your sample apps in your docs. I created the Oauth app because that third-party app supports the Oauth authentication mechanism.
So how can I listen to the user-created event in my Oauth app? And is it possible to create a dynamic settings page? For example, I want to create the input fields based on data from the API request.
For your use case, it may be simplest to build a server-side app. This would give you more flexibility in dynamically displaying pages based on interactions with external APIs.