Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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.
Your authorization key header
Nome da instância
Nome da lista
Show child attributes
Lista criada com sucesso
The response is of type object.
object