salman0ansari / whatsapp-api-nodejs

RESTful WhatsApp API with Multiple Device Support
GNU General Public License v3.0
1.27k stars 606 forks source link

Not Sending Image #766

Closed Steevoh120 closed 1 year ago

Steevoh120 commented 1 year ago

I cannot be able to send image files i.e post to /message/image results in error TypeError: Cannot read properties of undefined (reading \u0027mimetype\u0027)\u0022}\n" }

My payload is { "id": "**************", "caption": "Test Image Send", "file": "https://cdn.motor1.com/images/mgl/Mk3qg6/s3/2017-tesla-roadster-deck-model-petersen-automotive-museum.jpg" }

salman0ansari commented 1 year ago

use mediaurl endoint.

Steevoh120 commented 1 year ago

/mediaurl results in Error: Invalid media type. (Using the same payload)

salman0ansari commented 1 year ago

check postman docs.

Steevoh120 commented 1 year ago

check postman docs.

I am actually simulating using Postman

salman0ansari commented 1 year ago

you aren't reading it carefully my friend. You are missing something in body 👍🏻 read it carefully