CDN for Retool Embed Javascript SDK

Is there a way to get the Javascript SDK through a CDN? I can't install it through NPM so I need another way to get it. I need to use postMessage from an embed to send some data to Retool through an embed and having some issues

Sorry I think I worded my post wrong. I have a page and in it I have an iframe of my retool page. How do I send data from my page to the retool portal that is embedded?

Hi @Daniel_Ramalhosa1,

Check out our Docs page here for details on how to pass data between a parent web page and an embedded retool app.

1 Like

Just in case you still need assistance with this, @Daniel_Ramalhosa1, I described a super bare-bones implementation of exactly this over here. Let me know if that's not helpful for any reason or if you have any additional questions!

The link to embed.js is broken, redirects to retool login page.
Can someone point to correct link.

I cannot use npm in my application.

Thanks

Hey @Harsha - welcome back to the community and thanks for reaching out. I'm not sure what @WidleStudioLLP is referencing here, as I'm not aware of such a CDN endpoint and don't see anything like that in our documentation.

If you're unable to use npm, though, it's fairly easy to recreate the functionality of our formal embedding SDKs on your own. The link I shared above will take you to a post where you can see the specifics. :+1:

Thanks @Darren
Sure, let me check it out.

1 Like