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
3K Views
2 Votes 1 Answers 3K 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
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
0 Answers
1K Views
2 Votes 0 Answers 1K 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
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?
1 Votes
3 Answers
3K Views
1 Votes 3 Answers 3K 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
3K Views
1 Votes 1 Answers 3K Views
How do I use the Symphony Dev Forum?
Yong Sheng Tan
39 × 2 Administrator
3 years ago
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
1 Votes
1 Answers
4K Views
1 Votes 1 Answers 4K 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
2K Views
1 Votes 1 Answers 2K Views
How do I score points and earn badges on this forum?
Vinay Mistry
23 × 2 Administrator
3 years ago
1 Votes
2 Answers
12K Views
1 Votes 2 Answers 12K 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
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.
1 Votes
1 Answers
2K Views
1 Votes 1 Answers 2K 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...
0 Votes
2 Answers
3K Views
0 Votes 2 Answers 3K 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...
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K 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
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
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
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
Let's say we have an application built on Angular and Spring Boot and I was able to create chat rooms, listen to message sents in the backend. However, I am ...
one year ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi Team, I'm using python code to send data for messageML form, needs to create dependent dropdowns, like based on the first dropdown , I need to get second ...
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
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi, in Synphony training center I can see courses availble for BOT development. Dont we have any course available for App development?
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
2 Answers
1K Views
0 Votes 2 Answers 1K 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
one year ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
We are trying to add external contact to our bot, which is asking to send request. How can this be done using Python SDK?
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K 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
3K Views
0 Votes 1 Answers 3K Views
Hi there! Can anyone give me clear answer: How I can prepare a chart in my own bot?
2 years ago
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K Views
i have a doubt , suppose bot create a chat room and adds members into it . After the work process is done i dont want the members to write anything into the ...
3 years 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’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
Show more results questions