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
data = {'text':"Hello, assistance is needed. \r \r Please reply if you are available. Press \"Cancel\"' on the touchscreen to automatically update this channel."}
response = requests.post(
url, data=json.dumps(data),
headers={'Content-Type': 'application/json'}
)
if response.status_code != 200:
raise ValueError(
'Request returned an error %s, the response is:\n%s'