Field | Type | Required | Description |
---|---|---|---|
channels |
List[models.ChannelTypeEnum] | ➖ | Array of channel types |
templates |
List[str] | ➖ | Array of template IDs or a single template ID |
emails |
List[str] | ➖ | Array of email addresses or a single email address |
search |
Optional[str] | ➖ | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. Search term (deprecated) |
subscriber_ids |
List[str] | ➖ | Array of subscriber IDs or a single subscriber ID |
page |
Optional[float] | ➖ | Page number for pagination |
transaction_id |
Optional[str] | ➖ | Transaction ID for filtering |
after |
Optional[str] | ➖ | Date filter for records after this timestamp |
before |
Optional[str] | ➖ | Date filter for records before this timestamp |
idempotency_key |
Optional[str] | ➖ | A header for idempotency purposes |