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 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 ?
We're trying to create an excel file programatically and download within Symphony desktop application, however when this operation is performed the extension...
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...
3 years ago
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 ...
I am using the Python BDK 2.0. The RealTimeEventListener contains methods which are looking relevant for catching the event which is getting raised when I st...
Hi, I am exploring how to use Symphony in 'unconvential ways'. You can find attached a picture that illustrates the basic architecture I'd like to achieve: -...
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 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...
I'm implementing a UserJoinedRoomContext watcher in my bot. The code gets called python async def on_activity(self, context: UserJoinedRoomContext): user = a...
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/...
Hi Team, are there any examples for a Headless Bot in Python? I am very interested in creating a chatbot that sends notifications based on external events. A...
Can anyone send me the link to download symphony app ? How can I do to be enable as AC Admin
3 years ago
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 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...
I am trying to follow the Developing Bots using BDK for Python, but I'm having a problem when I try to run the bot using command py -m src I am getting the e...
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
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...
3 years ago
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
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
I have completed my symphony certification, can you please tell me from where can i retrieve it ?
I’m getting Symphony API exception while staring the Bot Application. [SymphonyBdk_DatafeedThread] c.s.bdk.core.retry.RetryWithRecovery : Exception recovered...
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 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 ...
3 years ago
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...
3 years ago
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
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...
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...