Export contacts
POST {{baseUrl}}/contacts/export
It returns the background process ID which on completion calls the notify URL that you have set in the input. File will be available in csv.
Request Body
{"customContactFilter"=>{"actionForContacts"=>"subscribed", "actionForEmailCampaigns"=>"hardBounces", "actionForSmsCampaigns"=>"softBounces", "listId"=>2, "emailCampaignId"=>12, "smsCampaignId"=>12}, "exportAttributes"=>["NAME", "NAME"], "notifyUrl"=>"http://requestb.in/173lyyx1"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |