get_contact_activity
Retrieve a contact's interaction history in Mautic. Filter by date range, event types, and search terms to analyze engagement.
Instructions
Get contact interaction history
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contactId | Yes | Contact ID | |
| search | No | Search term | |
| includeEvents | No | Event types to include | |
| excludeEvents | No | Event types to exclude | |
| dateFrom | No | Start date (YYYY-MM-DD) | |
| dateTo | No | End date (YYYY-MM-DD) | |
| limit | No | Number of results |