mirror of
https://github.com/mimamch/wa-gateway.git
synced 2026-04-25 17:05:49 +03:00
[GH-ISSUE #65] WEBHOOK, Send Text Only = OK, Document Only = OK, but Document + Text = Both NULL #48
Labels
No labels
bug
documentation
invalid
pull-request
question
request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wa-gateway-mimamch#48
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ranggasenjari on GitHub (Jun 6, 2025).
Original GitHub issue: https://github.com/mimamch/wa-gateway/issues/65
This is what I received on the webhook endpoint, it shows the text and document elements are null when I send a document with a caption.
"body": { "session": "notif", "from": "62000000000@s.whatsapp.net", "message": null, "media": { "image": null, "video": null, "document": null, "audio": null }@mdestafadilah commented on GitHub (Jun 8, 2025):
what's your endpoint? i will test too
@rhosadac commented on GitHub (Jun 28, 2025):
its all oke.
but document not include file extension
body.media.document = id
without file extension