Sign in

Email a customer

documented

Send an email to the customer using a template.

POST /api/v3/customer/{customer_id}/_action/emailCustomersno 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://{{$account_domain}}/api/v3/customer/{{$customer_id}}/_action/email" \
  -X POST \
  -H "Authorization: Basic {{CHARGEOVER_API_KEY}}:{{CHARGEOVER_SECRET}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"_comment": "{{$comment}}", "message_id": {{$message_id}}}'
Email a customer · chargeover · OpenIntegrations