Email a customer
documentedSend an email to the customer.
POST /api/v3/customer/{customer_id}/_action/emailCustomersno implementation yet0 runsNo 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}}}'