Custom lists
Custom lists allow you to upload addresses and data to the platform. A list could be a tag from a third party CRM, addresses collected for an NFT allowlist or a manually created list that you manage.
Create a custom list
Go to the 'Audiences' module.
Click on the 'Create a custom list' button.
Insert addresses manually or download the CSV file.
Note: Maximum CSV file size = 100 MB
Note: Duplicated addresses will be removed from the custom list.
4. Click on the 'Save' button.
Note: Another option to create a custom list is using Add to list block in flows.
Create via API
Custom lists can be created via API, using your team's API key. Upon success, the API responds with the unique numerical ID for your custom list, which you can then use to feed the list with profiles using the next API documented on this page.
Endpoint
Request headers
Request body example
Response
Adding profiles to a list via API
To add profiles to a list, you can use the PATCH method on your custom list resource as follows.
Endpoint
Request headers
Request body example
Last updated