Sign in

Send email

documented

Send an Email.

POST /EmailsEmailsno 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.insightly.com/v3.1/Emails" \
  -X POST \
  -H "Authorization: Basic {{INSIGHTLY_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"subject": "{{$subject}}", "body_text": "{{$body_text}}", "body_html": "{{$body_html}}", "to_email": "{{$to_email}}", "from_email": "{{$from_email}}"}'
Send email · insightly · OpenIntegrations