import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
heyy: {
type: "app",
app: "heyy",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.hey-y.io/api/v2.0/business`,
headers: {
Authorization: `Bearer ${this.heyy.$auth.api_token}`,
},
})
},
})
Emit new event when a business gets a new incoming message. See the documentation
Updates the details of a contact under your business. See the documentation
Heyy uses API keys for authentication. When you connect your Heyy account, Pipedream securely stores the keys so you can easily authenticate to Heyy APIs in both code and no-code steps.