Create custom OAuth 2.0 credentials for API integrations

Connect my tools2 min readUpdated 2026-03-14

Custom credentials let you securely store OAuth 2.0 authentication details in JustCall. Once saved, these credentials can be reused across workflows and custom integrations without exposing client secrets.

Available on: All JustCall plans


When to use this

Use OAuth 2.0 Client Credentials when:

  • The external API supports the OAuth 2.0 Client Credentials grant type.
  • No user login or consent screen is needed.
  • Authentication relies on a client_id and client_secret.

Common scenarios include server-to-server integrations with CRMs, internal tools, and analytics platforms.


Create a credential

  1. Go to Integrations in JustCall.
  2. Click the All Integrations tab and search for Server Configuration.
  3. Click +Integrate to open the New Custom Credential window.
  4. Fill in the fields:
FieldDescriptionExample
Authentication TypeSelect the auth methodOAuth 2.0
Credential NameA friendly label for reference"Salesforce Production"
Token URLOAuth token endpoint from the external servicehttps://api.example.com/oauth/token
Client IDIdentifier provided by the API providerFrom your API dashboard
Client SecretSecret key paired with the Client IDKeep this secure
Grant TypeHow access tokens are requestedClient Credentials
Scope (optional)Permissions to request, space-separatedread write offline_access

The right side of the modal shows a Request Preview of how JustCall will request an access token.


Test the connection

  1. Click Test Connection in the top right of the modal.
  2. JustCall attempts to fetch an access token using the details you entered.
  3. Check the Response tab for a valid access token or success message.

If the test fails, verify your Token URL, Client ID, and Client Secret with your API provider.


Save and use

Click Save in the bottom right corner. The credential is stored securely and available for selection in custom integrations and workflows.

Configuration is only available on the JustCall web portal at app.justcall.io. Mobile and desktop apps are not supported.

Was this helpful?