This feature adds an option to send a scheduled post to a Slack channel one day before the event.
Update the event schema to include a new field for selecting the target Slack channel and (?) composing the message.
In the app, set up a cron job to automate this process. The @slack/web-api seems to be a good fit for this.
This feature adds an option to send a scheduled post to a Slack channel one day before the event.
Update the event schema to include a new field for selecting the target Slack channel and (?) composing the message.
In the app, set up a cron job to automate this process. The @slack/web-api seems to be a good fit for this.