Podio API Documentation

Email: Export global email contact to linked account

POST /email/contact/{name}/export

Exports the email contact for the given name to the linked account given in the body. Valid names are:

  • task
Usage
Ruby Gem
email_subscription_setting.rb
Podio::EmailSubscriptionSetting.export_global_contact_to_linked_acc( name, linked_acc_id )
Parameters
name*
Required.
Request { "linked_account_id": The id of the linked account to export to. The linked account must support the capability "addressbook". }

Sandbox

The sandbox only handles GET operations for now.