Esendex

We're a global business communication provider, delivering reliable SMS, voice, web and multichannel solutions.

Go to site
Explore
/
Apps
/
Esendex

Esendex API Integrations

Build and run workflows using the Esendex 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: {
    esendex: {
      type: "app",
      app: "esendex",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.esendex.com/v1.0/accounts`,
      auth: {
        username: `${this.esendex.$auth.username}`,
        password: `${this.esendex.$auth.api_password}`,
      },
    })
  },
})

Authentication

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

  • username is the email address used to log into Esendex.
  • Retrieve your api_password on your Esendex user profile