XF 2.2 API Post alert to all?

MattForo

Active member
Licensed customer
I currently have an alert set that fires the alert to 1 user using
'to_user_id' => 1

is there a way to change this so it fires to all users?

Would this work?

'to_user_id' => *
 
I currently have an alert set that fires the alert to 1 user using
'to_user_id' => 1

is there a way to change this so it fires to all users?

Would this work?

'to_user_id' => *
I tested this, but it doesn't work. I'll see if I can find anything
 
Back
Top Bottom