Skip to Content
FluxStore is currently invite-only. Some sections of this documentation are still being written and expanded.
APIWebhooksEventsServer Changed
POSTsubscription.server_changed

Sent when the server a subscription renews commands to is changed, either by the customer (when the package has “Allow subscribers to change their server” enabled) or by an admin from the dashboard.

data

subscription_idstring· uuid
The subscription ID.
package_idstring· uuid
Package ID of the subscription.
previous_server_idstring· uuid
ID of the server previously assigned to this subscription.
new_server_idstring· uuid
ID of the server now assigned to this subscription.

FluxStore sends this payload as an HTTP POST to your configured webhook URL.