Post Event Reminders to Slack Using Netlify Functions

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • bot-meetingplace-events

    Discontinued A friendly bot to give us a heads up when the next events are.

    At Virtual Coffee, we have events almost every day, and we hang out in Slack every day! So, it was inevitable that we'd get some sort of event reminders going in Slack. Our first pass was by the late Mike Rogers (we miss you, Mike ❤️). Our events were listed on MeetingPlace.io, so Mike wrote a Ruby app to pull date down from MeetingPlace and post to Slack: Meetingplace Events Bot.

  • I created a basic GitHub template that you can use that follows the same ideas: slack-event-reminders-template

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • virtualcoffee.io

    Public site for Virtual Coffee

    { "blocks": [ { "type": "header", "text": { "type": "plain_text", "text": "⏰ Starting Soon:", "emoji": true } }, { "type": "section", "text": { "type": "mrkdwn", "text": "*Test Event*\n" }, "accessory": { "type": "button", "text": { "type": "plain_text", "text": "Join Event", "emoji": true }, "value": "join_event_173", "url": "https://virtualcoffee.io", "action_id": "button-join-event" } }, { "type": "context", "elements": [ { "type": "mrkdwn", "text": "An hour-long chat with devs at all stages of the journey. You can come to hang out with great people, ask questions or bring up a topic, or just sit back and listen to others talk about tech. Currently open to slack members only. Check announcements for the Join Event button.Every Tuesday at 9AM ET!" } ] }, { "type": "divider" } ] }

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts