Skip to content

Instantly share code, notes, and snippets.

@spasiu
Created November 17, 2016 20:45
Show Gist options
  • Select an option

  • Save spasiu/9fb27e4b96ea836b0ce772b2f9c64b77 to your computer and use it in GitHub Desktop.

Select an option

Save spasiu/9fb27e4b96ea836b0ce772b2f9c64b77 to your computer and use it in GitHub Desktop.
how to enable email capture with Smooch
<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