-
Notifications
You must be signed in to change notification settings - Fork 6
[CON-2763] feat(justcall): Add provider guide #439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ejoo
wants to merge
2
commits into
amp-labs:main
Choose a base branch
from
ejoo:feat/justcall-docs
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,51 @@ | ||
| --- | ||
| title: "JustCall" | ||
| --- | ||
| ## What's supported | ||
|
|
||
| ### Supported actions | ||
|
|
||
| This connector supports: | ||
| - [Read Actions](/read-actions), including full historic backfill. Please note that incremental read is supported for `calls` and `texts` objects. | ||
| - [Write Actions](/write-actions). | ||
| - [Proxy Actions](/proxy-actions), using the base URL `https://api.justcall.io`. | ||
|
|
||
| ### Supported Objects | ||
|
|
||
| The JustCall connector supports reading from the following objects: | ||
| - [contacts](https://developer.justcall.io/reference/contacts_list_v21) | ||
| - [calls](https://developer.justcall.io/reference/call_list_v21) | ||
| - [texts](https://developer.justcall.io/reference/texts_list_v21) | ||
| - [users](https://developer.justcall.io/reference/users_list_v21) | ||
| - [tags](https://developer.justcall.io/reference/texts_tags_list_v21) | ||
| - [sales_dialer/contacts](https://developer.justcall.io/reference/sales_dialer_campaign_contacts_list_v21) | ||
| - [sales_dialer/calls](https://developer.justcall.io/reference/sales_dialer_call_list_v21) | ||
|
|
||
| The JustCall connector supports writing to the following objects: | ||
| - [contacts](https://developer.justcall.io/reference/create_contact_v21) (create/update) | ||
| - [calls](https://developer.justcall.io/reference/call_update_v21) (update only) | ||
| - [texts](https://developer.justcall.io/reference/texts_new_v21) (send SMS) | ||
|
|
||
| ## 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](/cli/overview). | ||
| - If you are using Read Actions, create a [destination](/destinations). | ||
| - Embed the [InstallIntegration](/embeddable-ui-components#install-integration) UI component, which will prompt the customer for their API key and secret. | ||
| - Start using the connector! | ||
| - If your integration has [Read Actions](/read-actions), you'll start getting webhook messages. | ||
| - If your integration has [Write Actions](/write-actions), you can start making API calls to our Write API. | ||
| - If your integration has [Proxy Actions](/proxy-actions), you can start making Proxy API calls. | ||
|
|
||
| ## Creating an API key for JustCall | ||
|
|
||
| 1. Log in to your [JustCall account](https://app.justcall.io/). | ||
| 2. Click on your profile icon, then navigate to **API and Webhooks** (or go directly to [API Settings](https://app.justcall.io/app/settings/api)). | ||
| 3. Copy your existing API key and secret, or generate a new pair. | ||
|
|
||
|  | ||
|
|
||
| For more details, see the [JustCall Authentication documentation](https://developer.justcall.io/reference/authentication). | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure if this should be mentioned. I will delegate decision on this to the team.