SharePoint
To get Site ID and Parent Folder
FileId for GRAB API:
FileId in the Grab payload is a siteId followed by a comma-separated path to a template file. For example: suppose you have a nested folder called Folder1/Folder2 that contains a file called test1.docx in it. The FileId looks like this: fd2bf294-42bf-42d9-b3c7-87f2e88c8ce7,Folder1/Folder2/test1.docx (format: siteId,path to a template file)
FileId for SEND API:
FileId in the Send payload is a comma-separated siteId and path. For example: suppose you have a nested folder called Folder1/Folder2. The FileId looks like this: fd2bf294-42bf-42d9-b3c7-87f2e88c8ce7,Folder1/Folder2 (format: siteId,path)