I’m working on a Forge app that needs to integrate with several external services:
- Fetching data from Zoom and Loom via REST APIs
- Embedding Calendly and DocuSign widgets in the UI
- Handling payments through Stripe’s hosted checkout pages
Are there known limitations or best practices for handling OAuth flows and token management when connecting to external APIs like Zoom and Loom from a Forge app? Any caveats I should be aware of when handling payment states and callbacks from within Forge’s environment?
Before diving in, I’m curious if anyone has successfully tackled similar integrations. Are there known limitations or concerns—particularly around embedding external iframes and adhering to data policies—that I should be aware of when using Forge rather than Connect?
Thanks for any insights!