Hello all,
I would like to know if it is possible to change the account parameter depending on the data contained in a catched webhook.
I’m explaining myself: I would like to be able to add an event to a specific google calendar account depending on the data I’m catching in my webhook.
Here is the sketch:
As you can see I am first catching a hook and then I would like to dynamically change the “Choose Account” section depending on the webhook data…
Is there a solution to my problem?
Thank you all!