Phaxio

Build apps that talk fax. Send and receive fax through our advanced, best-in-class API.

Go to site
Explore
/
Apps
/
Phaxio

Phaxio API Integrations

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

Overview

Using the Phaxio API, you can quickly and easily build integrations that allow your users to send payments, verify user information, securely sign documents, and much more.

For example, you can:

  • Request payments: Allow your users to make payments via secure phone-based two-factor authentication.
  • Verify user information: Confirm identity with automated two-tier voice call verification.
  • Sign documents: Allow users to sign documents securely and remotely with your own custom web-based or app-based workflow.
  • Send multimedia messages: Push updates, reminders, and documents to your customers with multimedia messages that can be sent as email, SMS, and/or voice.
  • Build custom business intelligence applications: Gather data from phone conversations to gain insights into customer conversations, call trends, and other interesting correlations.
  • Create confirmation-based notifications: Allow your users to receive updates, reminders, and confirmations via voice, email, or SMS.
  • Integrate into existing systems: Leverage existing databases, applications, and platforms such as CRMs, billing systems, notification services, and more.
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: {
    phaxio: {
      type: "app",
      app: "phaxio",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.phaxio.com/v2.1/account/status`,
      auth: {
        username: `${this.phaxio.$auth.api_key}`,
        password: `${this.phaxio.$auth.api_secret}`,
      },
    })
  },
})
Send Fax with Phaxio API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Phaxio
 
Try it
Send Fax with Phaxio API on New Item in Feed from RSS API
RSS + Phaxio
 
Try it
Send Fax with Phaxio API on New Submission from Typeform API
Typeform + Phaxio
 
Try it
Send Fax with Phaxio API on Custom Events from Zoom API
Zoom + Phaxio
 
Try it
Send Fax with Phaxio API on New Submission (Instant) from Jotform API
Jotform + Phaxio
 
Try it
Send Fax with the Phaxio API

Sends a fax. See docs here

 
Try it

Authentication

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

To get your API key and secret, go to the API Keys page in Phaxio's sidebar.