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`
247 248 249 250 |
# File 'lib/klaviyo-api-sdk/api/flows_api.rb', line 247 def (id, opts = {}) data, _status_code, _headers = (id, opts) data end |