Questions tagged [circuit-sdk]

Questions related to Circuit REST API, JavaScript, Node.js and iOS SDK.

Technical questions related to any of the Circuit SDKs or APIs, or Circuit OAuth 2.0.

Current supports SDKs/APIs are:

JS SDK API reference at https://circuitsandbox.net/sdk/

Examples listed at https://circuit.github.io/ and complete examples apps at https://github.com/circuit

OAuth related info and app registration at https://circuit.github.io/oauth.html

68 questions
1
vote
1 answer

Out signal based on two other our signals

I am trying to write a circuit to prove that a number is within a specified range. I am using the circomlib library : https://github.com/iden3/circomlib/tree/master/circuits comparators.circuit file. My code till now is this : template…
sonika
  • 239
  • 1
  • 2
  • 9
1
vote
1 answer

Error while reading access token value from Web API response

I am trying to read Rest Web API response. I am getting error while parsing the data Response Content type : application/json; charset=utf-8 Response:…
Deepti
  • 35
  • 6
1
vote
2 answers

Create conversation via link in CIrcuit

I'm looking for a way to use a link or something like that to give a Circuit users opportunity to start new coversation fast. As example there is a link for Telegram: t.me/{userId} If user click on this, he will be redirected to conversation with…
1
vote
2 answers

How to change the background of a whiteboard using the Circuit SDK?

I would like to start a whiteboard using the Circuit SDK (Javascript) and then set the background as an image (load it from a local file or upload one). Is it possible? Does anybody know how to do it? Thank you!
1
vote
1 answer

Circuit-sdk - how to interact via .net?

I'm trying to write a .net console application in c# that will execute (via a windows scheduled task) nightly and do a number of admin things (moving files around and so on). I want it to then report its status (good/bad/in-between) to a circuit…
1
vote
1 answer

How to make an extension to save all messages in a conversation of Circuit Unify?

I am using Circuit Unify to work. However, I would like to save or export messages in a conversation into a file to save for better documentation. Currently it seems impossible on Web App as well as Desktop App. Thus, I want to make an extension (or…
0
votes
1 answer

navigateToConversation Function not found

I have tried to implement the navigateToConversation Function into my Programm but it is telling me that the function does not exist. I have allready succesfully signed in and can getConversations as well as…
nosuma
  • 5
  • 5
0
votes
1 answer

Getting '500' Error on APIs which were working fine till yesterday

I am getting Http 500 error since yesterday on all the calls to Circuit APIs. Is some deployment work is going on? Please help me out. i have a demo next week.
Kamal Garg
  • 107
  • 1
  • 2
  • 9
0
votes
1 answer

Is there a way to Integrate Circuit into a website similar to iFrames?

I have allready tried to Integrate Circuit using iFrames but that is not allowed by Circuit. This gives an Error that the website is refusing the connection. Does anyone…
nosuma
  • 5
  • 5
0
votes
2 answers

Add two separate messages with circuit rest api in the same subject box

I am trying to write two different messages to the same subject bot after each other. But any time a new subject with the same title is posted. I use the rest api post call and tried this: curl --insecure -X POST…
Lori
  • 155
  • 8
0
votes
1 answer

ServiceNow to Circuit Integration

Use Case scenario : In case of Priority 1 incident in ServiceNow, we need to automate the system to start a conference meeting with pre-determined users in Circuit application. REST API to create conversation is available but not to start…
Nirav
  • 1
  • 1
0
votes
1 answer

USER.SUBMIT_FORM_DATA: Event filter Fails for UPDATE Outgoing WebHook call

I can register events with USER.SUBMIT_FORM_DATA no problem, also I can Update (PUT) all the other event filters without errors. USER.SUBMIT_FORM_DATA fails when using PUT to update. Reproduced error in PowerShell, Curl and Postman. I also noticed…
0
votes
2 answers

Where can I find the full list of filter event subscription names for Outgoing WebHooks?

So far I have found these: CONVERSATION.CREATE CONVERSATION.UPDATE CONVERSATION.ADD_ITEM USER.SUBMIT_FORM_DATA I'd like to know all available. Thanks!
0
votes
1 answer

Adding a Bot to Circuit Spaces - "Cannot be added"

When I try to add a Bot to Circuit Spaces I get this message. Is this feature not enabled yet? If it is what do I need to do to add it? Thanks.
0
votes
1 answer

Is there a mute function for all members?

We are using several chat applications with audio function. Is it possible to mute all members on circuit while talking on other chat application?
Ozzy B.
  • 23
  • 3
1
2 3 4 5