Developers
Mostly about Wild Apricot API. Feel free to share examples of your code!
57 results found
-
How to upload images for event descriptions
Administrators can insert images into the event description when editing an event. Wild Apricot stores those images in a resources/pictures folder.
When adding an event via the API, how can an image be uploaded to the resources/pictures folder?
1 vote -
WA OAuth SSO Implementation for YM Careers
I'm trying to connect WA with YM Careers for OAuth SSO Implementation.
They asked for the below information, and I think I got most, but there are some things I'm not sure on. I should also add I'm not a programmer and trying to figure this out.
In the WA information it sounds like I might have to create an API, but not really sure if I do, and if so how I would even do that. Any assistance or guidance would be appreciated.
WA Website I've been trying to follow: https://gethelp.wildapricot.com/en/articles/200Auth URL:
I got this.Token URL:
I…1 vote -
Unable to parse EventDate in UpcomingEvents gadget
Currently an event date in the Upcoming Events gadget is dumped as a date string of 1 Oct 2021 8:30 AM (UTC-00:00)
This isn't user friendly.
<$it.EventDate$> doesn't offer any filtering options, and sadly something like <$it.EventDay$>/<$it.EventMonth$>/<$it.EventYear$> does not exist.
I've tried parsing the dates with jQuery, whilst this works fine in codepen tests it does not work in production on Wild apricot:
jQuery("div.date").each(function () {
var data = jQuery(this).html();
var arr = data.split(' ');
jQuery(this).html("<span class='day'>"+arr[0] + "</span><span class='month'>" + arr[1]+"</span><span class='year'>"+arr[2] +"</span>");
});Can I please get some advice on how to parse these dates so I can…
1 vote -
Contact Webhook triggering for Membership changes
I recently integrated our Wild Apricot instance with Salesforce using Integromat. It works great, but I am finding the Wild Apricot 'Contact created or updated' module triggers repeatedly from the Wild Apricot Webhook. This is consuming a large number of operations inside Integromat.
I'm not sure if this is a How To or a feature request. I'm listing several questions/ideas.
1) The Webhook is set-up in Wild Apricot to only send Contact changes. It still triggers the Integromat scenario when the renewal date changes and/or the membership level changes. Should the Webhook only trigger for Profile changes only?
2) In…
1 vote -
menu left
How can I override the Tinted Tiles theme to hover the sub-navigation items to the right instead of the left?
1 vote -
Is there any way to hook into the page's onpageshow handler?
I'm trying to prototype a button that would enable me to switch between one of two languages on the website by using CSS, cookies and Javascript. I think I have some of it working except I need to be able to set the controls to the desired language when I visit a new page. I think I need to hook into the page's "onpageshow" event handler to make my calls there.
Does anyone know if there is a way to do this? If not, it'd be great if WA supplied hooks so we could make calls to the various page…
1 vote -
How to get payment instruction via API
As an admin user, we can set the payment instruction in the payment setting page in Wild Apricot dashboard. However, it seems there is no way to get the payment instruction from API.
I found that the payment instruction appear in response of GET /events/{{eventid}} but for GET /membershipLevels/{{membershipLevelid}}, this field seems missing.
1 vote -
External hosting - Feed WI data
Host our site elsewhere but feed WildApricot information into the new site
1 vote -
Using Lightbox with WA
Anybody using lightbox for photo display on a WA site? Mine was working, now it's not and I don't know where to start troubleshooting it. Any help appreciated!
TIA!
-Mike1 vote -
customised forms
We need add Job Opportunities form in our website for other members to add. For same job opportunities members can apply for. What is the best solution to achieve this in wild apricot? Please let us know.
1 vote -
List of failed email contacts
How do I get a list of contacts who cannot be emailed to? We have a large list and nearly 8,000 who are bounced emails, but I cannot see a way to remove them. We are getting charged for the extra contacts but are unable to remove them.
Technical support have not responded to queries, does anyone here have an idea?
Thanks
John1 vote -
$filter contacts by MembershipLevel
How do I $filter contacts by MembershipLevel using the v2 API?
1 voteDmitry Smirnov respondedHere is a sample request to get all contacts of specific membership level:
https://gist.github.com/DmitriySmirnov/94693fe953f24638913e8d0636d983ad
Don’t forget to encode spaces and replace {ACCOUNT_ID} and {LEVEL_ID} with your values.
-
Redirect top menu item to a system page
I want a Top Menu Item called 'Member Login' to redirect to the 'Authorization Required' system page.
How do I do this?
1 vote -
Database format of guest that attend event based on sign in list so it can be entered in PC file
Hand write data retrieved after community event is over for guest that attended and signed in and contact info so it can be electronically processed in organizations data entry
1 vote -
I am redirecting one page to another website. How do I make this open a new window?
I am redirecting one page to another website. How do I make this open a new window rather than leave the member site?
1 vote -
Video Content for paying members
I am going to post videos of our meetings on our website. I want to restrict access to those videos to only paid members.
The videos will be 1 hour in length so they will be large.
I am willing to pay for a third party service and do some one time development, but i want the process of uploading a new video to be something that a non-technical (yet competent) user can do. I want to restrict the video to paying members (we will have non-paying members as well).
1 vote -
A question on the Excel spreadsheet made available 6 months ago by Wild Apricot at https://github.com/WildApricot/ApiSamples/tree/master/Exc
A question on the Excel spreadsheet made available 6 months ago by Wild Apricot at https://github.com/WildApricot/ApiSamples/tree/master/Excel
I am having a problem with authentication. I put in the API key from authorized applications via copy/paste so I know it's right. Then I clicked download data and tried both the client ID/secret key and my admin username and password. Both times I get this error. I went through the VBA code a bit to review if I may be doing something wrong, but I don't see anything wrong.
Client is not authorized to use this grant type is an error I cannot…
0 votes
- Don't see your idea?