A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Using episerver forms connected to salesforce. Is there any way to send attachments with the form submission to salesforce? Or even send the url for the attachment to salesforce?
If this is not possible, if I could create a url to point to a form submission's attachment that would work too.
edit: looks like I can use this http://world.episerver.com/documentation/developer-guides/forms/using-forms-serviceapi/
is it possible to use forms.serviceapi to get the attachment?
edit 2: just some background info on where this is coming from. A user submits a form with a refund request with supporting docs (maybe a receipt). This info gets pushed to saleforce. Customer support in salesforce needs to look at the receipt but cannot without having to goto episerver now which isn't acceptable.