Skip to content

Instantly share code, notes, and snippets.

@mb8z
Last active July 28, 2021 23:11
Show Gist options
  • Save mb8z/25d2a2be474c6b12d7a66d27151e54e7 to your computer and use it in GitHub Desktop.
Save mb8z/25d2a2be474c6b12d7a66d27151e54e7 to your computer and use it in GitHub Desktop.
const useDocty = require('@usedocty/node');
const Docty = useDocty('{{API_KEY}}');
const example = async () => {
const users = await Docty.Users.add(['john.doe@example.com']);
console.log('Users:', users);
};
example();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment