WhatsApp Outreach by Boost.space icon

WhatsApp Outreach by Boost.space

Imported app WhatsApp Outreach by Boost.space.

Overview

This node enables sending a message to a specific WhatsApp chat using the Boost.space WhatsApp Outreach integration. It is useful for automating communication workflows where you want to programmatically send text messages to individual chats on WhatsApp. For example, it can be used in customer support automation to reply to customers, in marketing campaigns to send personalized messages, or in internal team communications.

Properties

Name Meaning
Text The content of the message to send.
Chat ID The identifier of the WhatsApp chat where the message will be sent.
Quote ID (Optional) The ID of an existing message to reply to; if omitted, sends as a new message.

Output

The node outputs JSON data representing the response from the WhatsApp API after sending the message. This typically includes details about the sent message such as its ID, status, timestamp, and any metadata returned by the API.

The node does not output binary data for this operation.

Dependencies

  • Requires an API key credential for authenticating with the Boost.space WhatsApp Outreach service.
  • The node makes HTTP POST requests to the Boost.space Supabase function endpoints and the WhatsApp API.
  • No additional environment variables are explicitly required beyond the configured API authentication.

Troubleshooting

  • Common issues:
    • Invalid or missing Chat ID: Ensure the Chat ID corresponds to an existing chat obtained via the "list chats" operation.
    • Missing or empty Text property: The message text must be provided.
    • API authentication errors: Verify that the API key credential is correctly set up and has necessary permissions.
  • Error messages:
    • Authentication failures usually indicate invalid credentials.
    • API errors may return descriptive messages from the WhatsApp Outreach service; check the error details for guidance.
  • To resolve issues, confirm all required parameters are set, and test connectivity to the external API.

Links and References

Discussion