Last active
August 26, 2022 13:29
-
-
Save stefanozanella/d89e73055b1ca42b7a2dc83abea11352 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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