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
Hi, I might have found a bug in your API. When I pass a user_id array to the notify endpoint, all qualified users are notified instead of the ids in the array, Here's a sample json that I'm including in the POST body.
Doing a post to
shifts/notify/999999999
body:
{"user_id":["44444444"]}
5 notifications were sent with this. Here's the response.
(
[success] => 1
[email] => 5
[sms] => 0
)
This isn't a problem with the class that you created but I'm having a terrible time getting to your support team so I'm trying this.
The text was updated successfully, but these errors were encountered:
Hi, I might have found a bug in your API. When I pass a user_id array to the notify endpoint, all qualified users are notified instead of the ids in the array, Here's a sample json that I'm including in the POST body.
Doing a post to
shifts/notify/999999999
body:
{"user_id":["44444444"]}
5 notifications were sent with this. Here's the response.
(
[success] => 1
[email] => 5
[sms] => 0
)
This isn't a problem with the class that you created but I'm having a terrible time getting to your support team so I'm trying this.
The text was updated successfully, but these errors were encountered: