CBSubs has a really nice feature where if an article contains the following string:
<!-- !CBPAIDaccessCheck -->
it will be excluded from protection.
What we're trying to figure out is if by using a custom function call that we'd develop, could we cause this same behavior to occur dynamically.
The user experience scenario would be like this.
1. We send a special email where the recipients include individuals who are not yet current subscribers. We include in that email a special custom link that targets a function we'd develop that ultimately calls a specific protected article URL.
2. Our function dynamically inserts the '<!-- !CBPAIDaccessCheck -->' string in the article in a way that is ahead of the CBSubs function check if it is there.
There is of course more to this than what I've articulated, but the basic premise if of course to find a way in select cases to dynamically insert this string in special circumstances.