- Retrieve a paginated list of calls in the company.
- Retrieve a single call by ID.
- Search calls by phone number, user, tags, or other filters.
- Add a comment to a call.
- Apply one or more tags to a call.
- Archive a call.
- Unarchive a previously archived call.
- Delete the recording of a call.
- Delete the voicemail recording of a call.
- Attach an Insight Card to a call.
- Retrieve the transcription of a call.
- Retrieve the realtime transcription of an ongoing call.
- Retrieve sentiment analysis for a call.
- Retrieve detected topics for a call.
- Retrieve the AI-generated summary for a call.
- Retrieve a custom summary result for a call.
- Retrieve AI-extracted action items for a call.
- Retrieve playbook evaluation result for a call.
- Retrieve evaluations submitted for a call.
- Retrieve information about the Aircall company associated with the authenticated account.
- Retrieve a paginated list of contacts in the Aircall address book.
- Search contacts by phone number or email.
- Retrieve a single contact by ID.
- Create a new contact in the address book.
- Update an existing contact.
- Delete a contact from the address book.
- Add a new phone number to an existing contact.
- Update a phone number entry on a contact.
- Delete a phone number entry from a contact.
- Add a new email address to a contact.
- Update an email entry on a contact.
- Delete an email entry from a contact.
- Retrieve the active dialer campaign for a user.
- Create an active dialer campaign for a user.
- Delete the active dialer campaign for a user.
- Retrieve phone numbers attached to a user's dialer campaign.
- Add phone numbers to a user's dialer campaign.
- Remove a phone number from a user's dialer campaign.
- Return metadata about the connected Aircall API key — auth_type pinned to api_key (single-auth connector). Aircall exposes no /me endpoint and the company endpoint carries no per-user identity, so the inline user block and name are left null.
- Validate the current Aircall API key and return the raw, unmapped /v1/company response (company name plus user and number counts). Use this when troubleshooting key validity or API connectivity, not for normal app flows.
- List every Aircall Team on the connected company, mapped to the IAM unified group schema as team-style groups (type=team). Pass expand=["users"] to inline each team's members (already present on the same response, no extra call).
- Retrieve a single Aircall Team by numeric ID, mapped to the IAM unified group schema as a team-style group. Pass expand=["users"] to inline the team's members (already present on the same response, no extra call).
- Return the connected Aircall company as a single IAM organization. Aircall is single-tenant from the API key's perspective so this action always returns exactly one record. The id is pinned to the literal "aircall" for stable cross-action role-scope joins.
- Retrieve the connected Aircall company as a single IAM organization. Aircall is single-tenant from the API key's perspective so this action returns the same record regardless of the supplied id, sourced from /v1/company.
- Enumerate the resource_type values accepted by unified_list_resource_users on this connector. Returns a flat string array; on Aircall the supported values are "number" (users assigned to a specific Aircall phone number) and "team" (members of a specific team).
- List the users assigned to a specific Aircall Number (resource_type=number) or the members of a specific Team (resource_type=team) as IAM users, each annotated with a resource-scoped role. Pass the RAW Aircall numeric id as resource_id, NOT a StackOne-encoded composite id.
- Return the four stable workspace-scoped Aircall roles (owner / admin / supervisor / agent) synthesized from the V2 users `roles` array. The set is static, closed, and matches the role IDs surfaced in IamUser.roles[] on this connector.
- Retrieve a single synthesized Aircall IAM role by stable key (owner, admin, supervisor, or agent). Recognizes the StackOne-encoded id from unified_list_roles or the raw key; an unrecognized key returns a generic record with type unmapped_value rather than erroring.
- List every user on the connected Aircall account from the V2 users endpoint. Each user is mapped to the StackOne IAM unified user schema; pass expand=["roles"] to inline a workspace-scoped role synthesized from the V2 roles array (owner / admin / supervisor / agent).
- Retrieve a single Aircall user by ID via the V2 users endpoint, mapped to the IAM unified user schema. Pass expand=["roles"] to inline a workspace-scoped role synthesized from the V2 roles array (owner / admin / supervisor / agent).
- Retrieve a paginated list of numbers provisioned on the Aircall account.
- Retrieve a single Aircall number by ID.
- Update an Aircall number's settings.
- Update a number's music and messages URLs.
- Fetch compliance status for A2P 10DLC and toll-free messaging registration for a specific number.
- Verify API connectivity and authentication with the Aircall Public API.
- Retrieve a paginated list of tags in the company.
- Retrieve a single tag by ID.
- Create a new tag in the company.
- Update an existing tag.
- Delete a tag from the company.
- Retrieve a paginated list of teams in the company.
- Retrieve a single team by ID.
- Create a new team in the company.
- Delete a team from the company.
- Add a user to an existing team.
- Remove a user from a team.
- Delete an Aircall user.
- Retrieve the availability status of all users.
- Check the current availability of a single user.
- Initiate an outbound call from a user's Aircall Phone.
- Pre-fill a phone number in a user's Aircall Phone dialer. The target user must be signed in to the Aircall Phone app.
- Retrieve a paginated list of users using the Aircall V2 users endpoint.
- Retrieve a single user using the Aircall V2 endpoint.
- Create a new user using the Aircall V2 endpoint.
- Update an existing user using the Aircall V2 endpoint.
- Retrieve all numbers assigned to a specific user (V2).
- Retrieve a paginated list of webhooks configured on the company.
- Retrieve a single webhook by ID.
- Register a new webhook.
- Update an existing webhook.
- Delete a webhook.
No matching actions