Dialpad
BUILT-IN AI INVOKE-ONLYDialpad is a cloud-based business phone system and contact center platform that enables voice, video, messages and meetings across your existing devices
Connect Dialpad to ChatGPT or Claude with your own Dialpad login or an API key, and your AI can run 192 of its actions. 83 of those only read and change nothing. 31 can delete or send something that cannot be undone, so those need a boundary you set before anyone runs them.
Things you could hand over
Dialpad transcribes calls, and your assistant can fetch the call record and its transcript by ID, or fetch the transcript URL when you want the file itself. From there it can pull out what was agreed, what was promised, and what the other person asked for that nobody wrote down. Reading a transcript changes nothing in Dialpad.
Built on: Fetch call byid / Fetch call transcript by id / Fetch transcript url by call id
It can read the call centers on the account, get the live status of one, list the operators attached to it, and check whether a given person is on duty or off. That answers the question you are really asking during a spike, which is not how many calls are waiting but who is actually available to take them and who is marked away.
Built on: Retrieve call centers information / Get call center status by id / Retrieve callcenter operators by id / Retrieve operator duty status / Retrieve off duty status by office id
It can pull historical call records with duration, participants, and timestamps, fetch the statistics for a team or a call center, and list the scheduled reports already configured so you find out whether the number you need is being generated already. Use it for the shape of the month: when the volume lands, which lines take it, how much of it repeats.
Built on: Retrieve call information / Retrieve stat by id / Fetch scheduled reports / Retrieve schedule report by id
Dialpad supports labels on calls, and your assistant can read the available labels and apply them. The detail that matters is that applying labels replaces whatever was on the call, rather than adding to it, so a bulk pass over untagged calls is safe while a bulk pass over already-tagged ones quietly overwrites them.
Built on: Get call labels / Retrieve call information / Attach labels to call
The whole setup is one instruction. It can check how many licenses the office has spare, create the user with their profile and office, assign them a number either by area code or a specific one, and add them as an operator to the office and to the call centers they belong in. Have it read the license count first, because the failure mode is a user created against a seat that does not exist.
Built on: Get available licenses for an office / Create user with auto assign / Assign phone number to user / Add operator to office / Add operator to call center
It can read what they had, the user record and their devices, then unassign the phone number, remove the desk phone, take them off the call centers, and delete the user. Dialpad's own notes say what each one costs you: a deleted user can be restored for 72 hours and is anonymized after that, unassigning a number is irreversible, and removing a desk phone or a call center operator cannot be undone through the connection. Do it as two moves, the read and then the approved removals.
Built on: Fetch user details by id / Retrieve user devices list / Unassign user phone number / Delete deskphone by user id / Delete operator from call center / Delete user by id
It can read the current block list, check whether a specific number is on it and when it was added, add numbers in bulk, and remove them again. The read half is the useful part most of the time, because the question behind a missing customer call is usually whether somebody blocked them months ago and nobody remembers.
Built on: Retrieve blocked phone numbers / Retrieve blocked number details / Add blocked phone numbers / Remove blocked numbers
It can create a share link for a call review or a recording, set the privacy on it, read back the current state of an existing link, change that privacy later, and delete a link to revoke access. Ask it to read the link back after creating it, because the privacy setting is the whole thing and the difference between company-only and public is one field.
Built on: Create call review share link / Post recording share link / Get recording share link by id / Update recording share link privacy / Delete recording share link by id
- The connector exposes call transcripts and no action that returns a ready-made call summary, so any summary described on this page is one your assistant writes from the transcript text.
- Whether a call transcript is available depends on the plan and on recording being switched on for that line, and the connector description does not say which combinations produce one.
- Placing outbound calls and sending SMS are both exposed by the connector and are deliberately not written up here as candidates, because contacting a person on your behalf needs the second axis of the delegation matrix and a published page has observed nothing about who is being called.
- No time saving is claimed for any candidate on this page, because none has been measured.
BUILT-IN AI Ships AI features you can turn on yourself, with no developer and no new purchase.
No event triggers. Every win in this app is invoked: you or an agent asks, an action runs.