no_welcome parameter for "create" method bugged

Options

According to Convio support, currently the no_welcome parameter does not work. That is, if you set no_welcome=f your new members will NOT get a welcome email.

Just wanted to make everyone aware in case you happened to be using this feature. Also, if anyone knows for a fact they are doing this and it IS work, I would really like to know about it.

Thanks!

-mike

Tagged:

Comments

  • This is true for the server version of the API. The client version should work fine.

    The reason for the difference is some code that was cleverly inserted a few years back to ensure that nobody ever got 2 welcome emails within the same session. Because calls to the server API are typically hitting the same session repeatedly, all but the first message is being blocked.

    The fix will either be in a patch in late May or the next release in July/August.

    Dave

Categories