Embedded app action Request handler

Hi team, we are an app developer from OAppS. We are trying to integrate with Pipedrive. For that integration, we are using embedded action, in that we are using primary action button request handler. we need a help to call the API after clicking primary button, but unfortunately we are getting an API call while loading a popup window itself. Kindly find my attachment. Your reply must be helpful to us. Thank you.

Hey @Aafren

I suspect if it is due to the first call that happens from our side to see if it should have default values in it

Citing the doc

The response to the initial request should be formatted accordingly to the JSON schema data structure that was uploaded in Marketplace Manager.

The response for the initial request can be used for:

* Simply acknowledging the request,
* Setting default values for the inputs

Let me know if it addresses your challenge