Use the GymSales API to Set a Person's Status to "Former Member"
You can set a person's status to Former Member when creating or updating their record using the GymSales API. This will allow you to leverage this status for Automations and other communication in GymSales. You can access the GymSales API at: https://login.gymsales.net/api-docs.
Required Setting
In order to use the Former Member status, you must have your Company Settings configuration updated. To request this settings update, please email [email protected].
Create a Person
Use the GymSales API's peopleCreate
operation to set the value of the status parameter to former_member. You can access the GymSales API at: https://login.gymsales.net/api-docs.
An example of the peopleCreate
operation is shown below.
In GymSales, you can see that the status of the newly-created person is set to Former Member as shown in the following example.
Update a Person
Use the peopleUpdate
operation to set the value of the status parameter to former_member. You can access the GymSales API at: https://login.gymsales.net/api-docs.
An example of the peopleUpdate
operation is shown below.
In GymSales, you can see that the status was updated to Former Member as shown in the following example.