RSS-Feed-Trigger-Node#
Der RSS-Feed-Trigger-Node ermöglicht es Ihnen, einen Localmind Automate-Workflow zu starten, wenn ein neues RSS-Feed-Element veröffentlicht wurde.
Auf dieser Seite finden Sie eine Liste der Operationen, die der RSS-Feed-Trigger-Node unterstützt, sowie Links zu weiteren Ressourcen.
Node-Parameter#
- Abfragezeiten: Wählen Sie einen Modus für die Abfrage aus, um festzulegen, wie oft die Abfrage ausgelöst werden soll. Ihre Modus-Auswahl fügt relevante Felder hinzu oder entfernt sie. In den Abschnitten unten erfahren Sie, wie Sie die Parameter für jeden Modustyp konfigurieren.
- Feed-URL: Geben Sie die URL des abzufragenden RSS-Feeds ein.
Every Hour mode#
Enter the Minute of the hour to trigger the poll, from 0
to 59
.
Every Day mode#
- Enter the Hour of the day to trigger the poll in 24-hour format, from
0
to23
. - Enter the Minute of the hour to trigger the poll, from
0
to59
.
Every Week mode#
- Enter the Hour of the day to trigger the poll in 24-hour format, from
0
to23
. - Enter the Minute of the hour to trigger the poll, from
0
to59
. - Select the Weekday to trigger the poll.
Every Month mode#
- Enter the Hour of the day to trigger the poll in 24-hour format, from
0
to23
. - Enter the Minute of the hour to trigger the poll, from
0
to59
. - Enter the Day of the Month to trigger the poll, from
0
to31
.
Every X mode#
- Enter the Value of measurement for how often to trigger the poll in either minutes or hours.
- Select the Unit for the value. Supported units are Minutes and Hours.
Custom mode#
Enter a custom Cron Expression to trigger the poll. Use these values and ranges:
- Seconds:
0
-59
- Minutes:
0
-59
- Hours:
0
-23
- Day of Month:
1
-31
- Months:
0
-11
(Jan - Dec) - Day of Week:
0
-6
(Sun - Sat)
To generate a Cron expression, you can use crontab guru. Paste the Cron expression that you generated using crontab guru in the Cron Expression field in Localmind Automate.
Examples#
If you want to trigger your workflow every day at 04:08:30, enter the following in the Cron Expression field.
1 |
|
If you want to trigger your workflow every day at 04:08, enter the following in the Cron Expression field.
1 |
|
Why there are six asterisks in the Cron expression#
The sixth asterisk in the Cron expression represents seconds. Setting this is optional. The node will execute even if you don't set the value for seconds.
* | * | * | * | * | * |
---|---|---|---|---|---|
second | minute | hour | day of month | month | day of week |
Zugehörige Ressourcen#
Localmind Automate bietet einen App-Node für RSS-Feeds. Die Node-Dokumentation finden Sie hier.