文档

SendChatappMessage - 发送ChatApp消息

更新时间:

发送ChatApp消息。

接口说明

QPS 限制

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

状态变更

消息发送状态可以通过 MNS/HTTP 方式监听,具体请参考回执消息

调试

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

授权信息

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

请求参数

名称类型必填描述示例值
ChannelTypestring

类型。取值:

  • whatsapp

  • viber

  • line(开发中)。

whatsapp
Typestring

消息类型。取值:

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

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

template
MessageTypestring

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

Whatsapp 消息类型:

  • text,纯文本消息。

  • image,图片消息。

  • video,视频消息。

  • audio,音频消息。

  • document,文档消息。

  • interactive ,交互消息。

  • contacts,联系人消息。

  • location,位置消息。

  • sticker,贴纸消息。

  • reaction,心情消息。

Viber 消息类型:

  • text,文本消息。

  • image,图片消息。

  • video, 视频消息。

  • document, 文件消息。

  • text_button, 文本+按钮消息。

  • text_image_button, 文本+图片+按钮消息。

  • text_video, 文本+视频消息。

  • text_video_button, 文本+视频+按钮消息。

  • text_image, 文本+图片消息。

说明 详细字段说明,请参见字段说明
text
TemplateCodestring

模板 Code。Type 为 template 时此字段必填。

744c4b5c79c9432497a075bdfca3****
Languagestring

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

en
Fromstring

消息发送方号码。

说明 当前支持 WhatsApp 账号且在控制台审核通过的号码。
861360000****
Tostring

消息接收方号码。

861390000****
TemplateParamsobject

消息模板变量。

string

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

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

消息内容。

Whatsapp 消息备注:

  • messageTypetext 时,text 字段为必填,Caption 禁止填写。
  • messageTypeimage 时,Link 必填。
  • messageTypevideo 时,Link 必填。
  • messageTypeaudio 时,Link 必填,Caption 字段无效。
  • messageTypedocument 时,LinkFileName 字段必填,Caption 字段无效。
  • messageTypeinteractive 时,typeaction 字段必填。
  • messageTypecontacts 时,name 字段必填。
  • messageTypelocation 时,longitudelatitude 字段必填。
  • messageTypesticker 时,Link 字段必填,CaptionFileName 字段无效。
  • messageTypereaction 时,messageIdemoji 字段必填。

Viber 消息备注:

  • messageTypetext 时,text 字段必填。
  • messageTypeimage 时,link 字段必填。
  • messageTypevideo 时,link, thumbnail, fileSize, duration 字段必填。
  • messageTypedocument 时,link, fileName, fileType 字段为必填。
  • messageTypetext_button时,text, caption, action 字段为必填。
  • messageTypetext_image_button时,text, link, caption, action 字段为必填。
  • messageTypetext_video时,text, link, thumbnail, fileSize, duration 字段为必填。
  • messageTypetext_video_button时,text, link, thumbnail, fileSize, duration, caption 字段为必填,action 字段不能为值。
{"text": "hello whatsapp", "link": "", "caption": "", "fileName": "" }
Payloadarray

按钮的触发消息。

string

模板中按钮的触发消息。

payloadtext1,payloadtext2,payloadtext3
CustWabaIddeprecatedstring

ISV 客户 wabaId。

说明 过时的参数,请使用 CustSpaceId。
65921621816****
FallBackIdstring

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

说明 中国站此字段无效。
S_00****
FallBackContentstring

失败回落消息内容。

说明 中国站此字段无效。
This is a fallback message.
IsvCodestring

ISV 校验码,用于校验子账号是否由 ISV 授权。

skdi3kksloslikd****
CustSpaceIdstring

子账户空间 ID。

28251486512358****
ContextMessageIdstring

回复的消息 ID。

61851ccb2f1365b16aee****
TrackingDatastring

Viber 消息跟踪数据值。

tracking_id:12****
Labelstring

Viber 消息类型。当 ChannelType=viber 时为必填,取值:

  • pormotion
  • transaction
promotion
Ttlinteger

Viber 消息发送超时时间,单位:秒,取值范围 30~1209600。

50
Tagstring

Viber 消息发送时 tag 信息。

tag
TaskIdstring

任务 ID。

10000****
FallBackDurationinteger

消息在指定时间内没有返回已到达回执时回落, 不填代表不根据此时间判断回落,仅发送失败有失败的状态报告时才会回落。时间单位为秒,最小值为 60,最大值 43200。

说明 中国站此字段无效。
120
ProductActionobject

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

ThumbnailProductRetailerIdstring

商品 RetailerId。

S238SK****
Sectionsarray<object>

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

object

商品分类。

Titlestring

分类名称。

测试
ProductItemsarray<object>

商品列表。

object

商品信息。

ProductRetailerIdstring

商品 RetailerId。

9I39E****
FallBackRulestring

回落规则。取值:

  • undelivered:消息不能发送到端时回落(在发送状态时模板、参数需要校验通过,模板被封、号码被封等不做校验)。参数值为空时默认使用此规则。
  • sentFailed:消息在校验模板、模板变量等参数时,校验不通过也会回落。只会强校验 channelType, type, messageType, to, from(是否存在) 几个参数。
说明 中国站此字段无效。
undelivered
FlowActionobject

Flow 发送数据。

FlowTokenstring

flow token 信息。

1122***
FlowActionDataobject

flow 默认参数。

string

flow 默认参数。

{"name":"test"}
TemplateNamestring

模板名称。

test_name

返回参数

名称类型描述示例值
object

返回数据。

RequestIdstring

请求 ID。

90E63D28-E31D-1EB2-8939-A94866411B2O
Codestring

请求状态码。

  • 返回 OK 代表请求成功。

  • 其他错误码,请参见错误码列表

OK
Messagestring

错误提示信息。

User not authorized to operate on the specified resource.
MessageIdstring

消息 ID。

61851ccb2f1365b16aee****

示例

正常返回示例

JSON格式

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

错误码

HTTP status code错误码错误信息
400Product.UnsubscriptYou have not subscribed to the specified product.
400Ram.PermissionDenyYou are not authorized to perform the operation.
400System.LimitControlThe system is under flow control.
400Unknown.ResourceOwnerIdThe resource does not belong to the current user.

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

变更历史

变更时间变更内容概要操作
2024-04-10OpenAPI 错误码发生变更、OpenAPI 入参发生变更查看变更详情
2024-03-14OpenAPI 错误码发生变更查看变更详情
2023-11-21OpenAPI 错误码发生变更、OpenAPI 入参发生变更查看变更详情
2023-09-21OpenAPI 错误码发生变更、OpenAPI 入参发生变更查看变更详情
2023-08-01OpenAPI 错误码发生变更、OpenAPI 入参发生变更查看变更详情
2023-04-13OpenAPI 错误码发生变更、OpenAPI 入参发生变更查看变更详情
2023-03-02OpenAPI 错误码发生变更、OpenAPI 入参发生变更查看变更详情
2022-09-20OpenAPI 错误码发生变更、OpenAPI 入参发生变更查看变更详情
2022-07-15OpenAPI 错误码发生变更、OpenAPI 入参发生变更查看变更详情