#special character
1 messages · Page 1 of 1 (latest)
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).
Ok, that is good to know. So setting the schedule to release will make the completed event never fire?
Yes you are right.
Thank you for the clarification! This gives me what I need to know, thank you
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.