n8n-docs/docs/integrations/credentials/goToWebinar.md
2022-04-13 09:56:05 +01:00

38 lines
1.9 KiB
Markdown

# GoToWebinar
You can use these credentials to authenticate the following nodes with GoToWebinar.
- [GoToWebinar](/integrations/nodes/n8n-nodes-base.goToWebinar/)
## Prerequisites
Create a [GoToWebinar](https://gotowebinar.com/) account.
## Using OAuth
<!-- !!! tip ⛅️ Note for n8n.cloud users
You'll only need to enter the Credentials Name and click on the circle button in the OAuth section to connect your GoToWebinar account to n8n.
-->
1. Sign in to the [GoTo Developer Center](https://developer.goto.com/) page.
2. Click on the ***OAuth Clients*** tab.
3. Click on the ***Create a client*** button.
4. Enter a name in the ***Client name*** field.
5. Copy the 'OAuth Callback URL' provided in the 'GoToWebinar OAuth2 API' credentials in n8n.
6. Paste the URL in the ***Redirect URIs*** field and click on the ***Next*** button.
7. Based on your use-case, select the required scopes.
8. Click on the ***Save*** button.
9. Copy the displayed ***Client ID***.
10. Enter a name for your credentials in the ***Credentials Name*** field in the 'GoToWebinar OAuth2 API' credentials in n8n.
11. Paste the client ID in the ***Client ID*** field in the 'GoToWebinar OAuth2 API' credentials in n8n.
12. Copy the displayed ***Client secret*** from the GoTo Client Management Portal.
13. Accept the ***I have stored the client secret*** option and click on the ***Done*** button.
14. Paste the client secret in the ***Client Secret*** field in the 'GoToWebinar OAuth2 API' credentials in n8n.
15. Click on the circle button in the OAuth section to connect a GoToWebinar account to n8n.
16. Click the ***Save*** button to save your credentials in n8n.
The following video demonstrates the steps mentioned above.
<div class="video-container">
<iframe width="840" height="472.5" src="https://www.youtube.com/embed/tpauUQ2zTkk" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>