Voice Monkey

Voice Monkey is a free Skill that allows you to trigger Alexa Routines from external sources such as IFTTT. It also allows you to make dynamic and custom Text to Speech announcements over your Amazon Echo or other Alexa smart speaker.

Go to site
Explore
/
Apps
/
Voice Monkey

Voice Monkey API Integrations

Build and run workflows using the Voice Monkey API. Use 1000s of source-available triggers and actions across 1400+ apps. Or write custom code to integrate any app or API in seconds.

Overview

Voice Monkey's Custom API allows you to build voice applications to extend your business. Here are some examples of what you can create:

  • Virtual Assistants: Create a virtual assistant that can answer customer queries, provide relevant information and services, or even be a personal helper.
  • Home Automation: Transform your home with Voice Monkey's Custom API by adding voice control to lights, security systems, and other devices.
  • Interactive Voice Response (IVR): Streamline customer service with an automated system, allowing customers to interact with your business through voice commands.
  • Voice User Interfaces: Build interactive applications with natural language understanding and cognitive capabilities.
  • Smart Home Applications: Develop tools to monitor, control and automate your home.
  • Smart Robotic Applications: Create robots that respond to voice commands and operate autonomously with the help of Voice Monkey's Custom API.
  • Conversational Agents: Create AI-powered chatbots that can interact with customers and provide personalized information or services.
  • Content Aggregators: Pull content from multiple sources and create a unified, natural language interface.
  • Voice-controlled Games: Develop games powered by the Voice Monkey's Custom API, allowing users to interact using voice commands.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    voice_monkey: {
      type: "app",
      app: "voice_monkey",
    }
  },
  async run({steps, $}) {
    const data = {
      "access_token": `${this.voice_monkey.$auth.access_token}`,
      "secret_token": `${this.voice_monkey.$auth.secret_token}`,
      "monkey": `pipedream-monkey-1`,
    }
    return await axios($, {
      method: "post",
      url: `https://api.voicemonkey.io/trigger`,
      data,
    })
  },
})

Choose an API to Connect with Voice Monkey API

1
-
12
of
1400+
apps by most popular

HTTP / Webhook
HTTP / Webhook
Get a unique URL where you can send HTTP or webhook requests
Node
Node
Anything you can do with Node.js, you can do in a Pipedream workflow. This includes using most of npm's 400,000+ packages.
Schedule
Schedule
Trigger workflows on an interval or cron schedule.
Beta
Python
Python
Anything you can do in Python can be done in a Pipedream Workflow. This includes using any of the 350,000+ PyPi packages available in your Python powered workflows.
Beta
Data Stores
Data Stores
Use Pipedream Data Stores to manage state throughout your workflows.
Telegram Bot
Telegram Bot
Telegram is a cloud-based instant messaging and voice over IP service
OpenAI (ChatGPT)
OpenAI (ChatGPT)
OpenAI is an AI research and deployment company with the mission to ensure that artificial general intelligence benefits all of humanity. They are the makers of popular apps like ChatGPT and DALL·E 2.
Google Sheets
Google Sheets
With Google Sheets, you can create, edit, and collaborate wherever you are
Discord
Discord
Use this app to create a Discord source that emits messages from your guild to a Pipedream workflow.
GitHub
GitHub
Where the world builds software. Millions of developers and companies build, ship, and maintain their software on GitHub—the largest and most advanced development platform in the world.
Formatting
Formatting
Pre-built actions to make formatting and manipulating data within your workflows easier.
Slack
Slack
Slack is a channel-based messaging platform. With Slack, people can work together more effectively, connect all their software tools and services, and find the information they need to do their best work — all within a secure, enterprise-grade environment.
Display Image with Voice Monkey API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Voice Monkey
 
Try it
Display Image with Voice Monkey API on New Message from Discord API
Discord + Voice Monkey
 
Try it
Display Image with Voice Monkey API on New Message In Channels from Slack API
Slack + Voice Monkey
 
Try it
Display Image with Voice Monkey API on New Message in Channel from Discord Bot API
Discord Bot + Voice Monkey
 
Try it
Display Image with Voice Monkey API on New Submission from Typeform API
Typeform + Voice Monkey
 
Try it
Display Image with the Voice Monkey API

This action will display an image on your device with a screen e.g. Echo Show. See docs here

 
Try it
Display Video with the Voice Monkey API

This action will display a video on your device with a screen e.g. Echo Show. See docs here

 
Try it
Make Announcement with the Voice Monkey API

This action will make an annoucement on your device using the text you supply. See docs here

 
Try it
Trigger Monkey with the Voice Monkey API

This action will make an annoucement on your device using any parameters you set. See docs here

 
Try it

Authentication

Voice Monkey uses API keys for authentication. When you connect your Voice Monkey account, Pipedream securely stores the keys so you can easily authenticate to Voice Monkey APIs in both code and no-code steps.

To retrieve your Access Tokens,

  • Navigate to your Voice Monkey account and sign in
  • Grab your Access Tokens directly from your Dashboard upon signing in