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 i am trying to create IM for multiple user and its throwing error 500 while trying to create stream for multiple user
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
I am trying to generate the bdk bot scaffold - using the symphony bot generator. But on running the "yo symphony" command as per the bdk docs, I am getting a...
Can anyone send me the link to download symphony app ? How can I do to be enable as AC Admin
2 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...
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...
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
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 ...
hi i would like to create some sort of BOT so i would be able to send message from my Grafana system, to my Symphony client (and i have clients that uses sym...
2 years 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....
one year ago
Say i have a string array of names and have passef it into the form.Wanted to use the person-selector option with other tags in forms so that it could show o...
one year ago
we are using the symphony-api-client-java maven depdency for our microservice to send the messages in the symphony client, and we found there is no update si...
one year ago
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...
one year ago
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 All, I am developing a bot on Python BDK which sends messages automatically - I would like users to be able to specify the type of message they are pushed...
2 years ago
could anyone suggest an easiest way to retrive chat room name from Stream Id
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...
Hi Team, if we use the deactivate room(True) , the room is getting disappeared from the Symphony web portal. is there any chance to show that chat room inste...
2 years ago
say i have a set in java whose length is not fixed and it changes with time, who do we pass this set into the form and use it to display those set values as ...
one year ago
Hi Team, I am unable to access the Developing Bots using BDK for Python video inspite of completing the Symphony Development Fundamentals v2. Kindly look int...
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...
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
We are trying to add external contact to our bot, which is asking to send request. How can this be done using Python SDK?
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 can we send user specific messages (i.e. I have to send some exception alerts to group of related users. There can be N number of groups and exception al...
2 years ago
Do symhony has a way to recieve message from jenkins regarding status of the build. any suggestions?