Create an OAuth client in the service that you want to connect with Tape. Creating the OAuth client is usually available in the "Developer" section of the service settings. When creating the client, you will have to specify a
Redirect URL
(sometimes called aCallback URL
).Use the following Redirect URL:
Once you have created the client in the 3rd party service, the given service will display two keys:
Client ID
andClient secret
(sometimes calledApp key
andApp secret
). Make sure you save these keys. You will be asked to provide them when creating the connection in Tape.Check the
Authorize URL
andToken URL
in the documentation of the service. These are URL addresses through which Tape communicates with the service. The addresses are used also for OAuth authorization.Example of Podio addresses:
Authorize URL:
https://podio.com/oauth/authorize
Token URL:
https://podio.com/oauth/token
Resource owner URL:
https://api.podio.com/user/status
Add in a Tape Automation the action Send API request and click on Add connection in the connections menu to create an OAuth 2.0 connection.
Fill in:
Connection name: Name of the connection.
Client ID: Provided by the service.
Client secret: Provided by the service.
Authorize URL from the service's API documentation.
Token URL from the service's API documentation.
Scope (optional): Your connection API scopes. Check the service API documentation for the list of API scopes.
Resource owner details URL (optional): Provider URL to fetch user details
Click Save connection to create the OAuth 2.0 connection.
π‘ Check out this guide:
βHow to connect Tape with Podio using workflows automations β