Subscribers
Import subscribers
Import subscribers from a upload id.
By default, if subscribers exists replace the custom fields with the new values
post/1/newsletters/{domain}/subscribers/import
Path parameters
domainstring required
Request body
Example request
{
"fields": [
"{\"type\": \"str\",\"name\": \"enterprise\"}"
]
}Response
OK
Example response
{
"result": "success"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.