curl --request POST \
--url http://localhost:3000/api/contact/ingestion/execute \
--header 'Content-Type: application/json' \
--data '
{
"sessionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'Imports valid contacts from the validated session. Returns import statistics and URL to download failed rows CSV.
curl --request POST \
--url http://localhost:3000/api/contact/ingestion/execute \
--header 'Content-Type: application/json' \
--data '
{
"sessionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'Session ID from upload
Import completed