How to send attachment from RITM to a 3rd party using Flow Designer ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2025 11:48 PM
Hi All,
I am working Catalog Integration with a 3rd party. My requirement is to send attachment to a Sharepoint URL of the 3rd party the 3rd party job is launched.
I created Flow Designer to get the attachment from RITM and converted to base64. But how to send it to 3rd sharepoint URL?
Where do I need to store the sharepoint URL?
Any help or ideas would be very much appreciated!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2025 02:31 PM
You may have solved your challenge but if not, you should have a look at DTech Apps Docintegrator. DTech Apps DocIntegrator simplifies sending attachments to a third-party SharePoint URL in Flow Designer by providing a pre-built "Upload File to SharePoint" (or similar) action. You configure this action with a secure DocIntegrator connection to the third-party's SharePoint, specify the SharePoint URL (stored directly in the action, a CI, or a system property), the desired file path, and the attachment content (potentially needing Base64 to binary conversion). This eliminates complex API calls and certificate management, offering a straightforward way to integrate with external SharePoint environments.
