POST /{partner_id}/integrations/{integration_id}/whatsapp-messages HTTP/1.1
Host:
apikey: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 100
{
"customer_id": "text",
"destination_phone": "text",
"message_type": "booking_created",
"booking_data": {}
}