Method: KlaviyoAPI::FlowsApi#get_action_for_flow_message
- Defined in:
- lib/klaviyo-api-sdk/api/flows_api.rb
#get_action_for_flow_message(id, opts = {}) ⇒ Hash<String, Object> Also known as: get_flow_message_action
Get Action for Flow Message Get the flow action for a flow message with the given message ID.
*Rate limits*:
Burst: ‘3/s`
Steady: `60/m` Scopes: `flows:read`
170 171 172 173 |
# File 'lib/klaviyo-api-sdk/api/flows_api.rb', line 170 def (id, opts = {}) data, _status_code, _headers = (id, opts) data end |