Posztolási időpontok
Csatornánkénti időpontsablonok, és hogyan találja meg ezekből a Posty a következő szabad időpontot.
What it's for
For each channel you can set when you typically post on it: weekdays at 8 in the morning and 5 in the afternoon, for example. That is the slot template.
Nothing goes out just because a time is in the template. The template only helps you see where it is worth putting the next post. Only what you schedule goes out.
Setting up time slots
- 1Open the channel menuOn the
Channelspage, in the three-dot menu at the end of the channel's row. - 2Edit time slotsThis is where you add the days and hours when you usually post on the channel.
- 3SaveThe template takes effect immediately, and the next slot search already uses it.
Each channel has its own template. A newsletter-style LinkedIn page and a daily TikTok account do not run on the same rhythm, and we will not figure that out for you.
The next free slot
From the template and the posts already scheduled, we calculate where the next post fits. You will see this in two places:
In the calendar, when you click an empty cell and the editor opens with a time already filled in. And in the editor, when you ask for the nearest free slot.
Finding a slot from the API
The same logic is available from code too. This is the most useful call for an agent: instead of inventing a date, it asks where the post fits.
curl https://api.posty.hu/public/v1/find-slot/<csatorna-azonosito> \
-H "Authorization: psty_a_kulcsod"The response is a single date field, in UTC. Details are on the Next free slot endpoint, and from the command line with the posty posts:find-slot command.