16 Integrations with Dasha
View a list of Dasha integrations and software that integrates with Dasha below. Compare the best Dasha integrations as well as features, ratings, user reviews, and pricing of software that integrates with Dasha. Here are the current Dasha integrations in 2026:
-
1
Zendesk
Zendesk
Zendesk is an AI-powered service solution that’s easy to set up, use, and scale. It works out-of-the-box and adapts quickly, enabling businesses to move faster. Built on billions of CX interactions, Zendesk AI supports the whole service journey—from self-service to agents to admins—helping teams resolve issues faster and operate efficiently at scale. Zendesk empowers agents with tools, insights, and context to deliver personalized service on any channel—social messaging, phone, or email. It unifies personalized conversations, omnichannel case management, AI workflows, automation, and a Marketplace of 1200+ apps. Easy to implement, it frees teams from relying on IT or costly partners. Serving over 130K global brands in 30+ languages, Zendesk simplifies business complexity to create meaningful customer connections. Headquartered in San Francisco, it operates worldwide.Starting Price: $25/agent/month -
2
Slack
Salesforce
Slack is a cloud-based project collaboration and team interaction software solution specially designed to seamlessly facilitate communication across organizations. Featuring powerful tools and services integrated into a single platform, Slack provides private channels to promote interaction within smaller teams, direct channels to help send messages directly to colleagues, and public channels that enables members across organizations to start conversations. Available on Mac, Windows, Android, and iOS apps, Slack offers a plethora of features that include chat, file sharing, collaborative workspace, real-time notifications, two-way audio and video, screen sharing, document imaging, activity tracking and logging, and more.Starting Price: $6.67 per user per month -
3
Discord
Discord
Discord is a free game communications app designed for both desktop and mobile platforms. Millions of players use the popular game platform every day to chat with friends over voice or text, or even stream gameplay in crystal clear quality for other Discord users. Not only can you organize a voice/text party in seconds, you can also use the service to find other players/teammates, search for certain types of groups/activities, or just talk games during your off time. The best part is that Discord is not designed for any specific genre or type of game; you can use it to coordinate communications for any game imaginable!Starting Price: Free -
4
Drift
Salesloft
Drift is a conversational marketing platform designed to help businesses engage website visitors and convert them into qualified sales opportunities. The platform uses AI-powered chat agents to start real-time conversations with prospects directly on a company’s website. Drift helps marketing and sales teams identify high-intent buyers, answer questions instantly, and guide visitors toward booking meetings or speaking with a representative. By replacing traditional forms with interactive conversations, businesses can improve the buying experience and accelerate lead qualification. Drift also provides insights into website visitor behavior, helping teams understand which prospects are most likely to convert. The platform integrates with existing sales and marketing tools to support a seamless revenue workflow. By combining real-time engagement with buyer insights, Drift helps companies generate more pipeline and close deals faster. -
5
Airtable
Airtable
Organize your work your way with Airtable. An all-in-one collaboration software, Airtable combines the power of a relational database with the flexibility and ease of use of a spreadsheet. It works across platforms and devices, and syncs data in real-time. Users can choose from different formats to view the tasks at hand, including grid, calendar, Kanban, gallery, and forms.Starting Price: $12.00/month/user -
6
Visual Studio Code
Microsoft
Visual Studio Code (VS Code) is Microsoft’s open-source AI code editor designed to make coding faster, smarter, and more collaborative. It supports thousands of extensions and nearly every programming language, offering developers a lightweight yet powerful environment for writing, testing, and debugging code. With AI-powered features like GitHub Copilot, Next Edit Suggestions, and Agent Mode, VS Code helps you code with precision, automate complex tasks, and streamline development workflows. It integrates seamlessly with cloud services, remote repositories, and tools like Git, Docker, and Azure. The editor is fully customizable, allowing you to personalize your layout, color themes, and keyboard shortcuts. Whether coding locally or in the browser, VS Code delivers a complete development experience for individuals and teams alike.Starting Price: Free -
7
WhatsApp
Meta
Simple. Secure. Reliable messaging. With WhatsApp, you'll get fast, simple, secure messaging and calling for free*, available on phones all over the world. WhatsApp Business is a free to download app that built with the small business owner in mind. Create a catalog to showcase your products and services. Connect with your customers easily by using tools to automate, sort and quickly respond to messages. WhatsApp can also help medium and large businesses provide customer support and deliver important notifications to customers. Learn more about WhatsApp Business API. Some of your most personal moments are shared on WhatsApp, which is why we built end-to-end encryption into the latest versions of our app. When end-to-end encrypted, your messages and calls are secured so only you and the person you're communicating with can read or listen to them, and nobody in between, not even WhatsApp. -
8
Intercom
Intercom
Intercom is an AI-first customer service platform that enables businesses to deliver personalized and efficient customer support across multiple channels. Founded in 2011, the company offers a comprehensive suite of tools, including the Fin AI Agent, which provides instant, accurate answers to customer inquiries 24/7. Intercom's platform also features AI Copilot, assisting support agents with real-time solutions, and AI Analyst, offering insights and recommendations for support leaders. Trusted by over 25,000 global organizations, including Atlassian, Amazon, and Microsoft, Intercom facilitates over 500 million messages per month, enhancing customer interactions and support efficiency. Headquartered in San Francisco, with offices in Chicago, Dublin, Sydney, and London, Intercom continues to innovate in the customer service industry.Starting Price: $29/seat/month -
9
Java
Oracle
The Java™ Programming Language is a general-purpose, concurrent, strongly typed, class-based object-oriented language. It is normally compiled to the bytecode instruction set and binary format defined in the Java Virtual Machine Specification. In the Java programming language, all source code is first written in plain text files ending with the .java extension. Those source files are then compiled into .class files by the javac compiler. A .class file does not contain code that is native to your processor; it instead contains bytecodes — the machine language of the Java Virtual Machine1 (Java VM). The java launcher tool then runs your application with an instance of the Java Virtual Machine.Starting Price: Free -
10
Python
Python
The core of extensible programming is defining functions. Python allows mandatory and optional arguments, keyword arguments, and even arbitrary argument lists. Whether you're new to programming or an experienced developer, it's easy to learn and use Python. Python can be easy to pick up whether you're a first-time programmer or you're experienced with other languages. The following pages are a useful first step to get on your way to writing programs with Python! The community hosts conferences and meetups to collaborate on code, and much more. Python's documentation will help you along the way, and the mailing lists will keep you in touch. The Python Package Index (PyPI) hosts thousands of third-party modules for Python. Both Python's standard library and the community-contributed modules allow for endless possibilities.Starting Price: Free -
11
Raspberry Pi OS
Raspberry Pi Foundation
Raspberry Pi Imager is the quick and easy way to install Raspberry Pi OS and other operating systems to a microSD card, ready to use with your Raspberry Pi. Watch our 45-second video to learn how to install an operating system using Raspberry Pi Imager. Download and install Raspberry Pi Imager to a computer with an SD card reader. Put the SD card you'll use with your Raspberry Pi into the reader and run Raspberry Pi Imager. Browse a range of operating systems provided by Raspberry Pi and by other organisations, and download them to install manually. -
12
Node.js
Node.js
As an asynchronous event-driven JavaScript runtime, Node.js is designed to build scalable network applications. Upon each connection, the callback is fired, but if there is no work to be done, Node.js will sleep. This is in contrast to today's more common concurrency model, in which OS threads are employed. Thread-based networking is relatively inefficient and very difficult to use. Furthermore, users of Node.js are free from worries of dead-locking the process, since there are no locks. Almost no function in Node.js directly performs I/O, so the process never blocks except when the I/O is performed using synchronous methods of Node.js standard library. Because nothing blocks, scalable systems are very reasonable to develop in Node.js. Node.js is similar in design to, and influenced by, systems like Ruby's Event Machine and Python's Twisted. Node.js takes the event model a bit further. It presents an event loop as a runtime construct instead of as a library.Starting Price: Free -
13
Cloudonix
Cloudonix
Cloudonix is redefining how agentic AI voice agents connect to the real world. Our API-first, telecom-grade platform makes it faster and easier to deploy, scale, and operate voice agents—without complex infrastructure or specialized telecom engineering. We enable developers and businesses to integrate with platforms like Retell, Vapi, Synthflow, and others in under 30 minutes—turning static AI models into dynamic, revenue-generating voice applications. Why Cloudonix - Enable AI Voice Agents Without Complexity Connect any Agentic Voice tool in minutes —not weeks. - Works With Any Communications Stack Instantly connect to SIP, PSTN, PBX, mobile, or VoIP systems—on-premise or in the cloud. - Telecom-Grade Infrastructure Built for reliability, scale, and compliance—already powering over 2 million voice minutes monthly across 5 continents.Starting Price: $39 per month -
14
C#
Microsoft
C# (also known as C Sharp, pronounced "See Sharp") is a modern, object-oriented, and type-safe programming language. C# enables developers to build many types of secure and robust applications that run in .NET. C# has its roots in the C family of languages and will be immediately familiar to C, C++, Java, and JavaScript programmers. This tour provides an overview of the major components of the language in C# 8 and earlier. C# is an object-oriented, component-oriented programming language. C# provides language constructs to directly support these concepts, making C# a natural language in which to create and use software components. Since its origin, C# has added features to support new workloads and emerging software design practices. At its core, C# is an object-oriented language. You define types and their behavior.Starting Price: Free -
15
JSON
JSON
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language. JSON is built on two structures: 1. A collection of name/value pairs. In various languages, this is realized as an object, record, struct, dictionary, hash table, keyed list, or associative array. 2. An ordered list of values. In most languages, this is realized as an array, vector, list, or sequence. These are universal data structures. Virtually all modern programming languages support them in one form or another.Starting Price: Free -
16
C++
C++
C++ is a simple and clear language in its expressions. It is true that a piece of code written with C++ may be seen by a stranger of programming a bit more cryptic than some other languages due to the intensive use of special characters ({}[]*&!|...), but once one knows the meaning of such characters it can be even more schematic and clear than other languages that rely more on English words. Also, the simplification of the input/output interface of C++ in comparison to C and the incorporation of the standard template library in the language, makes the communication and manipulation of data in a program written in C++ as simple as in other languages, without losing the power it offers. It is a programming model that treats programming from a perspective where each component is considered an object, with its own properties and methods, replacing or complementing structured programming paradigm, where the focus was on procedures and parameters.Starting Price: Free
- Previous
- You're on page 1
- Next