cancel
Showing results for 
Search instead for 
Did you mean: 

Re-triggering canvas after 30 days

nd__r
Active Member II

I am trying to build a canvas that: 

Is triggered by a custom event. I want that to create a content card. I want that particular content card to be available for 60 days. I can't quite figure out how to do this. 

The canvas should really last 120 days, but at 60 days in, I want to create a new content card with different content, and repeat the above by keeping it available for 60 days. 

Is there a way to achieve this in the canvas builder?

7 REPLIES 7

nd__r
Active Member II

Thanks @Sasha @Joseph_C,

I have actually descoped this and created 2 canvases now - which makes it much easier. However, I am struggling with persisting event properties from: 

Entry schedule > action based options

Am I right in thinking that event properties (let's say first_name) sent via an API should be available in a content card via: 

this is some dummy text {{canvas_entry_properties.${first_name}}}

Joseph_C
Practitioner II

AHH! You are using Canvas Builder and not Canvas Flow, is that correct?

It looks like there are more restrictions for what you can do with Entry properties the original canvas builder. 

Are you able to clone to Canvas Flow? This may solve your issue easily.

nd__r
Active Member II

Oh I wasn't aware of Canvas Flow. I think for the next step, I'll look into that, but for now I've got by with splitting up the canvases and made use of the canvas entry properties. Thanks for your help on this one! @Joseph_C