import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
whautomate: {
type: "app",
app: "whautomate",
}
},
async run({steps, $}) {
return await axios($, {
url: `${this.whautomate.$auth.api_host}/v1/contacts`,
headers: {
"x-api-key": `${this.whautomate.$auth.api_key}`,
},
})
},
})
Emit new event when an appointment is cancelled in Whautomate.
Emit new event when a new appointment is scheduled in Whautomate.
Emit new event when a new client is created in Whautomate.
Assign one or more tags to an existing contact. See the documentation
Create a new contact associated with a WhatsApp number. See the documentation
Send a pre-defined WhatsApp message template to a contact. See the documentation
Whautomate uses API keys for authentication. When you connect your Whautomate account, Pipedream securely stores the keys so you can easily authenticate to Whautomate APIs in both code and no-code steps.
To retrieve your API Host and API Key,