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...
3 years ago
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
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....
2 years ago
I have completed my symphony certification, can you please tell me from where can i retrieve it ?
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
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...
one year ago
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...
one year ago
Hi, is there a working example of Server-sent events available please? I see some limited documentation here: https://docs.developers.symphony.com/developer-...
3 years ago
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...
2 years ago
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...
3 years ago
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...
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...
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...
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
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
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...
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...
one year ago
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 ...
2 years ago
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...
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
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
Hi there! Can anyone give me clear answer: How I can prepare a chart in my own bot?
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...
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...
3 years ago
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...
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 ?
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 ...
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...
one year ago