Create a Talk session
documentedCreate a new Talk conversation.
POST /v1/talk/sessionTalkno 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://api.ap3api.com/v1/talk/session" \
-X POST \
-H "X-Api-Key: {{AUTOPILOTHQ_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"merge_by": ["str::email"], "merge_strategy": 2, "find_strategy": 0, "skip_non_existing": false, "person_id": "{{$person_id}}", "fields": {"str::email": "{{$email}}", "str::name": "{{$name}}"}, "location": {"source_ip": "{{$source_ip}}"} }'