Sign in

Create Send As association

documented

Create a Send As association.

POST /send_as/Send Asno 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://api.close.com/api/v1/send_as/" \
  -X POST \
  -u {{CLOSE_API_KEY}}: \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"allowing_user_id": "{{$allowing_user_id}}", "allowed_user_id": "{{$allowed_user_id}}"}'