cURL
curl --request POST \ --url https://app.famulor.de/api/user/assistants/enable-inbound-webhook \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "assistant_id": 123, "webhook_url": "<string>" } '
{ "message": "Webhook enabled successfully", "data": [] }
Activate inbound webhook notifications for an assistant
Show Error Response