Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to send attachment from RITM to a 3rd party using Flow Designer ?

User205031
Tera Contributor

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!

 

 

5 REPLIES 5

John Martin2
Tera Expert

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.