Recebendo webhooks.curl --location --request POST 'https://api-dev.messagefy.io/api/v1/message/sendcommand' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"channelId": "your-channel-id",
"correlationId": "Meu id de correlação",
"content": {
"type": "CONTACTS",
"commandType": "CONTACTS"
"query": "your condition"
}
}'{
"packageId": "pkg-id"
}