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
0 Answers
4K Views
2 Votes 0 Answers 4K 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...
3 years ago
2 Votes
1 Answers
12K Views
2 Votes 1 Answers 12K 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
1 Answers
15K Views
2 Votes 1 Answers 15K 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 (...
2 Votes
0 Answers
4K Views
2 Votes 0 Answers 4K 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...
3 years ago
1 Votes
1 Answers
16K Views
1 Votes 1 Answers 16K Views
How do I use the Symphony Dev Forum?
Yong Sheng Tan
39 × 2 Administrator
4 years ago
1 Votes
1 Answers
12K Views
1 Votes 1 Answers 12K Views
How do I score points and earn badges on this forum?
Vinay Mistry
33 × 2 Administrator
4 years ago
1 Votes
1 Answers
15K Views
1 Votes 1 Answers 15K 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
3 years ago
1 Votes
1 Answers
6K Views
1 Votes 1 Answers 6K 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
7K Views
1 Votes 1 Answers 7K 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
3 Answers
15K Views
1 Votes 3 Answers 15K 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
15K Views
1 Votes 1 Answers 15K 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.
1 Votes
2 Answers
21K Views
1 Votes 2 Answers 21K 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...
2 years ago
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K 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
12K Views
0 Votes 1 Answers 12K Views
Hi, I am tring to create a bean of SymphonyBdk class however during initialization I am getting below exception: > Caused by: com.symphony.bdk.http.api.ApiEx...
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
Hi, in Synphony training center I can see courses availble for BOT development. Dont we have any course available for App development?
2 years ago
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K 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...
4 years ago
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K Views
Hello dears, I Got this error when I follow the training java course: An unknown error occurred while trying to connect to https://develop2.symphony.com:443/...
3 years ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K 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
10K Views
0 Votes 1 Answers 10K 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
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
6K Views
0 Votes 1 Answers 6K 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...
3 years ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K 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...
3 years ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K 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
13K Views
0 Votes 1 Answers 13K 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
0 Answers
3K Views
0 Votes 0 Answers 3K Views
Hi i am trying to create IM for multiple user and its throwing error 500 while trying to create stream for multiple user
2 years ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
Can a headless bot get the list of chatrooms that it is in and send messages to those chatrooms? Thanks
2 years ago
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
I have successfully passed the Symphony / Bot Developer Certification (Java) exam , however now want to share the certificate with my netwrks in LinkedIn. Ho...
3 years ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
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 it...
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K Views
I’m getting Symphony API exception while staring the Bot Application. [SymphonyBdk_DatafeedThread] c.s.bdk.core.retry.RetryWithRecovery : Exception recovered...
3 years ago
0 Votes
3 Answers
7K Views
0 Votes 3 Answers 7K 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...
Show more results questions