curl --request POST \
--url https://api.zapthinker.com/router/test/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '
{
"content": "<string>",
"remoteJid": "<string>",
"fromMe": true,
"timestamp": 123
}
'{
"matched": true,
"decision": {},
"evaluatedRules": [
{
"ruleId": "<string>",
"ruleName": "<string>",
"priority": 123,
"matched": true,
"failedConditions": [
"<string>"
]
}
]
}Testa todas as regras ativas da instância sem executar ações reais.
curl --request POST \
--url https://api.zapthinker.com/router/test/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '
{
"content": "<string>",
"remoteJid": "<string>",
"fromMe": true,
"timestamp": 123
}
'{
"matched": true,
"decision": {},
"evaluatedRules": [
{
"ruleId": "<string>",
"ruleName": "<string>",
"priority": 123,
"matched": true,
"failedConditions": [
"<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