Chat
Create a Chat
Creates a new group chat.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token> is your apiKey
generated in Periskope API settings.
Headers
x-phone
string
requiredOrganisation phone number(with country code) and without any spaces or special characters.
e.g. 9190043XXXXX
Body
application/json
group_name
string
Name of the group
participants
string[]
Array of Phone numbers (with country code) and without any spaces or special characters.
For e.g. 919876512340
options
object
Response
200 - application/json
chat_id
string
Unique chat identifier for the group created
e.g. 12036329726967XXXX@g.us
Was this page helpful?