Hi,
I need my CUBA Application to receive calls on a webhook, that webhook uses a GET parameter for authentication (a token) so I do not need any authentication magic there.
But I do need a predictable URL and to have all CUBA services available to me on the handler.
Where would I put such code and how would I expose it?
The handlers are mainly: a) receive Mailjet webhooks b) call from a google cloud function to update some data c) receive google pubsub messages
thanks,
marc
PS: I’m on CUBA 7 beta 2, not adding the beta tag as I guess this question / answer is not only applicable to 7b2