Skip to content
On this page

Customer Service

openCustomerService

Opens a Wechat Customer Service chat.

Type

typescript
function openCustomerService(request: {corpid: string; url: string}): Promise<boolean>;

Parameters

NameTypeRequiredDefault ValueDescription
corpidStringYes/Corporation ID from https://kf.weixin.qq.com/
urlStringYes/URL for customer service chat from https://kf.weixin.qq.com/

Released under the MIT License.