Method: UltracartClient::StorefrontApi#get_email_flow

Defined in:
lib/ultracart_api/api/storefront_api.rb

#get_email_flow(storefront_oid, email_flow_uuid, opts = {}) ⇒ EmailFlowResponse

Get email flow

Parameters:

  • storefront_oid (Integer)
  • email_flow_uuid (String)
  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



4314
4315
4316
4317
# File 'lib/ultracart_api/api/storefront_api.rb', line 4314

def get_email_flow(storefront_oid, email_flow_uuid, opts = {})
  data, _status_code, _headers = get_email_flow_with_http_info(storefront_oid, email_flow_uuid, opts)
  data
end