Broadcasts API

Start the mailing list

POST https://app.hightouch.ai/api/broadcast/broadcasts/

Start sending out a message with text and/or a picture

Request Body

NameTypeDescription

menu_items

array

Inline buttons at the mailing list

image_url

string

URL of a picture for the mailing list

shop_id

integer

Store ID

text

string

Newsletter text

{
    "id": 1,
    "shop_id": 1,
    "text": "Давно не виделись? А у нас супер-акция!!!",
    "status": 1,
    "image_url": "string",
    "phone_numbers": [],
    "messages_total": 1,
    "messages_sent": 0,
    "created_at": "11.09.2019 - 12:26",
    "updated_at": "11.09.2019 - 12:26",
    "menu_items": []
}

Last updated