Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webhookEventsList #78

Open
lizboony opened this issue Jun 26, 2024 · 0 comments
Open

webhookEventsList #78

lizboony opened this issue Jun 26, 2024 · 0 comments

Comments

@lizboony
Copy link

lizboony commented Jun 26, 2024

Hola Buenos Días!! Estoy tratando de obtener los eventos por medio de mi WebHook, se supone que lo active para que me avisara de todos los eventos disponibles, pero siempre me llega mi JSON vacio.. Mi WebHook ya esta activado y verificado..
------>> Este es el codigo de mi WebHook en Php..

<?php
$json = file_get_contents('php://input');
$respuesta  =   json_encode($json);
http_response_code(200); // Return 200 OK
echo $respuesta;
?>

Ojala alguien me pueda ayudar.. por favor..

@lizboony lizboony changed the title Evento WebHook webhookEventsList Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant