Get report: sent emails by template
documentedGet a report of sent emails grouped by template.
GET /report/sent_emails/{ORGANIZATION_ID}/{?user_id, date_start, date_end}Reportingno 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://api.close.com/api/v1/report/sent_emails/{{$organization_id}}/?user_id={{$user_id}}&date_start={{$date_start}}&date_end={{$date_end}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
# Endpoint reference: GET /report/sent_emails/{ORGANIZATION_ID}/{?user_id, date_start, date_end} \
# API Base URL: https://api.close.com/api/v1