Developers
Mostly about Wild Apricot API. Feel free to share examples of your code!
203 results found
-
Single sign on for Moodle
Has anyone successfully setup single sign in authentication between WA and a Moodle installation? Looking for some guidance/assistance. Thanks in advance -
3 votes -
Wild Apricot on Google Trends
We recently noticed an increase in search for Wild Apricot related keywords from Google trends. Read more here:
https://nicasiodesign.com/wild-apricot/wild-apricot-pricing-login/2 votes -
Drupal, single sign on
Is there any instructions on how to have single sign on to work from WA to a Drupal site? To set it up on Wordpress there is a plugin but I can't find anything similar in Drupal. Any help would be great.
Thank you4 votesTeam Mobile respondedWild Apricot does not provide any instruction on integrating Drupal with Wild Apricot. However quick search shows that here https://github.com/auth0/auth0-drupal is a drupal plugin for SSO based on oauth.
We did not check compatibility of this plugin with Wild Apricot, however it could be a good starting point.
-
How can I sync WA API and Azure Active Directory?
We are looking at using WA with Office 365 to collaborate with our members. Office 365 uses the Azure AD environment which accepts most setups. My question is how we could export WA member data to Azure AD as 'B2B external partners' or, better yet, native AD accounts.
1 vote -
Exit options for the email wizard
It seems the only way to exit the email wizard after sending an email successfully is to click on the one link available to the email log. Alternatively, I wanted to get back to what I was doing, communicating with a member and updating his record.
I suggest you look into exit options for the email wizard.
1 vote -
Has anyone successfully set up a Facebook pixel on their page?
I am struggling to get the Facebook code to function
5 votes -
Event creation via API cannot set all fields
I am creating Events using the API and cannot see how the following fields can be set (I can set these as an Administrator in the website) .....
Show registrants who want to be listed
to everyone
to members only
Include pending registrationsAlso I cannot see how the schedule for email announcements and reminders for an Event can be set via the API?
2 votesTeam Mobile respondedStatus 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} -
Allow Group Leader to Send Emails to a Group
Site Admin will grant access to a specific WA page for each Group Leader.
-- On this page will be a form Nicasio creates using WordPress and a
form plugin.
-- If more groups are added or changed, Nicasio would need to
add/update these forms for the Site Admin (or walk the Site Admin
through how to set these up).The form will include the standard email fields (subject, and body, as
from and to fields will be auto-populated behind the scenes).
-- The from address will be set to the group leader's email within the
form's settings (a Site…5 votes -
How can I get new member signup information?
I need to get new member details into Drip.co. How do I go about doing that?
1 vote -
Google Indexing
So google says it is moving [rapidly I'd say] to mobi-first idenxing. What does it mean? Well, for starter it sounds like the indexing will happen first for ALL sites on a mobile algorithm, and if you are or are not mobi ready... then the fun begins:
Read more here...
http://nicasiodesign.com/wordpress/google-says-its-time-for-mobile-first-indexing/1 vote -
New APP Is Live
We are glad to share that the Nicasio APP, which allows members to access/edit/pay/register/etc... has been approved by GooglePlay for our first APP Client:
https://play.google.com/store/apps/details?id=com.nicasiodesign.cdk
Let us know if you also want an APP for your organization.
1 vote -
Google search
Funny thing happens when you Google "Best Wild Apricot" See below...
But for the rest of us in need of options for WA themes, and development - there is always the Partner Directory!
http://www.wildapricot.com/partners1 vote -
Launch Checklist
1- First thing you need to secure is access to is your domain’s DNS settings or Zone Files. If you run a query at say DNS STUFF.Com – you can find out where your DNS is hosted: dnsstuff.com
Notice that in the Parent section our public Name Servers listed as follows:
emily.ns.cloudflare.com. | 173.245.58.155
buck.ns.cloudflare.com. | 173.245.59.78So for our website CloudFlare.Com is where we host our DNS.
2- Next, go to the Wild Apricot custom domain setup article < Click Here >
Once in your DNS Zone Files, you will need to edit the following files:
A) CNAME
Name:…1 vote -
Nicasio Design APP
We are getting very close to launching a comprehensive member facing APP which will allow members to:
1- download the APP
2- Login or Register to your org
3- View and Register to events
4- Edit their profiles
5- Browse member directoryStand by for updates!
2 votes -
“AccessLevel” filter for events
Creating a separate request based on a comment in another one: "Please also add the “AccessLevel” filter for events"
1 vote -
Filtering Account Administrators
How can I return a list of just account administrators?
Using the API Browser, I tried both
$filter=IsAccountAdministrator eq true
and
$filter="Administrator role.Id" eq 256
both return this cryptic error:
ErrorDetails: "One or more errors occurred."
1 voteTeam Mobile respondedFiltering of account admihnistrators is not supported yet. If you are not sure that filtering for some field is supported, then you can look at contact field description. ‘Administrator role’ field has flag “SupportSearch”: false. That’s why filtering fails.
We will implement such filtering in one of future updates.
-
API Event Registrations - Support filters beside list of ID's ?
Does anyone know if the event registration call supports filters other than the list of ID's mention on the help page.
Events can be filtered much like contacts but it does not specify for event registrations.
I want to limit the list of registrations returned for a contact to only those today or later.
3 votesTeam Mobile respondedIt is not possible in current version of API.
-
Auction from within WA
My club conducts an annual auction which supports both silent and live components. Has anyone created an auction plugin or software that would integrate the Wild Apricot contact database and allow an auction to be administered from within the website?
3 votesFrank respondedAs far as we know, no one has created this kind of plugin or integration.
-
Facebook at Work will be released soon and provides API access to manage login credentials. Is there any way to automate this process?
Facebook at Work will be released soon and provides API access to manage login credentials. Is there any way to automate this process?
https://developers.facebook.com/docs/facebook-at-work/provisioning/overview
1 voteDmitry Smirnov respondedCould you please elaborate what kind of automation you would like to see?
-
API v2 Events - AccessLevel and Sorting
Hi,
I'm using the API v2 to extract Events for a custom event list in another site. So far, the API is working.
I can get a list of event objects, but they seem to be in the order in which they were entered, not in the order of their dates! (date order should be the default sort, IMHO) Is there a way I can specify the sort order in the request URL?
Also, the API returns ALL events regardless of access level: is there a way to restrict the returned set to be just public events?
Thanks.
2 votesTeam Mobile respondedSorting events via API have been published in 5.9 release.
https://help.wildapricot.com/display/DOC/Events+API+V2+callAccessLevel filtering is not in our near plans, sorry. But user’s support can change this situation. So we are changing status of this idea back to “Collecting comments”.
- Don't see your idea?