Configure approval webhooks to review replies before they are posted.
When approval mode is enabled, Apex sends a webhook to your configured URL before posting each reply. You can approve, reject, or edit the reply.
Configuration
Apex sends a POST request with the following JSON body:
Your webhook should respond with a JSON body indicating the action:
Actions: approve, reject, edit (provide editedText).
A minimal Node.js Express handler that auto-approves all replies:
Timeout Behavior