Wistia

Software that makes it easy to find, engage, and grow your audience with video.

Go to site
Explore
/
Apps
/
Wistia

Wistia API Integrations

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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    wistia: {
      type: "app",
      app: "wistia",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.wistia.com/v1/account.json`,
      auth: {
        username: `api`,
        password: `${this.wistia.$auth.api_token}`,
      },
    })
  },
})
Upload Media with Wistia API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Wistia
 
Try it
Send Message (Advanced) with Discord Webhook API on New Project from Wistia API
Wistia + Discord Webhook
 
Try it
Upload Media with Wistia API on New Message in Channel from Discord Bot API
Discord Bot + Wistia
 
Try it
Upload Media with Wistia API on New Submission from Typeform API
Typeform + Wistia
 
Try it
Upload Media with Wistia API on Custom Events from Zoom API
Zoom + Wistia
 
Try it
New Project from the Wistia API

Emit new event for each created project.

 
Try it
New Video from the Wistia API

Emit new event for each created video.

 
Try it
New Viewing Session from the Wistia API

Emit new event for each new viewing session.

 
Try it
New Visitor from the Wistia API

Emit new event for each visitor.

 
Try it
Upload Media with the Wistia API

Upload a media. See docs here

 
Try it

Authentication

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

When your Wistia account is created, a master token will automatically be generated for you account, which you can find in the API tab of your Account Settings in your Wistia account. This master token has full read/write permissions on your account. You can generate additional access tokens with various permissions as well.