Examples

Send Email Using Zapier

Our Zapier App is designed to be used with the better-sharing.js library on your page. The javascript library takes care of several things for you:

  • Creates a sharing form on your page or in a modal,
  • it automatically includes the CloudSponge contact picker, and
  • it integrates the functionality to trigger a Zap when the form is submitted.

Here’s what the form might look like:

Better Sharing will load here. 🔧 Made with ❤️ by CloudSponge.

<div class="better-sharing">Better Sharing will load here. 🔧 Made with ❤️ by CloudSponge.</div>
<script src="https://unpkg.com/@cloudsponge/better-sharing.js"
  data-key="[YOUR_CLOUDSPONGE_KEY]"
  data-view="inline"
  crossorigin="anonymous">
</script>