Developers
Mostly about Wild Apricot API. Feel free to share examples of your code!
203 results found
-
Events being blocked by robots.txt
Hi all, our individual events are being blocked by robots.txt. I assume it was set that way by default. Does anyone know why? Is there any reason not to remove the block?
1 vote -
API version changes
I see that Wild Apricot API v8.03 has just been released. Where can I see the changes from the previous version?
1 vote -
Should idsOnly observe $top query variable
When retrieving events via the api if the query variables include $top => 10 and 'idsOnly' => 'true', should this only return 10 Ids or does the 'idsOnly' argument only return the Ids of all the events? I am finding that it observes the $filter arguments but not the $top number of events to return. Now if I don't include idsOnly (or set it to false), it observes the $top variable and returns the number of events specified.
1 vote -
Find events by API where reminder email schedules have not been set up
We would like to find upcoming events where reminder e-mails have not been created. We find that we have a lot more no shows when that happens. Right now an admin has to go through and click on each event by name to see if this was done, and it is quite time consuming for our number of events. I have used the API successfully for other items; but I do not see the data attributes for the e-mail reminders in the API.
2 votes -
Contact.ID for new member broken webhook broken
For WebHook updates on new membership changes (Membership.Status=20) the JSON message for the notification used to set the "Contact.ID" to the value of the contact, now it set's it to "0". I assumed this change was not the expected behavior as it makes this message useless (I would have to scan all members to find the new one). The documentation clearly shows that the Contact.ID is set to a valid value and no indication of a special case where it is set to "0" (https://gethelp.wildapricot.com/en/articles/1670-webhooks)
This is what it used to send to the WebHook endpoint (redacted and…
1 vote -
affiliate
I want to integrate an affiliate payment system into WildApricot. For example, someone becomes our affiliate, shares a link to our event, someone registers and pays for the event, the affiliate payment system pays the affiliate. Looking for something that integrates with WildApricot API or zappier or something. Any ideas how to do this?
1 vote -
SSL Issue
Common names for WA Issued SSL have been switched to *.wildapricot.org and not that of the custom domains. THIS IS CRITICAL PLEASE ADDRESS.
2 votes -
Security Issur
There is an issue with auto login out admins after 3 hours... please escalate this asap. We have several accounts testing this and we are NOT logged out after almost 23 hours now.
1 vote -
CERTIFICATE_VERIFY_FAILED
Hi
I am trying to authenticate with contact credentials via https://oauth.wildapricot.org/auth/tokenA few days ago, this was working, but now the same code gives this error:
SSL: CERTIFICATEVERIFYFAILED] certificate verify failed: self signed certificate in certificate chain
Any ideas?
thanks
Angus1 vote -
1 vote
-
Having trouble authenticating in Postman
I'm working on authenticating in Postman for an upcoming project and this is what I'm sending:
POST /auth/token HTTP/1.1
Host: oauth.wildapricot.org
Authorization: Basic {{API KEY GOES HERE}}
Content-Type: application/x-www-form-urlencoded
Content-Length: 40granttype=clientcredentials&scope=auto
But I'm consistently getting a 401 Unauthorized error with this output:
{
"error": "invalidclient",
"errordescription": null,
"error_uri": null
}I'm able to retrieve a token using the tool at https://api.wildapricot.org/ui/home/RequestOAuthToken and make calls using the API browser but, since I'm working on an integration with an existing application, I really need to be able to make a call on my own. Any hints on…
2 votes -
Access the URL for file attachments, after retrieving the "data-resource-id" string.
Currently Make (Integromat) can access members and get the "data-resource-id" string. We need to get the URL for the file also so we can download the file.
<li class="linksContainerLi" data-resource-id="717587" data-resource-name="TN_Payments-Breakdown_created-2-24-2023_35297767.xlsx" id="id717587">
<a class="fileName" target="_blank" href="https://combinebh.org/resources/document/uTljNHN_T9II2VPclRSi4cGDjp-nxg9i6QEHVACDQ1pJhLHvIR4skYXFUd-grJCMcUeXEyAwr6NCl7iddFPFEA2">TNPayments-Breakdowncreated-2-24-2023_35297767.xlsx</a>
<span class="fileSize">(17.43 KB)</span>
</li>1 vote -
Site template malfunction
Our client is reaching out to us stating their admin pages are showing this warning "Site template malfunction". Is there any documentation on how to fix?
1 vote -
Bulk upload profile pictures and company logos
We have about 2,000 members that we are migrating from a previous membership management system. Importing member profile data has been easy. But we can't see a way to import the images for their profile avatars and company logos. I can see that there is a "Pictures" API call to upload image files but I don't see a way to associate the uploaded pictures with either the member's profile avatar to organization logo.
Seems like this would be a really common need for migrations. Perhaps there is a plugin or script that already does this? If not, we could write…
1 vote -
Adding waLoginBox to another site no longer supported because of the reCaptcha
Logging into Wild Apricot from an external site using the steps outlined in this wild apricot article seems to be no longer supported as of Version 7.27 or higher. Is this something that Wild Apricot will add support for? Or can the api be updated to allow users to login to their account (similar to sso), as I need to allow my users ability to log into 2+ sites using their wild apricot credentials and they need to be able to go to Wild Apricot and not have to login again.
1 vote -
1 vote
-
1 vote
-
Event Location Address Lookup
Make the location information on events, clickable so that the user can get directions to the address listed.
Thanks1 vote -
Display User Name & ID
We are using Sharepoint Forms on our WA site and using Power Automate to perform functions when the form is submitted. We would love a way to capture the WA User ID to do this (currently the member must look it up and enter it into the appropriate form field). In 2017 Team CMS posted the snippet below to display the member name. It still works. I've been trying to guess the variable name for the ID, but so far haven't guessed correctly. Does anyone know the name of that variable?
Team CMS commented Dec 4, 2017
For this purpose…1 vote -
$filter contacts from ID
Does anyone have an idea on how to filter and display a list of contacts from a specific ID? I've tried Id gt 67814009.
Seems this might not be supported. Does anyone have a solution or creative workaround?
{"code":"Search","message":"Operator GreaterThan is not supported for attribute User ID"}
API: https://api.wildapricot.org/v2/accounts/{account_id}/contacts
1 vote
- Don't see your idea?