Paul
My feedback
8 results found
-
113 votes
Paul supported this idea ·
An error occurred while saving the comment -
2 votes
An error occurred while saving the comment Paul commented
Not 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 ·
-
27 votes
Paul supported this idea ·
-
2 votes
An error occurred while saving the comment Paul commented
Encountered 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 votes
Paul shared this idea ·
-
2 votes
Paul supported this idea ·
-
2 votes
Paul shared this idea ·
-
70 votes
Dmitry Smirnov responded
Cancel / undo functionality is in our plans.
Paul shared this idea ·
Prior 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.