curl --request POST \
--url https://api.zapthinker.com/contact-list/create/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '
{
"name": "<string>",
"description": "<string>",
"contacts": [
{
"remoteJid": "<string>",
"pushName": "<string>"
}
]
}
'{}Cria uma nova lista de contatos para uso em agendamentos e broadcasts.
curl --request POST \
--url https://api.zapthinker.com/contact-list/create/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '
{
"name": "<string>",
"description": "<string>",
"contacts": [
{
"remoteJid": "<string>",
"pushName": "<string>"
}
]
}
'{}Documentation Index
Fetch the complete documentation index at: https://docs.zapthinker.com/llms.txt
Use this file to discover all available pages before exploring further.
Your authorization key header
Nome da instância
Lista criada com sucesso
The response is of type object.