Skip to main content
POST
/
api
/
Integrations
/
Mailchimp
/
{listId}
Export to Mailchimp.
curl --request POST \
  --url https://api.example.com/api/Integrations/Mailchimp/{listId} \
  --header 'Content-Type: application/json' \
  --data '
[
  {
    "id": 123,
    "firstName": "<string>",
    "lastName": "<string>",
    "email": "<string>"
  }
]
'

Path Parameters

listId
string
required

Query Parameters

newListName
string
default:""

Body

application/json
id
integer<int32>
firstName
string | null
lastName
string | null
email
string | null

Response

200

OK