Method: KlaviyoAPI::FlowsApi#get_flow_message

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

#get_flow_message(id, opts = {}) ⇒ Hash<String, Object>

Get Flow Message Get the flow message of a flow 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>)


975
976
977
978
# File 'lib/klaviyo-api-sdk/api/flows_api.rb', line 975

def get_flow_message(id, opts = {})
  data, _status_code, _headers = get_flow_message_with_http_info(id, opts)
  data
end