Method: KlaviyoAPI::FlowsApi#get_action_for_flow_message

Defined in:
lib/klaviyo-api-sdk/api/flows_api.rb

#get_action_for_flow_message(id, opts = {}) ⇒ Hash<String, Object> Also known as: get_flow_message_action

Get Action for Flow Message Get the flow action for a flow message with the given message ID.
*Rate limits*:
Burst: ‘3/s`
Steady: `60/m` Scopes: `flows:read`

Parameters:

  • id (String)
  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

Returns:

  • (Hash<String, Object>)


170
171
172
173
# File 'lib/klaviyo-api-sdk/api/flows_api.rb', line 170

def get_action_for_flow_message(id, opts = {})
  data, _status_code, _headers = get_action_for_flow_message_with_http_info(id, opts)
  data
end