Podio API Documentation

Contacts: Create space contact

This operation is deprecated and will be removed soon.
POST /contact/space/{space_id}/

Creates a new space contact for use by everyone on the space.

Usage
PHP Client
PodioContact.php
PodioContact::create( $space_id, $attributes = array() );
Ruby Gem
profile.rb
Podio::Profile.create_space_contact( space_id, attributes )
Parameters
space_id*
Required.
Request {  "external_id": An optional external id for the contact, "{field}": The value for the given field. See the area for more details, ... (more fields) }
Response { "profile_id": The id of the created profile }

Sandbox

The sandbox only handles GET operations for now.