Webhook

Appmax webhook setup online

This route receives Appmax events via POST and also provides a setup guide on GET.

The frontend does not block integration: POST /webhooks/appmax remains available to Appmax.

Open Apphook

How to register in Apphook

Detected environment: Production.

Admin base URL (env): https://admin.appmax.com.br

  1. Open https://admin.appmax.com.br/v2/apphook.
  2. Register this URL as your webhook endpoint:
http://appmaxbridge.kawaipay.com/webhooks/appmax

This frontend only uses GET for display. POST /webhooks/appmax remains available for Appmax requests.

Available endpoints

GET /

Main visual validation page for the app.

http://appmaxbridge.kawaipay.com/
GET /health

Health frontend page for availability validation.

http://appmaxbridge.kawaipay.com/health

Install page with a button to start the flow.

http://appmaxbridge.kawaipay.com/install/start
GET/POST /webhooks/appmax

Webhook setup frontend and Appmax POST events endpoint.

http://appmaxbridge.kawaipay.com/webhooks/appmax

Quick tips