post https://api.cmercury.com/api/contact/Upload
Use this API to upload member records to a mailing list. To upload, the file should be hosted in a globally accessible FTP location.
Log in to see full request history
Responses
Use this API to upload member records to a mailing list. To upload, the file should be hosted in a globally accessible FTP location.
xxxxxxxxxx
14curl --request POST \
--url https://api.cmercury.com/api/contact/Upload \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--data '
{
"ListId": null,
"Status": "Active",
"ftp": "https://ftppath",
"EmailAddress": "email@domain.com",
"FTPUserName": "Username",
"FTPPassword": "Paswword"
}
'
Try It!
to start a request and see the response here! Or choose an example: