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
not sure if this is still working or not. But if you do a custom slash command and do a GET it posts successfully but app scrips has to return a response which slack bot after ever run posts:
@jackerman09 Try returning something like this from your doGet function: return ContentService.createTextOutput().setMimeType(ContentService.MimeType.JSON)
not sure if this is still working or not. But if you do a custom slash command and do a GET it posts successfully but app scrips has to return a response which slack bot after ever run posts:
The text was updated successfully, but these errors were encountered: