---
title: "Posztolási időpontok | Posty dokumentáció"
description: "Csatornánkénti időpontsablonok, és hogyan találja meg ezekből a Posty a következő szabad időpontot."
canonical: https://posty.hu/en/docs/channels/times
source: https://posty.hu/en/docs/channels/times.md
---

Csatornák

# 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.

The slot template is not a schedule

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

1. 1
   
   Open the channel menu
   
   On the `Channels` page, in the three-dot menu at the end of the channel's row.
2. 2
   
   Edit time slots
   
   This is where you add the days and hours when you usually post on the channel.
3. 3
   
   Save
   
   The 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"
```

Kód másolása

The response is a single `date` field, in UTC. Details are on the [Next free slot](https://posty.hu/en/docs/api/endpoints/szabad-idopont) endpoint, and from the command line with the [posty posts:find-slot](https://posty.hu/en/docs/cli/posts) command.

Documentation pages

Is something missing from this page? Email [norbert@posty.hu](mailto:norbert@posty.hu) or use the form on the [Help](https://posty.hu/en/help) page.
