8x8 Connect is your intuitive all-in-one omnichannel communications management platform. Send millions of messages, get insights, and optimize effortlessly.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
_8x8_connect: {
type: "app",
app: "_8x8_connect",
}
},
async run({steps, $}) {
return await axios($, {
url: `${this._8x8_connect.$auth.base_url}/api/v1/accounts/${this._8x8_connect.$auth.account_id}/balance`,
headers: {
Authorization: `Bearer ${this._8x8_connect.$auth.api_key}`,
},
})
},
})
Check the status of an SMS Logs export job and to get a download link if its generation has succeeded. See the documentation
8x8 Connect uses API keys for authentication. When you connect your 8x8 Connect account, Pipedream securely stores the keys so you can easily authenticate to 8x8 Connect APIs in both code and no-code steps.
To retrieve your API Key, Account ID, and Subaccount ID,