Method: KlaviyoAPI::FlowsApi#get_flow_message
- Defined in:
- lib/klaviyo-api-sdk/api/flows_api.rb
#get_flow_message(id, opts = {}) ⇒ Hash<String, Object>
Get Flow Message Get the flow message of a flow with the given message ID.
*Rate limits*:
Burst: ‘3/s`
Steady: `60/m` Scopes: `flows:read`
975 976 977 978 |
# File 'lib/klaviyo-api-sdk/api/flows_api.rb', line 975 def (id, opts = {}) data, _status_code, _headers = (id, opts) data end |