Method: KlaviyoAPI::FlowsApi#get_message_ids_for_flow_action
- Defined in:
- lib/klaviyo-api-sdk/api/flows_api.rb
#get_message_ids_for_flow_action(id, opts = {}) ⇒ Hash<String, Object> Also known as: get_flow_action_relationships_messages
Get Message IDs for Flow Action Get all relationships for 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`
1179 1180 1181 1182 |
# File 'lib/klaviyo-api-sdk/api/flows_api.rb', line 1179 def (id, opts = {}) data, _status_code, _headers = (id, opts) data end |