Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
That's perfectly fine. CB Auto Actions can easily handle thousands of actions. The main concern would be setting up and maintaining them and not so much a performance problem or anything of the sort.We have 30 subplans which need 30 custom fields to be sent. So that would mean 4x30 auto actions in this case for 1st subscription, renewing, expiration and deactivation.
You've access to all of that triggers variables, which are as follows.Unless you have a solution to link a key value to the plan id in the auto action ?
Don't think you'll have access to that, but just the subscription object which is [var9], but as you'd have an auto action per plan you could just hardcode in the name.We also need to access [PLAN_NAME]
Of course, this was just a test to see if it was CBSubs URL specifically or a HTTP request issue in general. Have added a bug ticket to upgrade CBSubs URL.Could you only update CBSubs URL ?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
You can get plan id using [var3] substitution on that trigger. There's no substitution for plan name since it's not available to that trigger and requires API calls. You can use substitutions in the value of the request action variables. Substitutions are not supported in the keys, but if needed it's an easy enough feature to implement for a new nightly. You can try using the below to get the plan name, but I don't know if it'll work.Well, I still cannot see how I can add a pair key-value for custom fields which are dependent on the plan name/id.
Please Log in or Create an account to join the conversation.