whatsapp web
WhatsApp is a messaging application for smartphones, which sends and receives messages via the Internet, complementing instant messaging services, short message service or multimedia messaging system. In addition to using text mode messaging, contact book, WhatsApp users can create groups and send each other images, videos and audio recordings. today you can also anjoy the web version called whatsapp web at: https://web.whatsapp.com
import { Duffel } from '@duffel/api'
const duffel = new Duffel({
// Store your access token in an environment variable, keep it secret and only readable on your server
token: process.env.DUFFEL_ACCESS_TOKEN,
})
// To quickly test whether your integration is working, you can get a single aircraft by its Duffel ID
const aircraft = await duffel.aircraft.get('arc_00009VMF8AhXSSRnQDI6Hi')
console.log(aircraft)