Open kmasiello opened 6 months ago
See https://pkgs.rstudio.com/connectapi/reference/VariantR6.html
Notably, the workflow we would like to enable with the sdk is triggering a variant to re-render and then subsequently send an email. Something along the lines of:
client = connect.Client() content_variant = client.varient.find("default") new_render = content_variant.render() new_render.send_mail(to="me")
Also see https://github.com/rstudio/connectapi/issues/257
Partially implemented in https://github.com/posit-dev/posit-sdk-py/pull/236
See https://pkgs.rstudio.com/connectapi/reference/VariantR6.html
Notably, the workflow we would like to enable with the sdk is triggering a variant to re-render and then subsequently send an email. Something along the lines of:
Also see https://github.com/rstudio/connectapi/issues/257