Podio API Documentation
Email: Get app email configuration
Returns the current email configuration for the given app
Usage
- Ruby Gem
-
application_email.rb
Podio::ApplicationEmail.get_app_configuration( app_id )
Parameters
- app_id*
- Required.
Response
{
"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
Try the operation "/email/app/{app_id}"You can simulate the API request by filling out the arguments below, and press the submit button to see the response.
You need to be logged in to Podio to use the Sandbox. Login here