Hello Team,
Attached our self-hosted app which calls stored procedure. Is it possible for external system (non-Retool) to call this app url (1) which need to invoke stored procedure (2).
Please let me know,
Thanks,
Hello Team,
Attached our self-hosted app which calls stored procedure. Is it possible for external system (non-Retool) to call this app url (1) which need to invoke stored procedure (2).
Please let me know,
Thanks,
You could use a workflow triggered by a webhook?
Hi,
I tried webhook from workflow (startTrigger) which i can invoke from external app (non-Retool)
But, I would like to know is it possible to invoke app url for example https://abc.retool.com/editor/DEV/getSPConfig
in external app?.
In short, no, you can't call a retool app url to invoke it's handlers.
As @mbruijnpff mentioned, workflows are the way to go
Cheers,
mj