Podio API Documentation
Email: Export global email contact to linked account
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".
}