Skip to content

🐞 Replying Message Failed #303

Open
@baharsah

Description

@baharsah

What happened?

I cant reply message

Image

Reproduction Steps

1. I use testing account to trigger webhook

{
  "from": "62<redacted>@s.whatsapp.net",
  "message": {
    "id": "0FE396E0XXXXXXXXXXXXX",
    "text": "Test"
  },
  "pushname": "Ikan Goreng",
  "timestamp": "2025-06-23T04:35:45Z"
}

2. Triggering send reply message from web interface like 

POST : /send/message


{"phone":"62<redacted>@s.whatsapp.net","message":"test","is_forwarded":false,"reply_message_id":"0FE396E052763XXXXXXXXXX"}


RESP :
{
    "code": "SUCCESS",
    "message": "Message sent to 62XXXXXX@s.whatsapp.net (server timestamp: 2025-06-23 04:40:25 +0000 UTC)",
    "results": {
        "message_id": "XXXXXXXXXXXX",
        "status": "Message sent to 62XXXXX@s.whatsapp.net (server timestamp: 2025-06-23 04:40:25 +0000 UTC)"
    }
}


3. Result was placed in "What Happened" Section

Relevant log output

Screenshots or Additional Context

No response

Application Version

6.0.3

Verification

  • I have checked for existing closed issues and discussions.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions