POST Execute Migrator Import​
POST
/migrators/import
Execute the actual import from the external CRM. Fetches contacts from the external service and creates/updates them in FluentCRM based on the configured mappings. The response structure depends on the migrator driver.
Authorizations​
ApplicationPasswords
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Type
API Key (header: Authorization)
Request Body​
application/json
JSON
{
"driver": "string",
"credential": {
"additionalProperties": "string"
},
"map_settings": {
"additionalProperties": "string"
}
}
Responses​
Import completed successfully.
application/json
JSON
{
"import_info": {
"additionalProperties": "string"
}
}