I want every contact, not just the ones that the user selects. How can I get them all?

Here is a sample code for the beforeDisplayContacts callback.

<!DOCTYPE html>
<html>
<head>
<!--
Include the script anywhere on your page, usually in the head
(don't forget to replace `localhost-only` with your own CloudSponge Widget Key)
-->
<script src="https://api.cloudsponge.com/widget/localhost-only.js"></script>
<script>
// variable to hold the complete address book returned from api.cloudsponge.com
var complete_address_book;
// extra widget options go here:
cloudsponge.init({
beforeDisplayContacts:function(contacts, source, owner) {
// do something with the contacts array
complete_address_book = contacts;
}
});
</script>
</head>
<body>
<a class="cloudsponge-launch">Add from Address Book</a>
</body>
</html>

Try CloudSponge for free in your
testing environment

Get Started

Have a questions or prefer a guided tour?
Schedule a consultation with our Founder.