Podio API Documentation

Importer: Import space contacts

POST /importer/{file_id}/contact/space/{space_id}

Imports the given file into the space contacts on the given space.

Usage
PHP Client
PodioImporter.php
PodioImporter::process_contacts( $file_id, $space_id, $attributes = array() );
Parameters
file_id*
Required.
space_id*
Required.
Request {  "mappings": The mappings of the fields on the contact [ "field_key": The key for the field on the contact, "unique": True of the value for the field is unique, false otherwise, "column_id": The id of the column to be used for the given field ], ... (more fields) }

Sandbox

The sandbox only handles GET operations for now.