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?
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 (...
3 years ago
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
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
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...
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.
3 years ago
Hi guys! Does anyone know how to prevent the asyncio.exceptions.TimeoutError? Is there anything I can do? I am using Python BDK. Thanks
How do I score points and earn badges on this forum?
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...
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...
2 years ago
Hi, I am at: https://learn.symphony.com/courses/take/bdk-2-python/lessons/27987560-demo-configuration-hello-world and trying to run the bot at 3:44 for the f...
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
HI Any one can guide me. how to show min, max & close icons in symphony chat window. I have integrated ECP chat module in my application. i want to minimize ...
2 years ago
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...
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
Hi All, We are looking for some help here on where to start from if we want to setup Symphony API server of our own. Would really appreciate if you could pro...
one year ago
Hi, Starting up the demo bot from chatper 4, runs fine. It looks good and replies with teh @mention followed by /command but the bot's online status at the S...
We are trying to add external contact to our bot, which is asking to send request. How can this be done using Python SDK?
https://docs.developers.symphony.com/v/v20.13/building-extension-applications-on-symphony/overview-of-extension-api/extension-api-services/modules-service st...
3 years ago
Do symhony has a way to recieve message from jenkins regarding status of the build. any suggestions?
What are the config steps to use angular for UI in extension application.
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...
Hey guys, we are making heavy use of the @activites.slash decorator, something along the lines of: But think duplicating that decorator 20 times for various ...
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...
3 years ago
--> 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...
2 years 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, 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...
2 years ago