Start Conversation
documentedStart a new conversation by sending a question.
POST /a1/conversationsConversationsno 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.46elks.com/a1/conversations" \
-X POST \
-u "{{46ELKS_API_USERNAME}}:{{46ELKS_API_PASSWORD}}" \
-H "Accept: application/json" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "to={{$to}}&message={{$message}}&reply_url={{$reply_url}}&token={{$token}}&lifetime={{$lifetime}}&delay={{$delay}}"