Notification Objects in Python Functions

Hey, I was trying to create a function that returns a notification object that I can use for an action that sends email notifications.

I was trying the beta Python functions in Code repository, and it says that the Notifications library is not supported.

Will it be supported soon? For now, I am sticking to typescript for such a use case.

Hi @sharbel. We do not have a timeline to share at the moment but support for notifications in both TypeScript v2 and Python functions is on our immediate roadmap. Shortly following that work, we expect to add support for configuring the recipients of notifications via functions, as can be done today in TSv1 functions.

I’ll share more specifics when possible.

1 Like

That sounds amazing! Thank you. Looking forward.