Podio API Documentation
Email: Get email contact for reference as vcard
Return the email contact for the given reference and name. 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.get_ref_email_as_vcard( name, ref_type, ref_id )
Parameters
- name*
- Required.
- ref_type*
- Required.
- ref_id*
- Required.
Response
Returns the email contact as a vcard
Sandbox
Try the operation "/email/contact/{name}/{ref_type}/{ref_id}/vcard"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