whatsapp-delivery-check

Retrieve WhatsApp message delivery status history via the TimelinesAI API.

3|2|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/InitechSoftware/openclaw-whatsapp-skills --skill whatsapp-delivery-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: whatsapp-delivery-check
Source: https://github.com/InitechSoftware/openclaw-whatsapp-skills/tree/main/skills/whatsapp-delivery-check
Command: npx skills add https://github.com/InitechSoftware/openclaw-whatsapp-skills --skill whatsapp-delivery-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill resolves the uncertainty of whether a sent WhatsApp message reached the recipient, distinguishing between sent, delivered, and read states to provide clear communication feedback.

Core Features & Use Cases

  • Delivery Verification: Polls the TimelinesAI status history to confirm if a message was successfully received by the target device.
  • Read Receipt Analysis: Provides visibility into whether a message has been opened, while accounting for privacy settings that hide read receipts.
  • Use Case: Use this to confirm that a critical invoice or notification was delivered to a client, allowing you to provide accurate updates to your team or the end user.

Quick Start

Use the whatsapp-delivery-check skill to retrieve the delivery timeline for the message with the provided unique identifier.

Frequently Asked Questions about whatsapp-delivery-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check the delivery status of a WhatsApp message using an API?

To check WhatsApp message delivery status, retrieve the status history using the TimelinesAI API and a valid message_uid. This distinguishes between sent, delivered, and read states for transactional messaging workflows.

Can I track if a WhatsApp message was read when privacy settings hide read receipts?

Tracking WhatsApp read receipts via the TimelinesAI API provides visibility into opened messages, but accounts for privacy settings that hide read receipts by showing the latest available delivery or sent event in the status history.

Do I need a TimelinesAI API key to verify WhatsApp message delivery?

Yes, you need a valid TimelinesAI API key and a specific message_uid to query the status history endpoint and verify WhatsApp message delivery timelines for your conversational messaging workflows.

What is the best way to confirm a transactional WhatsApp invoice was received by a client?

The best way to confirm a transactional WhatsApp invoice delivery is to poll the TimelinesAI status history endpoint using the message_uid. This verifies if the message successfully reached the target device for accurate team updates.

Why does my WhatsApp message show as sent but not delivered when querying delivery tracking?

WhatsApp delivery tracking via the TimelinesAI API distinguishes sent, delivered, and read states. A message showing as sent but not delivered indicates the target device has not yet received the message payload.