Developers
Mostly about Wild Apricot API. Feel free to share examples of your code!
206 results found
-
How use / encode $filter in a curl call
How do you encode a $filter query param in a curl call, e.g. 'First name' eq 'John'
curl "https://api.wildapricot.org/v2.2/accounts/{accountId}/contacts?$async=false&$filter='First name' eq 'John'" \
-H "Authorization: Bearer {token}"I tried several ways of encoding, including URLEncode, but I keep getting:
---->>>> curl: (3) URL rejected: Malformed input to a URL function
1 vote -
archive
Does anyone know how to catch when a contact is archived? I'm using make.com (previously integromat) and it doesn't seem that archiving a contact is triggering modifying a contact...
1 vote -
Javascript API - Basic Introductory Example? I can't get any examples to work
Can anyone on this forum that has got the javascript (ajax) API to work on a WA page give me a simple working example? Of anything.
The https://gethelp.wildapricot.com/en/articles/1705-working-with-api-from-javascript does not work (its clearly missing a lot of guidance)
I've tried Dmitry's examples and they do not work for me.
I've tried both my Account ID and an app api key in all examples.I do get the excel spreadsheet example to work.
Any assistance would be greatly appreciated!
1 vote -
get all data
I need to be able to export all of a persons data via the API. For example all of the typical fields related to the person including custom fields. Also, events they attended with all of the available information for the event for that person. Also, if emails were sent to that person, if they were opened, clicked, etc. I want an entire snapshot of all of the data for each person in Wild Apricot. Is there a way to get this information via the API?
1 vote -
Action Required: It’s time to revisit your Privacy Policy and Terms of Service
One of my customers received this quasi-spam email subject line, "Action Required: It’s time to revisit your Privacy Policy and Terms of Service" what kind of bullhockey is this? An ad to buy Termly's package to update the language for the checkout page? What's this. Do you find it as nefarious as I do?
1 vote -
eventregistrations api returning incorrect Name
When a member registers for an event they are prompted for their name and email. If they enter a different name than the name assigned to their member/contact info, then the event registration displays the different name that was entered. This seems proper, but when we perform an API request for the event registration info (via /eventregistrations/erid#) it properly returns both of the "RegistrationFields"->name and email, and the "Contact"->ID,
BUT, the "Contact"->Name is returned is the same modified name as "RegistrationFields"->nameShould this not be returning the Contact's saved name, not the event registration name?
We have browsed the entire…
1 vote -
1 vote
-
member API examples or tutorial
Question: I'm looking for an example of using the member API in a wild apricot site page
Background: I'm hoping to provide a page listing registrants of an event. I believe I could use the member api, specifically "/accounts/{accountId}/EventAttendees" I've looked at the sample code ( https://gethelp.wildapricot.com/en/articles/485-sample-api-applications ) but it appears these are all written with the Admin API.
1 vote -
Working email script - now my page is uneditable
I’m sure this is just a weird coincidence — Twice now I have developed a script that uses JS and Make integration to allow members to email members of specific groups without the need for admin access. This is the second time that I’ve built the prototype and after successful testing, left it alone …. Just to come back to see that I can no longer edit the page.
1) Is WA working on this capability?
2) Does WA flag and disable scripts? If so, why?
3) What would cause a working page to become uneditable?1 vote -
SSO integration WA to a 3rd party
We are trying to connect an SSO through Azure SAML-based Sign-on to a vendor and control access to that 3rd party using our WA membership. We have the 3rdparty setup in Azure and wonder how e can connect the two through an API
Has anyone connected anything like this?
1 vote -
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 -
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 -
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
-
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
- Don't see your idea?