Team Mobile
My feedback
29 results found
-
2 votes
An error occurred while saving the comment -
1 vote
An error occurred while saving the comment
Team Mobile
commented
Hello!
Thank you for your suggestion!
Do you mean our mobile app for members or something else? -
6 votes
Team Mobile
supported this idea
·
-
10 votes
An error occurred while saving the comment
Team Mobile
commented
Hello Steve,
You can change AccessLevel via API.
As it is written in our documentation (https://app.swaggerhub.com/apis/WildApricot/wild-apricot_public_api/2.1.0#/Events/UpdateEvent), this request body will change AccessLevel to Public:{
"Id": yourEventID,
"Details": {
"AccessControl": {
"AccessLevel": "Public"
}
}
}I hope it helps!
An error occurred while saving the comment
Team Mobile
commented
Well, one of possibilities to do this might be API new features to edit Events, which we expect to do more or less soon (it is hard to say when exactly atm).
Such a feature could allow to create some simple tool (may be Excel-based or something similar) to batch-edit events.
More than that - you may implement some smart logic for this, for instance publish events before a month-to-start only -
4 votes
An error occurred while saving the comment
Team Mobile
commented
Hello!
The admin app grants rights due to the role of the user. I suggest trying to give your leaders the event manager role. Perhaps it would fit your needs. More info about managing admin roles in our help: https://gethelp.wildapricot.com/en/articles/50#modifying -
1 vote
An error occurred while saving the comment
Team Mobile
commented
Hello!
Currently, you can't get global payment instructions via the API.
Could you please tell us how do you plan to use it? -
2 votes
An error occurred while saving the comment
Team Mobile
commented
What exactly is going on with the gender field? Is it mapped to the wrong value or created user doesn't have this field at all?
Could you try with another Multiple choice field? Maybe to create a public field for test purposes and try with it.
An error occurred while saving the comment
Team Mobile
commented
I tried your JSON format and it's working well for me (except that Email, FirstName, LastName and FieldValues should be in quotes). Moreover, you can delete the Label and SelectedByDefault fields, leaving just the Id.
What exactly is going on with the gender field? Is it mapped to the wrong value or created user doesn't have this field at all?
Could it be that the Gender field is for members ("MemberOnly": true) and you are trying to create a non-member contact?
An error occurred while saving the comment
Team Mobile
commented
Hello,
Where exactly do you stuck? -
3 votes
An error occurred while saving the comment
Team Mobile
commented
Hello!
The page you pointed is more for the organization's administrators to help them understand all possibilities WA provides. I would suggest several different options depending on what you try to achieve.
If you need to provide a full description of the app, there are two help pages:
iOS - https://gethelp.wildapricot.com/en/articles/1593
Android - https://gethelp.wildapricot.com/en/articles/1646-using-the-wild-apricot-for-members-app-android
If you need a short informal overview of the app, there is a good article in our blog: https://www.wildapricot.com/blogs/newsblog/2018/11/22/3-things-member-app
In case you need to just refer to the app, I suggest to give a direct link to the store:
iOS - https://apps.apple.com/app/wild-apricot/id1220348450
Android - https://play.google.com/store/apps/details?id=com.wildapricot.appformembersI hope it helps!
-
12 votes
An error occurred while saving the comment
Team Mobile
commented
Note: the previous comment was about the app for admins. The app for members allows calling by the number pointed in the "Phone" field.
An error occurred while saving the comment
Team Mobile
commented
It is working like that already.
All phone-like fields are highlighted in the Member details screen. You can tap on them and make a call. -
39 votes
An error occurred while saving the comment
Team Mobile
commented
You can see that thread here: https://forums.wildapricot.com/forums/308932/suggestions/33232147
An error occurred while saving the comment
Team Mobile
commented
Thanks for your feedback, Stacey!
I transferred the part about custom app icon to another thread. It has plenty of votes already so it is a better place for such thing. -
2 votes
An error occurred while saving the comment
Team Mobile
commented
Mark, your first request is almost correct, you need only to delete a comma after "EventAttendees_All"
-
317 votes
Evgeny Zaritovskiy
responded
Collecting comments now.
Team Mobile
supported this idea
·
-
0 votes
An error occurred while saving the comment
Team Mobile
commented
Hello,
We had some issues with the member directory updates. It should be fixed now. Could you please check it and tell us if it's working now?
If not working, we could try to help you with updating script. -
223 votes
An error occurred while saving the comment
Team Mobile
commented
Karen, thanks for your feedback!
We don't have any plans for custom content currently. I suggest creating the new topic on this Wishlist. The more votes it'll get the more likely we'll implement it.
By the way, we do have a topic about forums:
https://forums.wildapricot.com/forums/308932/suggestions/32977381
Feel free to vote and comment it if it's what you'd like to see in the app.An error occurred while saving the comment
Team Mobile
commented
The link to the main site is available already.
It' s in the profile screen under the avatar and name.
For example, if your organization name is "house of bamboo", the link will look like this:
https://ibb.co/bH98nS -
97 votes
Hello!
We’re glad to share that the first two system push notifications are now live in the Member App on both iOS and Android. Members will now receive updates when:
- New events are published and open for registration
- Event reminders — sent a day before and an hour before the event starts
These new tools are designed to boost member engagement and help attendees stay in the loop.
Members can manage these notifications anytime in their app settings.
Another system push — notifications about event changes — is coming in the next release. Stay tuned!
You can read more about these changes in our Help Center
An error occurred while saving the comment
Team Mobile
commented
We don't have it on our roadmap currently.
Team Mobile
shared this idea
·
-
106 votes
An error occurred while saving the comment
Team Mobile
commented
No updates for now.
-
3 votes
Team Mobile
responded
Status update in case someone new will see this topic:
The section “Show registrants who want to be listed” have been added to API already.Schedule for email announcements and reminders can’t be set via API at the moment.
As a workaround, you could create a template event on the web, set the start date in the distant future and all settings you need. Then you can clone it via POST request:
api.wildapricot.org/v2/rpc{AccountId}/CloneEvent
The request body should be like this:
{“EventId”: 123456}An error occurred while saving the comment
Team Mobile
commented
1) Yes, there is such behavior. As a workaround, you could create a template event with the start date in the distant future.
2) You can duplicate an event via API actually. There aren't any mentions of it in the help, we'll fix it in a few days.
You can use a POST request to the URL:
https://api.wildapricot.org/v2/rpc/{AccountId}/CloneEvent
With the body:
{"EventId": 123456} -
2 votes
An error occurred while saving the comment
Team Mobile
commented
There should be a way on the app to approve all memberships that are paid at one time. Instead of having to do them 1 at a time
Team Mobile
shared this idea
·
-
3 votes
An error occurred while saving the comment
Team Mobile
commented
Greg, if you have issues with "obtain auth token from WA" part, here is a help link for Single sign-on service:
https://help.wildapricot.com/display/DOC/Single+sign-on+serviceGrigory,
Mobile crew at Wild Apricot -
5 votes
An error occurred while saving the comment
Team Mobile
commented
Rufus, you can add a donation form to your WA site:
https://help.wildapricot.com/display/DOC/Donation+forms
Hello,
Thanks for your suggestion!
In fact, the app does allow members to open the rules and terms document. Users can tap on the field's title, this will open a link to the doc.