With the WhatsApp by Online Live Support API, you can easily and quickly integrate WhatsApp as part of your business process. This API provides optimized API for Whatsapp and allows your customers to communicate with you through the world's most popular messaging app. This API not only ensures customers can conveniently make contact but also increases your customer service quality and efficiency.
Some examples of what you can build with this API include:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
online_live_support: {
type: "app",
app: "online_live_support",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://v2.onlinelivesupport.com/sessions/status/${this.online_live_support.$auth.session_id}`,
})
},
})
WhatsApp by Online Live Support uses API keys for authentication. When you connect your WhatsApp by Online Live Support account, Pipedream securely stores the keys so you can easily authenticate to WhatsApp by Online Live Support APIs in both code and no-code steps.
To retrieve your session_id
, copy the ID from the URL where you created your session:https://online-live-support.com/whatsapp-setup/?id={your_session_id_here}