A business messaging platform that unifies customer communication for tech-savvy orgs that market, sell & support across instant messaging, web chat & email.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
respond_io: {
type: "app",
app: "respond_io",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.respond.io/v2/space/user`,
headers: {
Authorization: `Bearer ${this.respond_io.$auth.access_token}`,
"Content-Type": `application/json`,
},
})
},
})
Respond.io uses API keys for authentication. When you connect your Respond.io account, Pipedream securely stores the keys so you can easily authenticate to Respond.io APIs in both code and no-code steps.
To retrieve your Access Tokens,