Method: KlaviyoAPI::FlowsApi#get_flow_action_messages
- Defined in:
- lib/klaviyo-api-sdk/api/flows_api.rb
#get_flow_action_messages(id, opts = {}) ⇒ Hash<String, Object> Also known as: get_messages_for_flow_action
Get Messages For Flow Action Get all 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`
725 726 727 728 |
# File 'lib/klaviyo-api-sdk/api/flows_api.rb', line 725 def (id, opts = {}) data, _status_code, _headers = (id, opts) data end |