Skip to content

Instantly share code, notes, and snippets.

View pedroSoaresll's full-sized avatar
💸
Empowering organiz itations to achieve their best performance with technology.

Pedro Oliveira pedroSoaresll

💸
Empowering organiz itations to achieve their best performance with technology.
View GitHub Profile
@pedroSoaresll
pedroSoaresll / whatsapp-cloud-api.types.ts
Created August 7, 2025 03:26
This will help you to correct type WhatsApp Cloud API body payload to send messages based on options available
export type WhatsAppMessage =
| TextMessage
| ImageMessage
| DocumentMessage
| AudioMessage
| VideoMessage
| StickerMessage
| LocationMessage
| ContactMessage
| TemplateMessage