Get WhatsApp Session Status
Check the 24-hour WhatsApp messaging window status for a Famulor conversation
GET
Check whether an active 24-hour WhatsApp messaging window exists between your Famulor WhatsApp sender and a specific recipient. Use this endpoint to determine whether you can send freeform messages or need to use a template message.
Query Parameters
The ID of the WhatsApp sender (obtained from the Get Senders endpoint)
The recipient’s phone number in international format (e.g.,
+1234567890)Response Fields
Whether the request was successful
Whether a conversation exists with this recipient
The conversation ID (only present when
has_conversation is true)The customer’s name if available (only present when
has_conversation is true)ISO 8601 timestamp of the customer’s last message (only present when
has_conversation is true)Error Responses
404 Not Found
Typical Workflow
Use this endpoint as part of a WhatsApp message-sending flow:- Check session status before sending a message.
- If
can_send_freeformistrue→ use Send Freeform Message. - If
requires_templateistrue→ use Send Template Message.
Notes
- The 24-hour window is based on the customer’s last inbound message timestamp.
- Each new customer message resets the 24-hour timer.
- This endpoint is read-only and does not consume any Famulor balance.

