Actions23
- Channel Actions
- Message Actions
- Contact Actions
- Tickets Actions
Overview
This node allows sending media messages to a specified phone number via the Bizwachat API. It is useful in scenarios where you want to automate the delivery of multimedia content such as images, videos, or documents along with captions directly to users' phones. Practical examples include sending promotional images, instructional videos, or important documents to customers or team members.
Properties
| Name | Meaning |
|---|---|
| Phone | Recipient's phone number to which the media message will be sent. |
| Media Type | The type of media being sent (e.g., image, video, document). |
| Media Url | The URL pointing to the media file that will be sent. |
| Caption | A text caption accompanying the media message. |
| File Name | The name of the media file being sent. |
Output
The node outputs JSON data representing the response from the Bizwachat API after attempting to send the media message. This typically includes status information about the message delivery. There is no indication that binary data is output by this node.
Dependencies
- Requires an API key credential for authenticating with the Bizwachat API.
- The node communicates with the Bizwachat API endpoint at
https://bizwachat.com. - Proper network access and valid credentials are necessary for successful operation.
Troubleshooting
- Common Issues:
- Invalid or missing phone number format may cause message sending to fail.
- Incorrect media URL or inaccessible media files can result in errors.
- Missing or invalid API authentication token will prevent communication with the API.
- Error Messages:
- Authentication errors usually indicate issues with the provided API key; verify and update credentials.
- HTTP errors related to media URL often mean the file is not reachable or the URL is incorrect; check the URL accessibility.
- Validation errors on required fields suggest missing input properties; ensure all required fields are filled.
Links and References
- Bizwachat Official Website
- Bizwachat API Documentation (if available)