Embed Inbox and Toast Web Components in non-React apps.
clientKey
userId
<body> <section> <h1>Hello World</h1> <courier-toast></courier-toast> <courier-inbox></courier-inbox> </section> <script type="text/javascript"> window.courierConfig = { clientKey: "{{CLIENT_KEY}}", userId: "{{USER_ID}}", }; </script> <!-- Be sure to use the appropriate version --> <script src="https://components.courier.com/v{{CURRENT_VERSION}}.js"></script> </body>