Sign in

Get SMS Engagement History for Contact

documented

Retrieve a contact's SMS engagement details.

GET /contacts/sms_engagement_history/{contact_id}Contactsno 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.cc.email/v3/contacts/sms_engagement_history/{{$contact_id}}" \
  -X GET \
  -H "Accept: */*" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"