Podio API Documentation

Integrations: Create integration

POST /integration/{app_id}

Creates a new integration on the app

Usage
PHP Client
PodioIntegration.php
PodioIntegration::create( $app_id, $attributes = array() );
Ruby Gem
integration.rb
Podio::Integration.create( app_id, attributes )
Parameters
app_id*
Required.
Request { "type": The type of integration, see the area for available types, "silent": True if updates should be silent, false otherwise, "config": The configuration of the integration, which depends on the above type, { ... (properties) } }
Response { "integration_id": The id of the integration }

Sandbox

The sandbox only handles GET operations for now.