Paul
My feedback
8 results found
-
2 votes
An error occurred while saving the comment An error occurred while saving the comment Paul commentedSorry Michel for the slow response, I had a couple other projects on the go.
This is still not working for me. With my application, if a new person is registered for an event that has reached its limit, that person is not placed on the Wait List. Instead, the limit is ignored and the new person is registered for the event. The API response is: "OnWaitlist": false.Paul shared this idea · -
125 votesPaul supported this idea ·
An error occurred while saving the comment Paul commentedPrior to version 8.1.2, Event Notification emails that were timed to be sent out, say a week in advance, were sent out around the start time of the event. However, with version 8.1.2, Event Notifications are now sent out just after mid-night. Would like to be able to set a specific time for emails to be sent (ideal), or an option to select between mid-night or start of event.
-
2 votes
An error occurred while saving the comment Paul commentedNot sure when they appeared, but there are now ReplyToAddress and ReplyToName parameters available for SendEmail - although the documentation on SwaggerHub does not reflect these parameters.
Paul shared this idea · -
40 votesPaul supported this idea ·
-
2 votes
An error occurred while saving the comment Paul commentedEncountered similar issue using the substringof function.
The website help page for Events Admin API Call (https://gethelp.wildapricot.com/en/articles/499), there is an example using the substringof function:
$filter=substringof('Name', 'training') eq true
However, I have not been able to get this syntax to work, it keeps returning an error. However, the following syntax works fine:
$filter=substringof('Name', 'training')
The problem is I would like to find all events that do not contain 'training' in their name, i.e., I would like to use the following syntax:
$filter=substringof('Name', 'training') eq false
Or:
$filter= NOT substringof('Name', 'training')
I understand that there is no 'NOT' function available for filter constructs.
Any suggestions on how I can exclude events that certain words?When I contacted Wild Apricot Tech Support, they responded with the following comment:
"Unfortunately, we're not equipped to answer specific questions regarding the use of WA's API, beyond what's found in the article. "
Paul supported this idea · -
2 votesPaul supported this idea ·
-
2 votesPaul shared this idea ·
-
108 votes
An error occurred while saving the comment Paul commentedWithin the Email Editor, there is no Cancel button. If a serious error is made when drafting an email (particularly one that has already been saved), there is no way to escape and discard the changes and start again. Almost every other editing module on the site has a Cancel option.
Paul supported this idea ·
Grigory,
I have tested the option OnWaitlist=true and it works when using the Admin API (api.wildapricot.org/v2.2). Thanks very much.
I should clarify my earlier comments, I was able to eventually get the ForWaitList=true option working for the non-Admin API (api.wildapricot.org/publicview/v1) (my mistake, I did not initially realise registering on the WaitList was only enabled for the non-Admin API).