Please Log in or Create an account to join the conversation.
Yes, whatever variables you send you can access with [var1] all the way up to [var10] (it only parses for 10 variables at this time). If the variable is an object you can access that objects public variables using [var1_name], [var1_id], etc..As far as I have understood, I can make this one myself (eg simply use "onAfterEventsbookingSave" ) and then get it to CB activity. This is where I have a question. Nant mentions that you can send variables, that means for example inside the script that I load the CB API in, I can choose the strings that I want to send to eg CB Activity (calling them var1, var2 etc... according to the order set in the trigger)?
You would need to do this through the CB Activity trigger after a comment is made. The problem is at this time this trigger doesn't really contain enough information to do this reliably. At least not with an email since you only have access to the source user id and not their email address or object. This is being addressed in CB Activity 4.0.0 where i'll be improving the trigger variables available. However, there is the below ticket and will see if I can get that implemented today, which will allow sending an email with just user id allowing email notification on comment to function.Second question: Assuming I have the commenting stream ready (just like in the gallery commenting), I would like to send an email notification to the event creator that someone commented on their stream. I can guess that I need to send the eventcreatorUserID via the trigger and then send an email notification to the eventCreatorUserID (if email does not work, I am just using this as an example as we have made a system for identifying user-ID to Device-ID and then send push notifications instead of email)
CB Auto Actions can render an entire custom activity stream or comment stream. Entirely up to you which you want to use, but comment stream sounds like it makes most sense for your usage.Third question: Instead of commenting, would it be possible to have a whole activity stream? Is that what one can set under the STREAM tab in auto action?
Please Log in or Create an account to join the conversation.