Method: UltracartClient::StorefrontApi#get_email_flow_folder
- Defined in:
- lib/ultracart_api/api/storefront_api.rb
#get_email_flow_folder(storefront_oid, email_flow_folder_uuid, opts = {}) ⇒ EmailFlowFolderResponse
Get email flow folder
4382 4383 4384 4385 |
# File 'lib/ultracart_api/api/storefront_api.rb', line 4382 def get_email_flow_folder(storefront_oid, email_flow_folder_uuid, opts = {}) data, _status_code, _headers = get_email_flow_folder_with_http_info(storefront_oid, email_flow_folder_uuid, opts) data end |