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

   
1 Votes
1 Answers
1K Views
1 Votes 1 Answers 1K Views
Hello guys, we leverage a bot function that allows us to /ping @"someone in the company" where "someone in the company" is replaced by a firstname lastname d...
one year ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
There are two apps A & B. App A is deployed on exampleA.com and B is deployed on exampleB.com . In order to call a service of App A from App B, the App B con...
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
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
1 Answers
3K Views
0 Votes 1 Answers 3K Views
Here is my code to get room members async with SymphonyBdk(config) as bdk: streams = bdk.streams() members = await streams.list_room_members("") for i in mem...
11 months ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi there, I have read the documentation for managing multiple bot instances within a single project: https://docs.developers.symphony.com/developer-tools/dev...
one year ago
2 Votes
1 Answers
2K Views
2 Votes 1 Answers 2K Views
I just signed up on learn.symphony.com and am trying to follow the examples. How do I get access to the developer sandbox to try deploying my bot?
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Does BDK 2.0 (Java) supports the reading of messages with styles? We are Having requirement to read Rich Text message ( having excels tables and images ) and...
1 Votes
1 Answers
3K Views
1 Votes 1 Answers 3K Views
I would like to create a bot that sends "/data.csv" to a bot, attaches a data.csv file and replies. can you tell me. I'm using SpringBoot BDK Java.
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
0 Answers
1K Views
0 Votes 0 Answers 1K Views
Hi i am trying to create IM for multiple user and its throwing error 500 while trying to create stream for multiple user
one year ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
I recently completed the Symphony/Certified Bot Developer Certification (Java) and was issued a certificate with the code 62BF-8862-F9CC-4D64. I have added t...
11 months ago
0 Votes
2 Answers
957 Views
0 Votes 2 Answers 957 Views
Its an extension app where we need to check if app is opened inside symphony. One of the available condition was to check if window.top is same as window.sel...
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
1K Views
0 Votes 1 Answers 1K Views
Hi All, I am developing a bot which recieves questions and sends answers. Some answers the bot sends out contain forms and buttons which users can press. Whe...
one year 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
We're trying to create an excel file programatically and download within Symphony desktop application, however when this operation is performed the extension...
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
I am trying to follow the Developing Bots using BDK for Python, but I'm having a problem when I try to run the bot using command py -m src I am getting the e...
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
2K Views
0 Votes 1 Answers 2K Views
Using person-selector i am getting arraylist of long type for the names selected but they are having userId how to get username from the userId in java .
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
Hi, I am working on a bot project. The request is using the bot as a reminder. Bot would be added to some chat rooms. If there are some meesges sent to the r...
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
i pinned the message with symphony elements in IM, once we clicked any of the button the remaining button got disabled and we are unable to use the pinned me...
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
1.What is the best method to add a bot created according to SDK into multiple chat rooms where each room has different admin. Please provide a solution other...
one year ago
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K Views
Hello everyone, I generated my Python BDK bot using the Symphony Generator (https://github.com/finos/generator-symphony). When I tried to launch the Python B...
Kaosar Ahmed
310 × 3 Administrator
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
2 Answers
2K Views
0 Votes 2 Answers 2K Views
is there any command to add space among the text field or add margins so its more presentable.
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Is there an easy way to send an alert to a Symphony chat when email is received from a particular recipient? It is easy enough to create an Exchange server-s...
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Can I create an extension app in develop2 sandbox that can read and reply to messages
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi all, I have a bot developed in Python and it was working fine until the datafeeds api stopped responding. My request: datafeed_url = "https://spx.symphony...
0 Votes
7 Answers
3K Views
0 Votes 7 Answers 3K Views
I have to send list of trades in a form in a single message in chatroom. for each trade, there would be a checkboxes. User would select acknowledge trades pa...
3 months ago
Show more results questions