You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"message_text": "Hey {{eec4a322-082c-4247-8cdd-b67d5eeee6aa==user}}, Welcome to the JSON Schema Slack Server!\n\nWhatever the reason you chose to join us, we want you to know, we're glad you're here.\n\nWe have a formal Code of Conduct which we invite you to review. It is short, and reading it is respectful to the community you've chosen to enter.\n\nIf you need help, or you're looking to get involved with the JSON Schema community, you're in the right place.\n\nThis server includes the specification authors, many implementers, and a large number of helpful individuals from the community.\n\nIf you're looking for an implementation of JSON Schema, you should check out the implementations page.\n\nIf you're looking to learn the basics of JSON Schema, do check out our learning resources.\n\nIf you want to ask questions or discuss JSON Schema, the <#C5CF75URH|general> channel is the right place.\n\nFor details on other channels, click on the plus icon on the left of the message text area, followed by \"channel info\", or you can view the same information on our GitHub Repository.\n\nFor now, please let us know who you are, what you do, and why you've joined us today!",
"text": ", Welcome to the JSON Schema Slack Server!\n\nWhatever the reason you chose to join us, we want you to know, we're glad you're here.\n\nWe have a formal ",
"text": " which we invite you to review. It is short, and reading it is respectful to the community you've chosen to enter.\n\nIf you need help, or you're looking to get involved with the JSON Schema community, you're in the right place.\n\nThis server includes the specification authors, many implementers, and a large number of helpful individuals from the community.\n\nIf you're looking for an implementation of JSON Schema, you should check out the ",
"text": ".\n\nIf you're looking to learn the basics of JSON Schema, do check out our ",
64
+
"type": "text"
65
+
},
66
+
{
67
+
"url": "https://json-schema.org/learn",
68
+
"text": "learning resources",
69
+
"type": "link"
70
+
},
71
+
{
72
+
"text": ".\n\nIf you want to ask questions or discuss JSON Schema, the ",
73
+
"type": "text"
74
+
},
75
+
{
76
+
"type": "channel",
77
+
"channel_id": "C5CF75URH"
78
+
},
79
+
{
80
+
"text": " channel is the right place.\n\nFor details on other channels, click on the plus icon on the left of the message text area, followed by \"channel info\", or you can view the same information on our ",
`greeting`: A text file containing the greeting sent to users who join our Slack server.
6
+
7
+
`other channels`: A text file containing info on some of our Slack server's channels.
8
+
9
+
`greeting.slackworkflow`: A workflow exported from Slack for the greeting message. It can be imported should we somehow loose it. Given the format and specific token requirements, it doesn't make sense to maintain the greeting message in this file. Consider it a reference and backup. Maintain in the `greeting` text file and manually update Slack on change.
10
+
11
+
We could later manage this by creating our own Slack bot, but using Workflows will do for now.
12
+
13
+
We needed to migrate from Greetbot because they are [shutting down](https://medium.com/greetbot-blog/after-5-million-hellos-its-time-to-say-goodbye-8b82e40b5701).
0 commit comments