You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor Freshchat service Open method to improve user creation logic…
… and error handling. Update test cases to reflect changes in error messages for user retrieval. Enhance body parsing and channel ID resolution for better clarity and functionality.
Update Freshchat event handling to rename 'message_created' action to…
… 'message_create' for consistency with API specifications. Adjust corresponding test data to reflect this change.
Refactor Freshchat service Forward method to retrieve user by contact…
… UUID instead of channel ID, enhancing error handling for user retrieval. Update tests to reflect changes in ticket configuration and remove obsolete test cases.