Image Message
Send Messages (Via Number)
Image Message
Send a text message to a specific contact within a workspace.
POST
Image Message
This endpoint allows you to send an image message to a contact. You can provide the image in two ways:
- Image URL: Pass the image URL in the request body.
- Uploaded File: Send the image as a file using
multipart/form-data.
File Field Requirements
- file:
- Required
- Allowed MIME types:
jpg,png - Maximum size: 5.12 MB (
max:5120KB)
Request Options
-
Image URL Example (JSON):
-
Uploaded File Example (multipart/form-data):
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the workspace.
Number of the contact.
Body
application/json
Message sending parameters.