AdminDmitry Smirnov
(Product Owner, Wild Apricot by Personify)
My feedback
-
3 votes
-
2 votes
Take a look at Vimeo service.
-
16 votes
As a workaround you can change field visibility settings, so that emails are not shown to anonymous users. See for more information https://gethelp.wildapricot.com/en/articles/147
-
3 votes
Does that system has any API or other integration options?
What other platform?
What programming language?
Do you have a developer?
What system will act as identity provider, WA or other system? -
1 vote
In general you request looks right. The thing I would check is field names in your account. Use this endpoint to get full list of all contact fields. You need to pass 'FieldName' as a select parameter. https://app.swaggerhub.com/apis-docs/WildApricot/wild-apricot_public_api/2.1.0#/Contacts.CustomFields/GetContactFieldDefinitions
Another possible thing is a misuse of ’ instead '. They look similar for human, but API works with ' only. MacOS likes to replace ' with ’.
This API call I just checked and it works as expected
https://api.wildapricot.org/v2.1/Accounts/183112/Contacts/?$async=false&$select='First name','Email','Organization' -
9 votes
Member apps for Android and iOS allow to add events to calendar. https://gethelp.wildapricot.com/en/articles/1516#events
-
19 votes
Could you please elaborate whether you are looking for login into slack with wild apricot credentials, or login into WA with slack (as it is already implemented for google+ and facebook)?
Slack supports single sign on, but it relies on SAML specification, instead of oAuth2 used by WA. So this kind of integration is not a low hanging fruit.
Right now we don't have specific plans on implementing SAML, but it can change over time if more people will vote for it.Important note: only paid version of Slack supports SSO.
-
43 votes
You can build custom automation with Integromat. You could take a look into this scenario for inspiration https://www.integromat.com/en/integration/2275-copy-google-calendar-into-wild-apricot-events
-
1 vote
Hi Mike,
I know it for sure that we have a special offering for multi-chapter organizations. Please use this form to put a multi-chapter inquiry https://www.wildapricot.com/multi-chapter-accounts -
71 votes
We don't have such integration right now, but you could try to implement it using Integromat https://www.integromat.com/en/integrations/wild-apricot/xero
-
1 vote
If you want to send email to individual recipient, then you have to provide valid contact id (id:0 is not a valid contact id) and don't need to provide eventId.
If you want to send email to event-related recipients, then Type should be set to one of EventAttendees_All, EventAttendees_Selected, EventWaitlist_All, EventWaitlist_Selected.
-
3 votes
It is very easy to setup with Integromat module https://www.integromat.com/en/integrations/wild-apricot
-
26 votes
Bill,
Message to customer is a large text field on order details page. When admin fulfills an order, he can provide a link there.
-
1 vote
I have to admit, authorization with login/password through swaggerhub stopped working. Authorization with API key (2-nd in a list) still works.
I can recommend to use one of these options:
1 POSTMAN – is a great tool to work with API. It is possible to import swagger description.2 Use our test tool at API browser. It is a web application located at https://api.wildapricot.org/ui/home/requestoauthtoken
Yes, you can, it should work.
I can't say something about dangerous content, not enough information. Anyway these errors not from API or API browser.
Stu,
Looks like you use "OAuth2, accessCode" mode to access api. This mode is described in swagger specification, but is it not possible to use it from SwaggerHub interface. I recommend to use "OAuth2, password" or "OAuth2, application" mode from SwaggerHub interface.
I changed order of authorization modes, so that "OAuth2, password" will be the first in the list. Please give it a try and let me know if something goes wrong.
-
1 vote
You use a really old theme. I suggest to switch to one of the modern ones and you will have more place for your content. If you are not ready to switch it on your working site, you can register a temporary account and experiment with themes there.
-
83 votes
We just launched integration with Integromat platform, which helps to build automated workflows. We also provide several templates for quick start, and one of them demonstrates how to send event attendance certificates as professionally looking PDF files.
You can try the integration by this link https://www.integromat.com/en/integration/2303-send-pdf-certificate-to-event-attendees
Here is a version of Integromat template, which does not rely on Eledo. Instead it converts HTML into PDF.
https://www.integromat.com/en/integration/2303-send-pdf-certificate-to-event-attendeesIntegromat template is just a first step, you can customize scenario in any way you want.
If Eledo does not work for you, it could easily replaced by PDF module, WebMerge or any other tool capable of building PDF files. -
1 vote
Sure, API can be used to check membership status.
Now we don't have such integration in our plans, so I recommend to implement this as an external application, which checks membership status and sync it with your reservation system.
-
4 votes
We added a parameter includeWaitList, which allows to get waitlisted registrants through API. Each event registration now has a flag "OnWaitlist" to indicate waitlisted registrations.
See detailed description here https://app.swaggerhub.com/apis/WildApricot/wild-apricot_public_api/2.1.0#/Events.EventRegistrations/GetEventRegistrationsList
However creating waitlisted registrants through API is not supported yet.
-
3 votes
It is possible to provide a comment during checkout. Will it work for you?
-
3 votes
Totally agree with you, this should be a part of the app. We just need some time to implement more requested features.
Do you mean you want to sell store items from mobile admin app?