Skip to content

Instantly share code, notes, and snippets.

@stefanozanella
Last active August 26, 2022 13:29
Show Gist options
  • Save stefanozanella/d89e73055b1ca42b7a2dc83abea11352 to your computer and use it in GitHub Desktop.
Save stefanozanella/d89e73055b1ca42b7a2dc83abea11352 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Demo App</title>
</head>
<body>
<a href="https://app-eu1.hubspot.com/oauth/authorize?client_id=<your client ID>&redirect_uri=https://yourlocal.app/oauth2/callback/hubspot&scope=crm.objects.leads.read%20settings.users.read">
Connect Hubspot
</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment