Bizwachat icon

Bizwachat

Interact with Bizwachat API

Overview

The node integrates with the Bizwachat API to send message campaigns. Specifically, the "Send Campaign" operation under the "Message" resource allows users to create and dispatch a campaign by specifying its name. This is useful for automating marketing or notification workflows where bulk messaging campaigns need to be sent out efficiently.

Practical examples include:

  • Sending promotional campaigns to customers.
  • Dispatching event notifications or alerts to a subscriber list.
  • Automating regular updates or newsletters via messaging channels supported by Bizwachat.

Properties

Name Meaning
Name The name of the campaign to be sent. This identifies the campaign in the system and is required to initiate sending.

Output

The node outputs JSON data representing the response from the Bizwachat API after attempting to send the campaign. This typically includes information about the success or failure of the request, campaign identifiers, status messages, or error details if applicable.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authenticating with the Bizwachat API.
  • The node uses the Bizwachat OpenAPI client internally to communicate with the service.
  • Network access to https://bizwachat.com is necessary.
  • Proper configuration of the API authentication credentials within n8n is mandatory.

Troubleshooting

  • Common issues:

    • Missing or invalid API credentials will cause authentication failures.
    • Providing an empty or invalid campaign name may result in API errors.
    • Network connectivity problems can prevent communication with the Bizwachat API.
  • Error messages:

    • Authentication errors typically indicate incorrect or missing API keys; verify credentials.
    • Validation errors from the API often relate to missing required fields like the campaign name; ensure all required properties are set.
    • Timeout or network errors suggest connectivity issues; check internet access and firewall settings.

Links and References

Discussion