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

Questions 132

Questions 132

Tags
Sorting
Results
per page
Filter

   
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
WHere can i find the rules applied to formatting a table i send into Symphony ? Looking for details on column width, word wrap conditiions etc. thanks
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
I think I'm missing a step here. In the documentation it says I need to go to the admin center and register my bot/upload the public key. I can't seem to acc...
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Can a headless bot get the list of chatrooms that it is in and send messages to those chatrooms? Thanks
one year ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi, is there a working example of Server-sent events available please? I see some limited documentation here: https://docs.developers.symphony.com/developer-...
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
I am trying to generate the bdk bot scaffold - using the symphony bot generator. But on running the "yo symphony" command as per the bdk docs, I am getting a...
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi, I am trying send a flag of acknowledgement to a separate service via an endpoint, in the case that a Form button has been clicked. Is that possible? An A...
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi, I have just started with Symphony and I have access to a sandbox but seem unable to upload my public key to the admin console. To be precise: https://dev...
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi, I'm trying to create a remote service in one extension app and subscribing it in another which unfortunately is not working. Following is the snippet: So...
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
The issue comprimises of incapability of pulling up the messages in the room posted before bot was added in the room. Messages posted post bot is added are s...
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Hi, Starting up the demo bot from chatper 4, runs fine. It looks good and replies with teh @mention followed by /command but the bot's online status at the S...
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi Team, I would like to know how to implement ECP in the exiting application. What are all the dependency we need to check in application. How to consume EC...
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi, Can you expose an URL with the Python BDK to receive external webhook notifications ? I want to trigger notifications to an endpoint that will be caught ...
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi everyone, We would like to know your thoughts on our plan regarding integration of our system with Symphony. Basically we have our two different systems b...
one year ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
https://docs.developers.symphony.com/v/v20.13/building-extension-applications-on-symphony/overview-of-extension-api/extension-api-services/modules-service st...
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K Views
Hi, I'm trying to do a basic POC by embedding a sandbox room indode my webapp, using: This requires a room ID, but I don't know how to find it ?
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi, I am working on high availability for my Symphony bots. We have 4 backend bot instances running behind a Round robin loadbalancer. I read the documentati...
one year ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
I’m getting Symphony API exception while staring the Bot Application. [SymphonyBdk_DatafeedThread] c.s.bdk.core.retry.RetryWithRecovery : Exception recovered...
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
I have to use webhooks to handle messages. I do have flask python app that handle POST webhook and this methond is triggerd every time there is a direct mess...
2 years ago
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K Views
Hi, I have been having trouble connection to the symphony API. I have previously be able to connect and use a bot to scrape symphony rooms but I am now getti...
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi I'm following the Build a Bot Session: Introducing BDK 2.0 for Python and I'm not seeing my bot. How can I search for my bot in the Symphony platform?? My...
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi, I have to list all system features(/v1/admin/system/features/list that endpoint). Is there any service in java BDK to do that? If not how I may achive th...
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
I am using the Python BDK 2.0. The RealTimeEventListener contains methods which are looking relevant for catching the event which is getting raised when I st...
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi, how to set a welcome message in IM/ROOM without having any greeting message from client or end user. for eg., current model we have is, once we sent "hi"...
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi Team, I am unable to access the Developing Bots using BDK for Python video inspite of completing the Symphony Development Fundamentals v2. Kindly look int...
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
use the sandbox(develop2.symphony.com) that symphony provide to test chatbot. That works on my end. I use the same code same key same configuration in my cus...
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
I'm trying to send in an object into jinja2 template but this compartive doesn't work in any fashion. Is there any documentation that clearly states how this...
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
hi i would like to create some sort of BOT so i would be able to send message from my Grafana system, to my Symphony client (and i have clients that uses sym...
one year ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Wanted to know if we could use forms and check boxes to take inputs from users and wanted a reference for creating forms with check boxes.
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi Team, We have the requirement to embed the outlook in Symphony 2.0. can we bring the inbox mails to view in Symphony 2.0 ? we have any document to integra...
Show more results questions