Nylas Lists
Nylas Lists API
The Nylas Lists API allows you to create and manage typed collections of domains, TLDs, or email addresses. Lists are referenced by rule conditions via the RuleConditionOperator.IN_LIST operator.
Parameters
The configured Nylas API client
Functions
Add items to a Nylas list. Duplicate additions are silently ignored. Max 1000 items per request.
Create a Nylas list.
Delete a Nylas list. Cascades to all items in the list.
Return a Nylas list.
Return all lists for your application.
Return all items in a Nylas list.
Remove items from a Nylas list. Values not in the list are silently ignored. Max 1000 items per request.
Update a Nylas list. Only UpdateNylasListRequest.name and UpdateNylasListRequest.description can be changed — the list type is immutable after creation.