Sign in

Send private message

documented

Compose and send a private message.

POST /api/composePrivate Messagesno implementation yet0 runs
No 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://oauth.reddit.com/api/compose" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: application/json" \
  -H "User-Agent: keychains-reddit-app/1.0" \
  -d "api_type={{$api_type}}&from_sr={{$from_sr}}&to={{$to}}&subject={{$subject}}&text={{$text}}&g-recaptcha-response={{$g_recaptcha_response}}"
Send private message · Reddit · OpenIntegrations