WhatsApp Testconnector
Vorlaeufiger Test fuer Meta WhatsApp Cloud API auf test.flowtario.de. Die CRM-Integration bleibt davon unberuehrt.
Webhook Callback URL fuer Meta: https://test.flowtario.de/index.php?webhook=1Verify Token aus config.php bei Meta eintragen. Der Token wird hier nicht angezeigt.
Inbox
Testnachricht senden
Konfiguration
Erstelle auf dem Server neben config.example.php eine Datei config.php.
<?php
declare(strict_types=1);
return [
'verify_token' => 'bitte-eigenen-token-eintragen',
'access_token' => 'EAAB...',
'phone_number_id' => '1234567890',
'app_secret' => '',
'storage_path' => __DIR__ . '/storage',
];
Eingehende Webhook-Events
Noch keine Webhook-Events.
Sendelog
2026-06-24T01:25:04+00:00
An: 491715412360 | Status: Fehler | HTTP 400
{
"error": {
"message": "Unsupported post request. Object with ID '21039638883' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api",
"type": "GraphMethodException",
"code": 100,
"error_subcode": 33,
"fbtrace_id": "A8Nx3tEPdlGG_27bBskwCmP"
}
}