Method: KlaviyoAPI::FlowsApi#get_action_id_for_flow_message

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

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

Get Action ID for Flow Message Get the [relationship](developers.klaviyo.com/en/reference/api_overview#relationships) for a flow message’s flow action, given the flow ID.
*Rate limits*:
Burst: ‘3/s`
Steady: `60/m` Scopes: `flows:read`

Parameters:

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

    the optional parameters

Returns:

  • (Hash<String, Object>)


247
248
249
250
# File 'lib/klaviyo-api-sdk/api/flows_api.rb', line 247

def get_action_id_for_flow_message(id, opts = {})
  data, _status_code, _headers = get_action_id_for_flow_message_with_http_info(id, opts)
  data
end