WhatsApp Business Cloud 节点常见问题#
以下是 WhatsApp Business Cloud 节点 的一些常见错误和问题以及解决或排除故障的步骤。
错误请求 - 请检查您的参数#
当 WhatsApp Business Cloud 由于参数问题而拒绝您的请求时,会出现此错误。如果您发送的数据与模板格式不匹配,在使用 Send Template 发送模板 操作时通常会看到此错误。
要解决此问题,请查看您的消息模板中的参数。注意每个参数的数据类型和它们在模板中定义的顺序。
Check the data that n8n is mapping to the template parameters. If you're using expressions to set parameter values, check the input data to make sure each item resolves to a valid value. You may want to use the Edit Fields (Set) node or set a fallback value to ensure you send a value with the correct format.
处理非文本媒体#
WhatsApp Business Cloud 节点可以处理非文本消息和媒体,如图像、音频、文档等。
如果您的操作包含 Input Data Field Name 输入数据字段名称 或 Property Name 属性名称 参数,请将其设置为字段名称本身,而不是在表达式中引用数据。
例如,如果您尝试发送一条 MessageType 消息类型 为"Image"的消息,并且 Take Image From 从中获取图像 设置为"n8n",请将 Input Data Field Name 输入数据字段名称 设置为字段名称,如 data,而不是表达式,如 {{ $json.input.data }}。