HighTouch Docs
Support via Telegram
Support via WhatsApp
Search…
EN
Basics
Register your HighTouch account
Interface
Channels
Connecting Channels
WhatsApp Business API
WhatsApp Web
Telegram
Audience
Audience
Chats
Chats
Growth Tools
Growth tools
Analytics, UTM parameters
How to attract customers in messengers
Broadcasts
Broadcasts
Flow builder
About Flow builder
Flow Builder Interface
Types of blocks
⚙
Settings
Variables
Time Zone
API
API General information
API Authorization methods
Common entities
Channels
WhatsApp Business API
HSM (template) messages
Scenarios and automation API
Chats API
Broadcasts API
Addition
Other channels
Integrations
Powered By
GitBook
HSM (template) messages
get
https://eu.hightouch.ai/api/bot/waba_templates/template_id/
Getting a hsm-template
get
https://eu.hightouch.ai/api/bot/waba_templates/
Getting a list of hsm-templates
post
https://eu.hightouch.ai
/api/v2/bot/messages/send_waba_template_message/
Send HSM template message
1
[
2
{
3
"type" : "header",
4
"parameters":
5
[
6
{
7
"type": "text",
8
"text": "replacement_text"
9
}
10
]
11
},
12
{
13
"type" : "body",
14
"parameters":
15
[
16
{
17
"type": "text",
18
"text": "replacement_text"
19
},
20
{
21
"type": "text",
22
"text": "another_text"
23
},
24
{
25
...
26
# Any additional template parameters
27
}
28
]
29
},
30
{
31
"type": "button",
32
"sub_type" : "url",
33
"index": "0",
34
"parameters":
35
[
36
{
37
"type": "text",
38
"text": "9rwnB8RbYmPF5t2Mn09x4h"
39
}
40
]
41
},
42
{
43
"type": "button",
44
"sub_type" : "url",
45
"index": "1",
46
"parameters":
47
[
48
{
49
"type": "text",
50
"text": "login"
51
}
52
]
53
},
54
]
Copied!
The
index
field in the button block is the index number of the button. There can be 3 buttons in the HSM message.
The
text
field in the button parameters, is the text that can be added to the url of the button.
Previous
WhatsApp Business API
Next - API
Scenarios and automation API
Last modified
7d ago
Copy link
Contents
get
Getting a hsm-template
get
Getting a list of hsm-templates
post
Send HSM template message