@@ -4,15 +4,30 @@ slug: "aircall"
44excerpt : " "
55hidden : false
66createdAt : " 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 : " Sun Dec 28 2025 18:00:00 GMT+0000 (Coordinated Universal Time)"
88---
9+
910## What's Supported
1011
1112### Supported Actions
1213
1314This connector supports:
15+
16+ - [ Read Actions] ( /read-actions ) .
17+ - [ Write Actions] ( /write-actions ) .
1418- [ Proxy Actions] ( /proxy-actions ) , using the base URL ` https://api.aircall.io ` .
1519
20+ ### Supported Objects
21+
22+ The Aircall connector supports writing to and reading from the following objects:
23+
24+ - [ Calls] ( https://developer.aircall.io/api-references/#calls ) (` calls ` )
25+ - [ Users] ( https://developer.aircall.io/api-references/#users ) (` users ` )
26+ - [ Contacts] ( https://developer.aircall.io/api-references/#contacts ) (` contacts ` )
27+ - [ Numbers] ( https://developer.aircall.io/api-references/#numbers ) (` numbers ` )
28+ - [ Teams] ( https://developer.aircall.io/api-references/#teams ) (` teams ` )
29+ - [ Tags] ( https://developer.aircall.io/api-references/#tags ) (` tags ` )
30+
1631## Before You Get Started
1732
1833To integrate ** Aircall** with ** Ampersand** , you must register an ** Aircall OAuth2** application. To do this, contact ` marketplace@aircall.io ` and provide the following details:
@@ -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
46617 . 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 Actions] ( /read-actions ) , you'll start getting webhook messages.
72+ - If your integration has [ Write Actions] ( /write-actions ) , you can start making API calls to our Write API.
73+ - If your integration has [ Proxy Actions] ( /proxy-actions ) , you can start making Proxy API calls.
0 commit comments