Notification URLs let you send WhatsApp events to external systems in real time. FromDocumentation Index
Fetch the complete documentation index at: https://docs.jelou.ai/llms.txt
Use this file to discover all available pages before exploring further.
Settings you can create a URL associated with a specific bot.This gives you independent control based on the flow or use case.
What are they used for?
They allow your system to automatically receive information when an event occurs in a campaign or message. For example:- Confirm that a message was read
- Detect a send failure
- Record when a user replies
How to configure a notification URL
When creating a new URL you will need to:- Select the type of event you want to receive:
- Read
- Failed
- Reply
- All (includes all events)
- Enter the destination URL (endpoint).
- Define the authentication type the endpoint will use.
Benefits
Greater flexibilityYou can define a URL for a specific event or group all of them into one. More security
Configure the authentication method that best suits your technical environment. Simpler administration
Fewer duplicate configurations and better organization. Better operational experience
Clear interface to manage notifications in an organized and efficient way.
Notification URLs are key when you need to integrate Jelou with a CRM, internal systems, or real-time analytics tools.
Event examples
Below are examples of the payload you will receive at your notification URL depending on the event type:Failed
Failed
Sent when the message could not be delivered.
Delivered to channel
Delivered to channel
Sent when the message was delivered to the channel (WhatsApp).
Delivered to user
Delivered to user
Sent when the message was delivered to the user’s device.
Read
Read
Sent when the user read the message.
Reply
Reply
Sent when the user replies to the message.