Replies: 1 comment 1 reply
-
I'm ashamed to say that I spent two days to realize that I was returning a wrong response code 😭 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm stuck on cofigure how to receive notification from webhook.
The verification from
$webhook->verify($_GET, TOKEN)
is ok but I can't get anything from webhook via POST. already subscribed on all fieldstrying to get from this route, witch is configured on
Route::post('/whatsapp/webhook', [WebhookController::class, 'index']);
running on development mode
Beta Was this translation helpful? Give feedback.
All reactions