{
"typeWebhook": "outgoingCall",
"instanceData": {
"idInstance": 1100000000,
"wid": "79001234567@c.us",
"typeInstance": "whatsapp"
},
"timestamp": 1754455764,
"idMessage": "F33E8701AGHY4DE04254CBBAE21EC046",
"from": "79001234567@c.us",
"isVideo": false,
"duration": 3,
"status": "pickUp",
"participants": [
{
"id": "79111234567@c.us",
"status": "pickUp"
}
]
}curl --location --request POST 'https://api.green-api.com/' \
--header 'Content-Type: application/json' \
--data-raw '{
"typeWebhook": "outgoingCall",
"instanceData": {
"idInstance": 1100000000,
"wid": "79001234567@c.us",
"typeInstance": "whatsapp"
},
"timestamp": 1754455764,
"idMessage": "F33E8701AGHY4DE04254CBBAE21EC046",
"from": "79001234567@c.us",
"isVideo": false,
"duration": 3,
"status": "pickUp",
"participants": [
{
"id": "79111234567@c.us",
"status": "pickUp"
}
]
}'