WeChat Enhanced icon

WeChat Enhanced

WeChat Enhanced Node - Suporte completo para Mini Programs, Official Accounts, WeChat Pay e WeChat Work

Overview

This node enables interaction with the WeChat Official Account platform, specifically allowing users to send text messages to WeChat users identified by their Open ID. It is useful for automating communication workflows such as customer support, notifications, or marketing messages via WeChat Official Accounts.

For example, you can use this node to send personalized text updates to subscribers of your Official Account, such as order confirmations, event reminders, or promotional messages.

Properties

Name Meaning
Open ID The unique identifier of the user within the Official Account to whom the message will be sent.
Content The text content of the message to be sent to the user.

Output

The node outputs a JSON object representing the response from the WeChat API after attempting to send the text message. This typically includes status information about the message delivery, such as success confirmation or error details.

No binary data output is produced by this operation.

Dependencies

  • Requires an active subscription and valid API key credential for the external "N8N Tools API" service that acts as a proxy/validation layer.
  • Requires credentials for authenticating with the WeChat Official Account API.
  • The node internally uses a helper class to interact with the WeChat API endpoints.

Troubleshooting

  • Invalid subscription or API key: If the node throws an error indicating invalid subscription or API key, verify that the API key credential configured in n8n is correct and active.
  • Unsupported operation error: Ensure that the selected resource is "Official Account" and the operation is "Send Text Message".
  • User Open ID issues: If the message fails to send, confirm that the provided Open ID corresponds to a valid user subscribed to your Official Account.
  • API rate limits or permissions: Sending messages may be subject to WeChat API rate limits or permission restrictions; check your WeChat Official Account settings and quotas.

Links and References

Discussion