Whatsapp Web Hooks
Webhooks in Whatsmark allow seamless integration with external services by sending real-time data when specific events occur. This feature ensures that your system stays updated by automatically transmitting WhatsApp received data to a specified URL.
NOTE
WhatsMark Webhook is used for WhatsApp notifications, while Webhook Management is specifically for the WhatsMark Laravel script. Please don't confuse between WhatsApp Webhook and Webhook Management.
- When enabled, the system will resend WhatsApp received data to the specified endpoint.
1. Webhook Resend Method
- The method used to send the webhook request.
- Here, GET is selected, meaning data will be sent via a GET request.
2. Webhook Endpoint URL
- The system will resend received WhatsApp data to link that you have added.
- This ensures that all WhatsApp interactions are captured and processed by the specified service.
Why Use Webhooks?
- Automates data transfer between Whatsmark and external applications.
- Ensures real-time updates when WhatsApp messages are received.
- Improves workflow automation by sending data to third-party services for processing.