GoDial is a mobile app to help increase sales. Simple import your contact lists. Auto dial calls. Save call status. Schedule Callbacks. Add Notes.
Go to siteThe GoDial API can be used to build a variety of applications, including:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
godial: {
type: "app",
app: "godial",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://enterprise.godial.cc/meta/api/externals/accounts/list`,
params: {
access_token: `${this.godial.$auth.api_token}`,
},
})
},
})
GoDial uses API keys for authentication. When you connect your GoDial account, Pipedream securely stores the keys so you can easily authenticate to GoDial APIs in both code and no-code steps.
To retrieve your API Token,