mirror of
https://github.com/mimamch/wa-gateway.git
synced 2026-04-25 17:05:49 +03:00
[GH-ISSUE #51] Can't Send image #37
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#37
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 @menjest on GitHub (Feb 19, 2025).
Original GitHub issue: https://github.com/mimamch/wa-gateway/issues/51
In Documentation Instruction to send image use POST /message/send-image
i try to send image with curl but didn't work , i try on browser with this http://localhost:5001/message/send-image?session=mysession&to=628123456789&text=Hello&image_url=https://placehold.co/600x400
same didn't work also
{"message":"Route not found"}
,can u give me advise
@mimamch commented on GitHub (Feb 20, 2025):
Use POST method, put payload in body.