ConvertKit Broadcasts Sorting

Kit (formerly ConvertKit) has added a way to sort the List of Broadcasts through their API.

I asked for it specifically so that I could pull the latest. The old implementation would only pull the first page (the oldest) broadcast and it wasn’t helpful for triggering many things.

So they implemented this and I’m wondering how I could request this to be added into the existing ConvertKit piece for List Broadcasts (CleanShot 2025-03-19 at 08.18.15 · CleanShot Cloud).

I’m even happy to contribute if that’s helpful.

All that needed to be added in a toggle in the Activepieces UI for sort order.

Then add sort_order=desc to the query string when calling to the Broadcast API (/v3/broadcasts/)

Hello @rezzz ,

I have opened the issue with instructions to add a sorting order in the “List Broadcast” action. Let me know if you have any doubts about implementing it.

So am I able to make the changes to the piece? Or is this something you (or someone) at Activepieces are going to handle?