使用Chat App发送WhatsApp消息

接口说明

本接口的单用户QPS限制为250次/秒。超过限制,API调用会被限流,这可能会影响您的业务,请合理调用。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称

类型

必填

描述

示例值

ChannelType

string

类型。

whatsapp

whatsapp

Type

string

消息类型。取值:

  • template:在控制台已被审核通过的消息模板,可以在任意时间发送。

  • message:任意格式的消息,时间限制为在收到用户最后一条消息后的 24 小时内可发送此类消息。

template

MessageType

string

当 Type 为 message 时,指定消息的详细类型。

  • text,纯文本消息。

  • image,图片消息。

  • video,视频消息。

  • audio,音频消息。

  • document,文档消息。

  • interactive ,交互消息。

  • contacts,联系人消息。

  • location,位置消息。

  • sticker,贴纸消息。

  • reaction,心情消息。

说明

详细字段说明,请参见消息模板字段说明

text

TemplateCode

string

模板 Code。

Type为template时此字段必填。

744c4b5c79c9432497a075bdfca3****

Language

string

模板语言。

Type 为 template 时此字段必填,详细语言代码列表,请参见语言代码

en

From

string

消息发送方号码。

说明

在控制台已经验证通过的 WhatsApp 商家号码。

861360000****

To

string

消息接收方号码。

861390000****

TemplateParams

object

消息模板变量。

string

消息模板变量对应的实际值,参数格式为 JSON 格式。如果模板中存在变量,该参数为必填项。

{"param1":"value1","param2":"value2"}

Content

string

消息内容。

  • messageTypetext 时,text 字段为必填,Caption 禁止填写。

  • messageTypeimage 时,Link 必填。

  • messageTypevideo 时,Link 必填。

  • messageTypeaudio 时,Link 必填,Caption 字段无效。

  • messageTypedocument 时,LinkFileName 字段必填,Caption 字段无效。

  • messageTypeinteractive 时,typeaction 字段必填。

  • messageTypecontacts 时,name 字段必填。

  • messageTypelocation 时,longitudelatitude 字段必填。

  • messageTypesticker 时,Link 字段必填,CaptionFileName 字段无效。

  • messageTypereaction 时,messageIdemoji 字段必填。

{"text": "hello whatsapp", "link": "", "caption": "", "fileName": "" }

Payload

array

按钮的触发消息。

string

模板中按钮的触发消息。

payloadtext1,payloadtext2,payloadtext3

FallBackId

string

失败回落策略 ID。可以在控制台创建相关策略并查看。

S_000001

FallBackContent

string

失败回落消息内容。

This is a fallback message.

CustSpaceId

string

子账户空间 ID。

28251486512358****

ContextMessageId

string

回复的消息 ID

61851ccb2f1365b16aee****

TaskId

string

任务 ID

100000001

FallBackDuration

integer

消息在指定时间内没有返回已到达回执时回落,时间单位为秒,最小值为 60,最大值 43200。

不填代表不根据此时间判断回落,仅发送失败有失败的状态报告时才会回落。

120

FallBackRule

string

回落规则。

说明

取值范围

  • undelivered 消息不能发送到端时回落(在发送状态时模板、参数需要校验通过,模板被封、号码被封等不做校验)。参数值为空时默认使用此规则

  • sentFailed 消息在校验模板、模板变量等参数时,校验不通过也会回落。只会强校验 channelType, type, messageType, to, from(是否存在)几个参数。

undelivered

ProductAction

object

Whatsapp CATALOG/MPM 消息发送是商品信息

ThumbnailProductRetailerId

string

商品 RetailerId

S238SK

Sections

object []

商品列表(最多可以有 10 个分类,30 个商品)

Title

string

分类名称

测试

ProductItems

object []

商品列表

ProductRetailerId

string

商品 RetailerId

9I39E9E

FlowAction

object

Flow 发送数据

FlowToken

string

flow token 信息

1122***

FlowActionData

object

flow 默认参数

string

flow 默认参数

{"name":"test"}

返回参数

名称

类型

描述

示例值

object

返回数据。

RequestId

string

请求 ID。

90E63D28-E31D-1EB2-8939-A94866411B2O

Code

string

请求状态码。

  • 返回 OK 代表请求成功。

  • 其他错误码,请参见API错误码

OK

Message

string

错误提示信息。

User not authorized to operate on the specified resource.

MessageId

string

消息 ID。

61851ccb2f1365b16aee****

示例

正常返回示例

JSON格式

{
  "RequestId": "90E63D28-E31D-1EB2-8939-A94866*******",
  "Code": "OK",
  "Message": "User not authorized to operate on the specified resource.",
  "MessageId": "61851ccb2f1365b16aee****"
}

错误码

HTTP status code

错误码

错误信息

400

Product.Unsubscript

You have not subscribed to the specified product.

400

Ram.PermissionDeny

You are not authorized to perform the operation.

400

System.LimitControl

The system is under flow control.

400

Unknown.ResourceOwnerId

The resource does not belong to the current user.

访问错误中心查看更多错误码。