Podio API Documentation

Email: Export email contact for reference to linked account

POST /email/contact/{name}/{ref_type}/{ref_id}/export

Exports the email contact for the given reference and name to the linked account given in the body. Valid combinations of name and ref_type is:

  • task:space
  • status:space
  • item_user:app
  • item_app:app
  • space:org
  • item_comment_user:item
  • item_comment_app:item
Usage
Ruby Gem
email_subscription_setting.rb
Podio::EmailSubscriptionSetting.export_ref_contact_to_linked_acc( name, ref_type, ref_id, linked_acc_id )
Parameters
name*
Required.
ref_type*
Required.
ref_id*
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.