Team Mobile
My feedback
30 results found
-
2 votes
An error occurred while saving the comment -
1 vote
An error occurred while saving the comment Team Mobile commentedHello!
Thank you for your suggestion!
Do you mean our mobile app for members or something else? -
5 votesTeam Mobile supported this idea ·
-
10 votes
An error occurred while saving the comment Team Mobile commentedHello 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 commentedWell, 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 commentedHello!
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 commentedHello!
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 commentedWhat 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 commentedI 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 commentedHello,
Where exactly do you stuck? -
3 votes
An error occurred while saving the comment Team Mobile commentedHello!
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 commentedNote: 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 commentedIt 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 commentedYou can see that thread here: https://forums.wildapricot.com/forums/308932/suggestions/33232147
An error occurred while saving the comment Team Mobile commentedThanks 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 commentedMark, your first request is almost correct, you need only to delete a comma after "EventAttendees_All"
-
314 votesEvgeny Zaritovskiy responded
Collecting comments now.
Team Mobile supported this idea · -
0 votes
An error occurred while saving the comment Team Mobile commentedHello,
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. -
221 votes
An error occurred while saving the comment Team Mobile commentedKaren, 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 commentedThe 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 -
87 votesDmitry Smirnov responded
We consider this as one of candidates for the next year.
An error occurred while saving the comment Team Mobile commentedWe don't have it on our roadmap currently.
Team Mobile shared this idea · -
105 votes
An error occurred while saving the comment Team Mobile commentedNo updates for now.
-
27 votes
The thread was divided into two, managing guest registrations in admin app and registering guests in the member app.
The latter is in progress, you can find the update here: https://forums.wildapricot.com/forums/308932/suggestions/48343238
An error occurred while saving the comment Team Mobile commentedThis thread is about admin app. I renamed this idea to not confuse people in the future and create a topic about member app. Feel free to vote and comment it:
https://forums.wildapricot.com/forums/308932/suggestions/33251569Team Mobile shared this idea · -
2 votesTeam 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 commented1) 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 commentedThere 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 commentedGreg, 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
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.