Skip to content

Dmitry Smirnov

My feedback

27 results found

  1. 11 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Dmitry Smirnov commented  · 

    Do you mean you want to sell store items from mobile admin app?

  2. 20 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    4 comments  ·  Wishlist  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Dmitry Smirnov commented  · 

    As a workaround you can change field visibility settings, so that emails are not shown to anonymous users. See for more information https://gethelp.wildapricot.com/en/articles/147

  3. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    2 comments  ·  Wishlist » API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Dmitry Smirnov commented  · 

    In general you request looks right. The thing I would check is field names in your account. Use this endpoint to get full list of all contact fields. You need to pass 'FieldName' as a select parameter. https://app.swaggerhub.com/apis-docs/WildApricot/wild-apricot_public_api/2.1.0#/Contacts.CustomFields/GetContactFieldDefinitions

    Another possible thing is a misuse of ’ instead '. They look similar for human, but API works with ' only. MacOS likes to replace ' with ’.

    This API call I just checked and it works as expected
    https://api.wildapricot.org/v2.1/Accounts/183112/Contacts/?$async=false&$select='First name','Email','Organization'

  4. 13 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Wishlist » Events  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Dmitry Smirnov commented  · 

    Member apps for Android and iOS allow to add events to calendar. https://gethelp.wildapricot.com/en/articles/1516#events

  5. 20 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Team Mobile responded

    Could you please elaborate whether you are looking for login into slack with wild apricot credentials, or login into WA with slack (as it is already implemented for google+ and facebook)?

    An error occurred while saving the comment
    Dmitry Smirnov commented  · 

    Slack supports single sign on, but it relies on SAML specification, instead of oAuth2 used by WA. So this kind of integration is not a low hanging fruit.
    Right now we don't have specific plans on implementing SAML, but it can change over time if more people will vote for it.

    Important note: only paid version of Slack supports SSO.

  6. 49 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    32 comments  ·  Wishlist » Events  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Dmitry Smirnov commented  · 

    You can build custom automation with Integromat. You could take a look into this scenario for inspiration https://www.integromat.com/en/integration/2275-copy-google-calendar-into-wild-apricot-events

  7. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Dmitry Smirnov commented  · 

    Hi Mike,
    I know it for sure that we have a special offering for multi-chapter organizations. Please use this form to put a multi-chapter inquiry https://www.wildapricot.com/multi-chapter-accounts

  8. 83 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Dmitry Smirnov commented  · 

    We don't have such integration right now, but you could try to implement it using Integromat https://www.integromat.com/en/integrations/wild-apricot/xero

  9. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    6 comments  ·  Developers » API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Dmitry Smirnov commented  · 

    If you want to send email to individual recipient, then you have to provide valid contact id (id:0 is not a valid contact id) and don't need to provide eventId.

    If you want to send email to event-related recipients, then Type should be set to one of EventAttendees_All, EventAttendees_Selected, EventWaitlist_All, EventWaitlist_Selected.

  10. 3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Wishlist » Contacts  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Dmitry Smirnov commented  · 

    It is very easy to setup with Integromat module https://www.integromat.com/en/integrations/wild-apricot

  11. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    7 comments  ·  Developers » API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Current issue  ·  Dmitry Smirnov responded

    I have to admit, authorization with login/password through swaggerhub stopped working. Authorization with API key (2-nd in a list) still works.

    I can recommend to use one of these options:
    1 POSTMAN – is a great tool to work with API. It is possible to import swagger description.

    2 Use our test tool at API browser. It is a web application located at https://api.wildapricot.org/ui/home/requestoauthtoken

    An error occurred while saving the comment
    Dmitry Smirnov commented  · 

    Yes, you can, it should work.

    I can't say something about dangerous content, not enough information. Anyway these errors not from API or API browser.

    An error occurred while saving the comment
    Dmitry Smirnov commented  · 

    Stu,

    Looks like you use "OAuth2, accessCode" mode to access api. This mode is described in swagger specification, but is it not possible to use it from SwaggerHub interface. I recommend to use "OAuth2, password" or "OAuth2, application" mode from SwaggerHub interface.

    I changed order of authorization modes, so that "OAuth2, password" will be the first in the list. Please give it a try and let me know if something goes wrong.

  12. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Wishlist » Events  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Dmitry Smirnov commented  · 

    You use a really old theme. I suggest to switch to one of the modern ones and you will have more place for your content. If you are not ready to switch it on your working site, you can register a temporary account and experiment with themes there.

  13. 118 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    37 comments  ·  Wishlist » Events  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Dmitry Smirnov commented  · 

    Here is a version of Integromat template, which does not rely on Eledo. Instead it converts HTML into PDF.
    https://www.integromat.com/en/integration/2303-send-pdf-certificate-to-event-attendees

    An error occurred while saving the comment
    Dmitry Smirnov commented  · 

    Integromat template is just a first step, you can customize scenario in any way you want.
    If Eledo does not work for you, it could easily replaced by PDF module, WebMerge or any other tool capable of building PDF files.

  14. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Developers » API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Dmitry Smirnov commented  · 

    Sure, API can be used to check membership status.

    Now we don't have such integration in our plans, so I recommend to implement this as an external application, which checks membership status and sync it with your reservation system.

  15. 4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Wishlist » API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Dmitry Smirnov commented  · 

    We added a parameter includeWaitList, which allows to get waitlisted registrants through API. Each event registration now has a flag "OnWaitlist" to indicate waitlisted registrations.

    See detailed description here https://app.swaggerhub.com/apis/WildApricot/wild-apricot_public_api/2.1.0#/Events.EventRegistrations/GetEventRegistrationsList

    However creating waitlisted registrants through API is not supported yet.

  16. 7 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Dmitry Smirnov commented  · 

    It is possible to provide a comment during checkout. Will it work for you?

  17. 7 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Wishlist » Mobile  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Dmitry Smirnov commented  · 

    Totally agree with you, this should be a part of the app. We just need some time to implement more requested features.

  18. 105 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    25 comments  ·  Wishlist » Mobile  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Dmitry Smirnov commented  · 

    Question to everyone, who supports this idea: Rich text formatting capabilities could be quite difficult to implement. Do you think it is still valuable to have forums with just plain text, as a first step?

  19. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Dmitry Smirnov commented  · 

    There are 2 possible ways:

    1 way - manual check

    You configure your membership workflow so that each membership application should be accepted by administrator. Admin will get notification email about each application and will decide if it fit all requirements. See here for details https://gethelp.wildapricot.com/en/articles/132#new

    2 way - custom application page

    This way will require to build completely custom application form and create a program, which will check all the prerequesites through API. This aproach will require programming skills.

    I would recommend to start with the 1st way and later decide if you are ready to invest in full workflow automation.

  20. 22 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    12 comments  ·  Wishlist » Contacts  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Dmitry Smirnov commented  · 

    It is possible with a small trick: you can use + sign is an email address to make as many unique addresses as you need. For example if you have a single email address “sharedbox@gmail.com“ you could register employees to addresses
    sharedbox+jonhdoe@gmail.com
    sharedbox+janedoe@gmail.com
    sharedbox+jacksmith@gmail.com
    sharedbox+kate@gmail.com

    According to email standard, all emails sent to each of these emails will be delivered to sharedbox@gmail.com, however from WildApricot point of view all these addresses are unique.
    The downside of this approach is that email blast sent to all these addresses will result in multiple similar emails in a single mailbox.

← Previous 1

Feedback and Knowledge Base