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
11K Views
0 Votes 1 Answers 11K 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
7K Views
0 Votes 1 Answers 7K Views
The [Building an Extension App with #hashtags & $cashtags] (https://docs.developers.symphony.com/ext-apps/tutorials/building-an-extension-app-with-hashtags-+...
one year ago
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K Views
Say we have a Set of values that are options for drop down menu that will be used in a form via symphony bot. We have made use of templates to create a form....
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
I have completed my symphony certification, can you please tell me from where can i retrieve it ?
3 years ago
0 Votes
2 Answers
9K Views
0 Votes 2 Answers 9K Views
Hello Team, We have recently working on a project and we need to integrate my Jira server with Symphony. How can I integrate Jira with Symphony now? Thank you.
one year ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K 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
2 Answers
11K Views
0 Votes 2 Answers 11K Views
Our team was using v2.3.1 where the following code snippet for spring boot application registered all the commands starting with / and having any number of a...
0 Votes
1 Answers
12K Views
0 Votes 1 Answers 12K 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
6K Views
0 Votes 1 Answers 6K Views
Hello guys, Hope you are doing well at you looking this post. I have some issue on my production environment. I want to connect app symphony to one remote sq...
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K 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
2 Answers
10K Views
0 Votes 2 Answers 10K 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
9K Views
0 Votes 3 Answers 9K Views
Hi, We are using ECP(Embedded Collaboration Platform) in our application. We are trying to resolve the javascript promise sent by StartRoom,SendMessage and C...
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K 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...
2 years ago
0 Votes
1 Answers
12K Views
0 Votes 1 Answers 12K 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...
3 years ago
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
Unable to create bot by running npm install -g yo generator-symphony Getting below output ubuntu@ip-172-31-23-179:~$ sudo npm install -g yo generator-symphon...
one year ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
Can this be done ? Adding a button to a row looks very messy. Are there any other options wrt rectangluar buttons, alignment, size
one year ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K 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...
0 Votes
2 Answers
8K Views
0 Votes 2 Answers 8K Views
I was going through the documentation about Custom Entity but I can not replicate it in my private project. Can I please get a sample code on how do we use c...
0 Votes
0 Answers
4K Views
0 Votes 0 Answers 4K Views
Hi All, I am trying to setup symphony-poll-bot-java code and trying to test is on my developer's sandbox environment. My service is running fine without any ...
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K 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...
2 years ago
0 Votes
0 Answers
8K Views
0 Votes 0 Answers 8K 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...
one year ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K 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...
2 years ago
0 Votes
1 Answers
14K Views
0 Votes 1 Answers 14K Views
Hi there! Can anyone give me clear answer: How I can prepare a chart in my own bot?
3 years ago
0 Votes
1 Answers
12K Views
0 Votes 1 Answers 12K Views
Does symphony bot (messaging) support jinja2?
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
Hi, I have created a room and want to upate it from my bot. I am trying to use V2RoomSearchCriteria to search my room first then retrieve roomId to further u...
3 years ago
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
Hi, I'm trying to create an extension app and managed to get the yo symphony sample to work in the symphony web client. I'm using the python version of the a...
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
How to show invalid command message. Example we are using /Help or /CommandName to show the command activity, but if the user type "/CommandName test" or "/C...
3 years ago
0 Votes
1 Answers
12K Views
0 Votes 1 Answers 12K 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 ?
3 years ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
For testing purposes, how can we try or test OBO authentication in sandbox mode? I have tried the examples but since I do not know where to configure it via ...
2 years ago
0 Votes
2 Answers
9K Views
0 Votes 2 Answers 9K 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...
Show more results questions