-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Type of Connector
Independent Publisher Connector
Name of Connector
HubSpot Conversations V2 - Get message history for a thread
Describe the bug
When thread has a messasge/comment created via Integration APP (e.g. Power Automate), there is an error when trying to get message history for this thread:
Action 'Get_message_history_for_a_thread' failed: The API 'hubspotconversations' returned an invalid response for workflow operation 'Get_message_history_for_a_thread' of type 'OpenApiConnection'. Error details: 'The API operation 'GetMessageHistoryForAThread' requires the property 'body/results/0/client/integrationAppId' to be of type 'String' but is of type 'Integer'.
Is this a security bug?
No, this is not a security bug
What is the severity of this bug?
Severity 1 - Connector is broken or there's a very serious issue
To Reproduce
- Configure your connection with HubSpot
- Create a comment with "Send a message to a thread" action
- Try to retrieve message history for given thread "Get message history for a thread"
Expected behavior
Action should work without issues (returned type has to be changed from string to int)
Environment summary
webapp: https://make.powerautomate.com
Additional context
none