cURL
curl --request POST \ --url https://api.example.com/v1/people/import \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file' \ --form 'mapping=<string>' \ --form 'upsert_by=<string>'
{ "created": 123, "updated": 123, "skipped": 123, "errors": [ { "row": 123, "errors": {} } ] }
Documentation IndexFetch the complete documentation index at: https://docs.n8negri.xyz/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.n8negri.xyz/llms.txt
Use this file to discover all available pages before exploring further.
JSON {"first_name":"Nombre", ...}
external_id|email|none
Successful Response
Show child attributes