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
session_json = collab_service.createExpertSession('Albert','Einstein','[email protected]','Genius University','Astrophysics 101','What does the C stand for in E=MC-squared?')
expert_url = session_json['expert_url']
client_url = session_json['client_url']
print('Expert URL: ' + expert_url + '\r\n')
print('Client URL: ' + client_url)
slack_service.sendExpertMessage('#officehours', 'Albert','Einstein', expert_url, 'Genius University','Astrophysics 101','What does the C stand for in E=MC-squared?')