#special character

1 messages · Page 1 of 1 (latest)

warm coralBOT
shut flare
#

Hi there, this event happens when the Schedule has end_behavior: cancel and was allowed to end naturally by completing its last phase (not through an API call to cancel it).

crimson jasper
#

Ok, that is good to know. So setting the schedule to release will make the completed event never fire?

shut flare
#

Yes you are right.

crimson jasper
#

Thank you for the clarification! This gives me what I need to know, thank you

shut flare
#

No problem. Basically this event will be fired when the subscription schedule status becomes completed. Therefore, if your subscription schedule's end_behaviour is set to released, you might want to listen to subscription_schedule.released instead.