How to schedule daily keyword-based OpenAI posts

I need to pass a certain word to the open AI module at a certain time every day
For example, finance at 9-00
metals at 10-30
forex at 11-40
then open AI generates a post by keyword with a description, sends it to the telegram channel and so on every day except weekends
etc. how to implement this?

The simplest solution involves using a Slack channel to manage and process the scheduled keywords. Here’s how:

  1. Set Up a Slack Channel:
  • Create a dedicated Slack channel to receive scheduled keywords.
  • Post your daily schedule in this channel (manually or automated using a scheduler app).
  1. Use Make to Automate the Workflow:
  • Slack: Watch Messages: Configure Make.com to watch the Slack channel for new messages containing your scheduled keywords.
  • Aggregate and Parse Messages: Use Make.com’s parsing tools to extract the relevant keywords from Slack messages.
  • Format the Text: Process the parsed data into a structured format (if needed) for better readability.
  • Send to OpenAI: Forward the formatted text to the OpenAI module for processing.
  1. Forward Results to Telegram:
  • Use Make to send the OpenAI-generated (posts) to a Telegram bot or channel.

The trigger event is ultimately controlled by yourself as it will only watch the slack inbox.