Skip to main content

What’s supported

Supported actions

This connector supports:
  • Read Actions, including full historic backfill. Please note that incremental read is supported for calls and texts objects.
  • Write Actions.
  • Proxy Actions, using the base URL https://api.justcall.io.

Supported Objects

The JustCall connector supports reading from the following objects: The JustCall connector supports writing to the following objects:

Using the connector

This connector uses API Key authentication, so you do not need to configure a Provider App before getting started. (Provider Apps are only required for providers using the OAuth2 Authorization Code grant type.) To integrate with JustCall:
  • Create a manifest file for your integration.
  • Deploy it using the amp CLI.
  • If you are using Read Actions, create a destination.
  • Embed the InstallIntegration UI component, which will prompt the customer for their API key and secret.
  • Start using the connector!
    • If your integration has Read Actions, you’ll start getting webhook messages.
    • If your integration has Write Actions, you can start making API calls to our Write API.
    • If your integration has Proxy Actions, you can start making Proxy API calls.

Creating an API key for JustCall

  1. Log in to your JustCall account.
  2. Click on your profile icon, then navigate to API and Webhooks (or go directly to API Settings).
  3. Copy your existing API key and secret, or generate a new pair.
JustCall API Key For more details, see the JustCall Authentication documentation.