Podio API Documentation

Email: Update app email configuration

PUT /email/app/{app_id}

Updates the app email configuration

Usage
Ruby Gem
application_email.rb
Podio::ApplicationEmail.update_app_configuration( app_id, options )
Parameters
app_id*
Required.
Request { "attachments": True if attachments are allowed, false otherwise, "mappings": The mapping from fields in the app to email content { "{field_id}": The content mapping for the given field_id, can be "subject", "body", "contact" or "sender", ... (more fields) } }  

Sandbox

The sandbox only handles GET operations for now.