Configure hook
documentedUpdate an existing hook.
POST /api/conversation/configure_hook/CONV_IDConversation hooksno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://fleep.io/api/conversation/configure_hook/{{$conv_id}}?ticket={{$ticket}}" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"hook_key": "{{$hook_key}}", "hook_name": "{{$hook_name}}", "outgoing_url": "{{$outgoing_url}}", "outgoing_disabled": {{$outgoing_disabled}}, "from_message_nr": {{$from_message_nr}}}'