Import subscribers from CSV
Import subscribers from a CSV file into your publication. The publication is identified by the API key provided in the Authorization header.
File Requirements:
- Maximum file size: 10MB
- Content type: text/csv
Supported CSV Columns:
- Email: email or subscriberEmail (case-insensitive)
- Wallet: wallet_address (case-insensitive)
- Created date: created_at, subscription date, created, or createdAt (case-insensitive, optional)
At least one of email or wallet_address must be present for each row. Rows with neither valid email nor valid wallet address will be skipped.
Response
Import started successfully
Changes
Changed in 4 of the 61 revisions of this API.142
- ●
removed the optional property
errorfrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
errorfrom the response with the401statusresponse-optional-property-removed
- ●
removed the optional property
errorfrom the response with the404statusresponse-optional-property-removed
- ●
removed the optional property
errorfrom the response with the500statusresponse-optional-property-removed
- ●
- ▲
the request property
filebecame not nullablerequest-property-became-not-nullable
- ▲
- ○
the endpoint scheme security
apiKeywas added to the APIapi-security-added
- ○
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○