API for WhatsApp and WhatsApp Business
Building a two-way chatbot application is now easy and enjoyable thanks to the
Waboxapp API. With its simple and straightforward API, developers and
businesses can create a powerful bot that communicates effortlessly with
customers, automatically providing support, information and more.
The API can be used to build a wide range of applications, such as:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
waboxapp: {
type: "app",
app: "waboxapp",
}
},
async run({steps, $}) {
return await axios($, {
method: "post",
url: `https://www.waboxapp.com/api/status/[UID]`,
params: {
token: `${this.waboxapp.$auth.api_token}`,
},
})
},
})
With Schedule - A trigger provided by Pipedream - You can easily build
automated workflows that run on regular times or intervals. Some examples of
things that you can build using the Schedule API include: