hotmart_event_participants_list
Retrieves a list of participants for a Hotmart event, supporting filters by email, ticket status, check-in status, and pagination.
Instructions
Event Participants. Example: hotmart_event_participants_list(event_id=12345, max_results=10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Event ID | |
| max_results | No | Max results per page | |
| page_token | No | Pagination token for the next page | |
| buyer_email | No | Buyer email | |
| participant_email | No | Email do participante | |
| last_update | No | Última atualização. Unix timestamp in **milliseconds** (not seconds, not ISO). Ex: `1730419200000` = 2024-11-01 00:00 UTC. Python: `int(datetime(2024,11,1).timestamp() * 1000)`. | |
| id_lot | No | ID do lote | |
| ticket_status | No | Status do ingresso. | |
| ticket_type | No | Tipo do ingresso. Allowed values: 'PAID', 'FREE', 'ALL' | |
| checkin_status | No | Status do check-in. | |
| id_eticket | No | ID do e-ticket | |
| ticket_qr_code | No | QR code do ingresso. Format: alphanumeric Hotmart code (ex: `H123A4B5`, not UUID, not int) | |
| select | No | Custom field selection in response |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |