Ranjita Posted May 6 Posted May 6 I tried with Creating custom button to get transcript but getting below error iBridge Method: /Microsoft/Teams/Chat/Get Chat Transcript.m Error: Http::get: URL Parser: Space characters not allowed, ensure the URL is properly encoded. URL: https://graph.microsoft.com/v1.0/chats/'''Hornbill Service Account''' [2025-05-06 09:45:23]
Steve Giller Posted May 6 Posted May 6 I'm not sure how you've configured the node, but I would suspect that wherever you've put "Hornbill Service Account" you should be putting a Teams Chat ID.
Ranjita Posted May 6 Author Posted May 6 Thanks for you reply below is the node screenshot and I have put Teams Chat ID. Let me know if you need more information:
James Ainsworth Posted Wednesday at 17:41 Posted Wednesday at 17:41 Hi Ranjita, Using the Teams Chat ID should stop that error from happening. Have you tried running it again? Are you still getting the same error? Is there a different error?
Ranjita Posted Thursday at 09:26 Author Posted Thursday at 09:26 I tried running it again but its giving me below error:
James Ainsworth Posted Thursday at 19:28 Posted Thursday at 19:28 That's a step forward that the original error is no longer happening. You have 3 integrations in your auto task, so we need to consider what information these are sending. The auto task is showing as completing successfully simply suggests that the auto task has completed without issue at our end, however, it's the Teams API that now has the error as something being sent to the API isn't right. On the Send Message (post) integration, it might be that the chat ID is wrong, and the Teams API can't find that chat. This should be a variable, taking the outcome from the CreateGroupChat node. Or On the Create Group Chat the ID of one or more of the users isn't correct and therefore can't be found. What are you using for the User IDs?
Ranjita Posted 21 hours ago Author Posted 21 hours ago Hi James, Thanks for your response. I am taking the outcome from the CreateGroupChat node only Also for chat memebers I have added owner and my email id:
Steve Giller Posted 21 hours ago Posted 21 hours ago I'm assuming you're using the ID output parameter of &[global["MicrosoftTeamsChatCreateGroupChat"]["id"]] here (as it's hidden in the screenshot) but the pictured node shows "Continue on Error: Yes" To ensure that the previous node was successful I'd recommend (just in the debugging stage) to post all three outputs: Status - &[global["MicrosoftTeamsChatCreateGroupChat"]["status"]] ID - &[global["MicrosoftTeamsChatCreateGroupChat"]["id"]] Error - &[global["MicrosoftTeamsChatCreateGroupChat"]["error"]] to the timeline immediately after creating the chat to ensure that it was successful and, if not, give you any error responses.
James Ainsworth Posted 20 hours ago Posted 20 hours ago 1 hour ago, Ranjita said: Also for chat members I have added owner and my email id For the Owner, you will need to use the owner's email rather than the Hornbill ID. The Chat Members require the Microsoft ID (Object ID, or the UPN - the UPN is usually the users corporate email address). Can you confirm that you are using the Owner's email address?
Ranjita Posted 16 hours ago Author Posted 16 hours ago Thanks James and team for your response. It worked for teams chat however it got failed for chat transcript where I am expecting that it should show all the communication that is present in that chat.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now