We're a global business communication provider, delivering reliable SMS, voice, web and multichannel solutions.
Go to siteimport { 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}`,
},
})
},
})
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.api_password
on your Esendex user profile