{
"event_type": "whatsapp:account:connected",
"whatsapp_account": {
"id": "123456789@s.whatsapp.net",
"phone": "+123456789",
"connected_on": "2024-01-08 10:35:18 +0200",
"status": "active",
"account_name": "Smith",
"owner_name": "John Smith",
"owner_email": "john-smith@example.com",
"disconnected_on": "2024-01-08 10:35:18 +0200"
}
}whatsapp_accounts
Account Reconnected
Triggered when a WhatsApp account is (re)connected to the workspace.
WEBHOOK
whatsapp:account:connected
{
"event_type": "whatsapp:account:connected",
"whatsapp_account": {
"id": "123456789@s.whatsapp.net",
"phone": "+123456789",
"connected_on": "2024-01-08 10:35:18 +0200",
"status": "active",
"account_name": "Smith",
"owner_name": "John Smith",
"owner_email": "john-smith@example.com",
"disconnected_on": "2024-01-08 10:35:18 +0200"
}
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
200
Receiver accepted the event

