I have integrated retool app as a custom editor in a CMS platform (squidex). I can use my retool app from this CMS platform, and I have a use case were I have to capture a change or action performed in retool to this CMS platform automatically. Basically I want a communication between retool and the CMS application.
Question
How do I interact with retool components fields from such platforms to capture changes made in retool app?
Hey @tahirVanna and welcome to the community! Unfortunately there’s no externally facing Retool API available quite yet, so I don’t think anything like this is possible. One thing you can do is use some sort of shared backend between the two, so changes in your Retool app modify some sort of state, and then your CMS platform consumes that state.