Sign in

List messages drafts

documented

List draft messages.

GET /api/v1/messages/draftsMessagesno 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://app.nimble.com/api/v1/messages/drafts?recipients={{$recipients}}&sender={{$sender}}&page={{$page}}&per_page={{$per_page}}" \
  -X GET \
  -H "Authorization: ApiKey {{NIMBLE_API_KEY}}" \
  -H "Accept: application/json"