Skip to content

Commit b3f2ef2

Browse files
committed
docs: update Aircall provider guide with actions and usage details
1 parent 7fd181a commit b3f2ef2

1 file changed

Lines changed: 29 additions & 2 deletions

File tree

src/provider-guides/aircall.mdx

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,29 @@ slug: "aircall"
44
excerpt: ""
55
hidden: false
66
createdAt: "Mon Jun 24 2024 08:32:49 GMT+0000 (Coordinated Universal Time)"
7-
updatedAt: "Thu Aug 08 2024 22:39:27 GMT+0000 (Coordinated Universal Time)"
7+
updatedAt: "Sat Jan 10 2026 00:21:13 GMT+0000 (Coordinated Universal Time)"
88
---
9+
910
## What's Supported
1011

1112
### Supported Actions
1213

1314
This connector supports:
14-
- [Proxy Actions](/proxy-actions), using the base URL `https://api.aircall.io`.
15+
16+
- [Read Action](/read-actions), including full historic backfill. Incremental read is supported for Contact, User, Number, and Call. Note that for Team and Tag, a full read of the Aircall instance will be done for each scheduled read.
17+
- [Write Action](/write-actions).
18+
- [Proxy Action](/proxy-actions), using the base URL `https://api.aircall.io`.
19+
20+
### Supported Objects
21+
22+
The Aircall connector supports writing to and reading from the following objects:
23+
24+
- [Call](https://developer.aircall.io/api-references/#call) (`call`)
25+
- [User](https://developer.aircall.io/api-references/#user) (`user`)
26+
- [Contact](https://developer.aircall.io/api-references/#contact) (`contact`)
27+
- [Number](https://developer.aircall.io/api-references/#number) (`number`)
28+
- [Team](https://developer.aircall.io/api-references/#team) (`team`)
29+
- [Tag](https://developer.aircall.io/api-references/#tag) (`tag`)
1530

1631
## Before You Get Started
1732

@@ -44,3 +59,15 @@ Once you have your Aircall app set up and registered, you can proceed to connect
4459
![Dashboard](/images/provider-guides/053beed-aircall.gif)
4560

4661
7. Click **Save Changes**.
62+
63+
## Using the connector
64+
65+
To start integrating with Aircall:
66+
67+
- Create a manifest file like the [example](https://github.com/amp-labs/samples/blob/main/aircall/amp.yaml).
68+
- Deploy it using the [amp CLI](/cli/overview).
69+
- Embed the [InstallIntegration](/embeddable-ui-components#install-integration) UI component.
70+
- Start using the connector!
71+
- If your integration has [Read Action](/read-actions), you'll start getting webhook messages.
72+
- If your integration has [Write Action](/write-actions), you can start making API calls to our Write API.
73+
- If your integration has [Proxy Action](/proxy-actions), you can start making Proxy API calls.

0 commit comments

Comments
 (0)