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

   
2 Votes
1 Answers
9K Views
2 Votes 1 Answers 9K 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?
2 Votes
0 Answers
2K Views
2 Votes 0 Answers 2K Views
Hello, I'm new to symphony and I'm trying to send messages accross differents chatrooms or IM/IMM. To do so, I have to get session tokens for chatroom. to ge...
2 years ago
2 Votes
0 Answers
2K Views
2 Votes 0 Answers 2K Views
Hi, I'm new to symphony so I tried to create a basic python bot. I used the symphony tutorial for python bot to create my bot but once done the datafeed.id f...
2 years ago
2 Votes
1 Answers
10K Views
2 Votes 1 Answers 10K Views
Hi I'm trying to create an extension app, using the example here: https://github.com/symphonyoss/extension-api-examples I can see the web app in my browser (...
1 Votes
1 Answers
9K Views
1 Votes 1 Answers 9K Views
How do I score points and earn badges on this forum?
Vinay Mistry
23 × 2 Administrator
3 years ago
1 Votes
1 Answers
11K Views
1 Votes 1 Answers 11K Views
Hi guys! Does anyone know how to prevent the asyncio.exceptions.TimeoutError? Is there anything I can do? I am using Python BDK. Thanks
2 years ago
1 Votes
1 Answers
4K Views
1 Votes 1 Answers 4K 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...
2 years ago
1 Votes
1 Answers
4K Views
1 Votes 1 Answers 4K Views
Using the Python BDK, I am looking to add custom formatting to my MessageML/Jinja2 templates with CSS. 1. After doing some testing, I see that I can add inli...
1 Votes
2 Answers
16K Views
1 Votes 2 Answers 16K Views
Hi there, I am following the tutorial to build my first demo bot using the symphony-bdk-python . When I get to the step : \BotProject>pip3 install -r require...
one year ago
1 Votes
3 Answers
10K Views
1 Votes 3 Answers 10K Views
I am writing a Java bot and reading the datafeed for messages. When receiving a message, how do I get the name of the room where the message was sent?
1 Votes
1 Answers
11K Views
1 Votes 1 Answers 11K Views
How do I use the Symphony Dev Forum?
Yong Sheng Tan
39 × 2 Administrator
3 years ago
1 Votes
1 Answers
10K Views
1 Votes 1 Answers 10K 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
8K Views
0 Votes 1 Answers 8K 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...
3 years ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K 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
8K Views
0 Votes 1 Answers 8K Views
We wish to update our application's description and icon in the Symphony Market (on the 'my.symphony.com' pod). Simply updating the bundle.json file has no e...
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K 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...
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Hi Team, I am very new to symphony and would like to see that if someone messages to symphony through Whatsapp, how can i send the message to a REST API whic...
2 years ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K 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
2 Answers
6K Views
0 Votes 2 Answers 6K 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
1 Answers
6K Views
0 Votes 1 Answers 6K Views
Hi, I am having issue with the bot connection to the host develop2.symphony.com. I am receiving the below error 2023-07-18 10:08:18,431 - root - INFO - Runni...
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
In MessageML: am I correct that it is impossible to have an element with an href with two query parameters? If you try out in https://renderer-tool.app.symph...
3 years ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K 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
6K Views
0 Votes 1 Answers 6K Views
Hi, in Python Symphony Bot, I want to create a Jinja2 Template that can handle a list of objects that is returned by database call. Can someone give me how t...
one year ago
0 Votes
2 Answers
6K Views
0 Votes 2 Answers 6K 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
1 Answers
4K Views
0 Votes 1 Answers 4K Views
is selecting multiple check boxes possible by this method, as in a list of symphony chat rooms is mentioned and a message is needed to send to multiple rooms...
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
Hi.. I have created a bot by the BotGenerator. I have configured the config.yaml by referring the working sample including the firm's proxy setup. The servic...
2 years ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K 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
6K Views
0 Votes 0 Answers 6K 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...
8 months ago
0 Votes
2 Answers
4K Views
0 Votes 2 Answers 4K Views
I am writing to ask for your advice on whether I can achieve the following with Symphony API. When there is a message on symphony group chat, for example, “/...
api
2 years ago
0 Votes
2 Answers
9K Views
0 Votes 2 Answers 9K Views
--> how to use the pinnedMessageId for newly created chatroom? --> The pinnedMessageId attribute allows to display, in the Client 2.0 only? how to identity w...
Show more results questions