The method to fetch the queue for an automation mail, automations.emails.queues.all does not support the use of offset, count or get_all and always returns a maximum of 10 items. I think the expectation is that this method, like other similar methods, supports these parameters.
The method to fetch the queue for an automation mail,
automations.emails.queues.all
does not support the use ofoffset
,count
orget_all
and always returns a maximum of 10 items. I think the expectation is that this method, like other similar methods, supports these parameters.