#piyush-schedule

1 messages · Page 1 of 1 (latest)

sinful orbit
#

piyush-schedule

#

@lethal ridge yes that is expected, we don't "transfer" metadata between objects so today you can't have metadata on the Subscription itself from the Schedule. We're working on building just that feature though so hopefully available in a few months.

#

In the meantime, you'll want to look at a subscription's underlying schedule if any

lethal ridge
#

Thanks. Does schedule get auto-updated when someone changes the subscription in dashboard. This subscription was generated via schedule that was pushed by API.

sinful orbit
#

usually you can't directly modify a Subscription that;'s controlled by a schedule. Best option is to test the flow(s) you want in Test mode

lethal ridge
#

ok. Is there a way to pass the start date for a subscription that is in the future in the API?

sinful orbit
#

you do that via the Schedule API

lethal ridge
#

ok. Do I always need to pass the existing items in phase for schedule API? Our use case is like add-on where customer is adding new item to existing phase, so it would be nice just to send the new item and not retrieve back the schedule and then append this new item to it.

sinful orbit
#

you do need to pass all items/all phases

lethal ridge
#

ok. Thanks for clarifying it. I really appreciate your help.