Created
November 17, 2016 20:45
-
-
Save spasiu/9fb27e4b96ea836b0ce772b2f9c64b77 to your computer and use it in GitHub Desktop.
how to enable email capture with Smooch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script src="https://cdn.smooch.io/smooch.min.js"></script> | |
| <script> | |
| Smooch.init({ | |
| appToken: 'your_app_token', | |
| emailCaptureEnabled: true | |
| }); | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment