Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Make Bot OBO and then add himself into group chat and then send message

How to assign permissions to make the bot Administrator role where it could add itself into the chat room after checking public room or not .
Once it adds itself into the group it should be able to send message into the room as well so provide solution for how to add bot into chat room using bot permission and OBO(detailed explanation would help please).

  
  
Posted one year ago
Edited one year ago
Votes Newest

Answers


Hello Kunaal,

Thank you for your question,

With On Behalf Of (OBO), it will require some set up & assistance from the administrator of the Symphony pod environment that you are using.

Firstly, the bot will need to authenticate with the correct permission on the bot & pod environment.

Secondly, you will be required to have an extension application for the OBO with the end user that you plan on using the OBO function with - they will needs to have the OBO extension application enabled and installed from the end user point of view.

This step will be dependant whether the Symphony pod administrator will allow access to the end user to the OBO extension application. If this stage is not complete or the request is rejected - the OBO process will not be possible.

For the Symphony Sandbox environment (Develop2) - we do not permit developers the using the OBO function & extension application. You only be able to test the OBO function and extension application in your own Symphony pod environment.

Please take a look at the following documentation to better understand the requirement & steps involved in order to conduct the OBO function.

https://docs.developers.symphony.com/building-extension-applications-on-symphony/app-authentication/obo-authentication

https://support.symphony.com/hc/en-us/articles/360028301191-OBO-RSA-authentication

Please let us know if you have any feedback or questions.

  
  
Posted one year ago
Kaosar Ahmed
310 × 3 Administrator
1K Views
1 Answer
one year ago
one year ago
Tags