list_em_events
List email marketing events filtered by type, person, or update date to track campaign responses.
Instructions
List email marketing events. (GET /emEvents) Defaults to limit=100 (FUB's max per page) rather than its own default of 10 — bulk requests are the common case here. If the response's _metadata shows more results remain, keep paginating: use offset for offset-based endpoints, or the _metadata.next cursor value (as the next argument) for cursor-based endpoints like notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Find email marketing events based on type. Options include `delivered`, `open`, `click`, `bounced`, `soft-bounce`, `hard-bounce`, `unsubscribe`, `spamreport` and `dropped`. | |
| limit | No | Number of results to return. Max 100. | |
| offset | No | Specifies the number of rows to skip before starting to return results. | |
| personId | No | Find email marketing events by person ID. | |
| extraQuery | No | Extra raw query parameters not explicitly listed above — e.g. FUB custom field filters like custom.ClosingDate on /people or /deals. Keys and values are sent as-is. | |
| updatedAfter | No | Find email marketing events that have been created or updated after the specified time. |