Stella Platform Documentation

Stella Platform Documentation

  • Docs
  • Procedures
  • Reference
  • FAQ
  • Bot API
  • API
  • Languages iconEnglish
    • 中文

›WeChat

Overview

  • Documentation Guide

Get Started

  • Introduction
  • Recent Updates
  • Best Practices
  • Chatbot Template

Bot Builder

  • Workspace
  • Node
  • Attachment ID

Node Inspector

  • Tree ID & Composite ID
  • Basic Information
  • Triggers
  • Responses
  • Actions
  • Redirect
  • Member Tagging
  • Analytics
  • NLP
  • Advance

Facebook

  • Message Types
  • Button Types
  • Persistent Menu
  • Access Token
  • One-Time Notification
  • N-Time Notification (Beta)

Instagram

  • Message Types

WhatsApp

  • Overview
  • Setup Procedure
  • Message Types

Web Chat

  • Overview
  • Message Types
  • Button Types

WeChat

  • Message Types

Slack

  • Message Types

Telegram

  • Message Types

Integrations

  • Dialogflow
  • Stripe
  • LUIS
  • Custom Inbox Integration

Data Source

  • Data Source

Media Library

  • Media Library

Channels

  • Overview
  • Webhooks
  • Channel-wide Metadata
  • Business Availability
  • Facebook
  • Instagram
  • Web Chat
  • WhatsApp
  • WeChat
  • Slack (Public App)
  • Slack (Custom App)
  • Teamwork
  • Zendesk
  • Custom Platform

Analytics

  • Members
  • Dashboard
  • PSID

Settings

  • Overview
  • Locale
  • Pairing Channels
  • Role-based Access Control
  • Access Token
  • Audit Trail

Push Panel

  • Push Content
  • Audience
  • Analytics

Log

  • Log

WeChat Message Types

There are various types of message content that can be sent to your users:

  • Text
  • Image
  • Audio
  • Video
  • News

Text

{
  type: "TEXT",
  text: "Hello World!",
}
PropertyDescriptionRequired
typeTEXTY
textStringY

Image

{
  type: "IMAGE",
  url: "http://image.png",
  mediaId: "SomeStringId",
}
PropertyDescriptionRequired
typeIMAGEY
urlURL of the image fileY
mediaIdString; WeChat-specificN

Tips:

  • Image must be a valid image file format, including .jpg, .jpeg and .png
  • Maximum file size is 25MB

Audio

{
  type: "AUDIO",
  url: "http://audio.mp3",
  mediaId: "SomeStringId",
}
PropertyDescriptionRequired
typeAUDIOY
urlURL of the audio fileY
mediaIdString; WeChat-specificN

Tips:

  • Audio must be a valid audio file format, including .mp3
  • Maximum audio size is 25MB

Video

{
  type: "VIDEO",
  url: "http://video.mp4",
  mediaId: "SomeMediaId",
  thumbMediaId: "SomeMediaId",
  title: "Some title",
  description: "Some description",
}
PropertyDescriptionRequired
typeVIDEOY
urlURL of the video fileY
mediaIdString; WeChat-specificN
thumbMediaIdString; WeChat-specificN
titleString; WeChat-specificN
descriptionString; WeChat-specificN

Tips:

  • Video must be a valid video file format, including .mp4
  • Maximum file size is 25MB

News

{
  type: "NEWS",
  articles: [{
    title: "some title",
    description: "hello",
    url: "https://sanuker.com",
    urlTracking: false,
    picurl: "http://img.url"
  }]
}

Response Object

PropertyDescriptionRequired
typeNEWSY
articlesMaximum 1 article objectsY

Articles Object

PropertyDescriptionRequired
titleString; WeChat-specificN
descriptionString; WeChat-specificN
urlURL of the articleY
picurlURL of the image fileY
urlTrackingSet "true" or "false"; Defaults to "true"N

Tips:

  • Image must be a valid image file format, including .jpg, .jpeg and .png
  • Maximum file size is 25MB
← PreviousMessage Types →
  • Text
  • Image
  • Audio
  • Video
  • News
Stella Platform Documentation
Docs
Get StartedBot API ReferenceAPI ReferenceStandard Procedures
Community
FAQUser ShowcaseChat with Us
Copyright © 2023 Sanuker Inc. Limited