#pcrobinz

1 messages · Page 1 of 1 (latest)

vagrant doveBOT
surreal siren
#

Hi there

blissful hull
#

Hi mate

surreal siren
blissful hull
#

but is it not possible to change the trigger days for the webhook?

surreal siren
#

That is what changes the days

#

There should be options for 3/7/15/30/45

blissful hull
#

but what i need to do is, rely on the webhook to check if the trial will end in X days, then i will send an email to the customer in my app

surreal siren
#

Ah okay I see the confusion

#

The customer.subscription.trial_will_end Event is not customizable

#

That will always be 3 days before the trial ends.

#

However, if you want, you can instead rely on the invoice.upcoming event

#

Which is customizable

#

And when you receive that event you check whether the Sub is on trial

#

And then send your email based on that

blissful hull
#

Yeah that crossed my mind, but i just want to confirm the trial_will_end hook.

Thanks for the confirmation mate.