Method: KlaviyoAPI::FlowsApi#get_message_ids_for_flow_action

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

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

Get Message IDs for Flow Action Get all relationships for 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>)


1179
1180
1181
1182
# File 'lib/klaviyo-api-sdk/api/flows_api.rb', line 1179

def get_message_ids_for_flow_action(id, opts = {})
  data, _status_code, _headers = get_message_ids_for_flow_action_with_http_info(id, opts)
  data
end