Method: KlaviyoAPI::FlowsApi#get_flow_action_messages

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

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

Get Messages For Flow Action Get all flow messages associated with the given flow action ID. Returns a maximum of 50 flow message relationships per request, which can be paginated with cursor-based pagination.
*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>)


725
726
727
728
# File 'lib/klaviyo-api-sdk/api/flows_api.rb', line 725

def get_flow_action_messages(id, opts = {})
  data, _status_code, _headers = get_flow_action_messages_with_http_info(id, opts)
  data
end