
Hi everyone,
I’m working on a Stripe integration in Dynamics 365 Business Central (Cloud) and I’m facing an issue with automatically sending emails when a payment webhook is received.
Webhook BufferStatus = 'succeeded', I want to:Report.SaveAsEmail / Email Message codeunitsOnAfterInsertEvent subscriber on Webhook BufferCOMMIT and Session.StartSessionAny guidance or confirmation from others who’ve handled webhook or payment integrations would be greatly appreciated.
Thanks in advance!