Method: KlaviyoAPI::FlowsApi#get_flow_for_flow_action
- Defined in:
- lib/klaviyo-api-sdk/api/flows_api.rb
#get_flow_for_flow_action(id, opts = {}) ⇒ Hash<String, Object> Also known as: get_flow_action_flow
Get Flow for Flow Action Get the flow associated with the given action ID.
*Rate limits*:
Burst: ‘3/s`
Steady: `60/m` Scopes: `flows:read`
823 824 825 826 |
# File 'lib/klaviyo-api-sdk/api/flows_api.rb', line 823 def get_flow_for_flow_action(id, opts = {}) data, _status_code, _headers = get_flow_for_flow_action_with_http_info(id, opts) data end |