Push Topic Message
Description
透過csv檔推送Topic。
Resource
POST /v1/push/topic/file
Request Body Parameters(form-data)
| Name | Type | Description |
|---|---|---|
| company_id | string | 公司編號 |
| file | File | 推播會員資料(會員編號與手機號碼) 支援csv檔 (optional) |
| vip_groups | List[string] | 會員群組 (optional) |
| title | string | 標題 |
| message | string | 訊息 |
| link_type | string (enum) |
連結型態 ALLOWED VALUES:
|
| link_url | string | 連結網址 (optional) 備註:若有輸入連結型態,此欄位為必填 |
| redirect_url | string | 導向網址 (optional) |
Response
Status-Code: 204 No Content