diff --git a/images/incoming-webhook-example.png b/images/incoming-webhook-example.png new file mode 100644 index 0000000..b40f71e Binary files /dev/null and b/images/incoming-webhook-example.png differ diff --git a/index.html b/index.html index 7c152e8..c678c7d 100755 --- a/index.html +++ b/index.html @@ -134,7 +134,7 @@
Best suited for bots or server-side web application. No WebRTC support. Webhooks for events coming soon.
+Best suited for bots or server-side web application. No WebRTC support.
+ Using the JS SDK, iOS SDK or Rest API, you can add interactive forms to a Circuit conversation.
+ With forms, you can add buttons or radio and input fields to your messages.
+
+
+
+ Whether you are developing a bot or an app, you can display the form to the conversation and collect the answers from one or several participants.
+ You can then decide to update the message based on the user's feedback.
+
+ The documentation on interactive forms can be found on github. +
+When running the examples you will be asked to sign in with a Circuit sandbox account.
- API Documentation + API Documentation GitHubExample to logon and fetch conversations:
@@ -96,6 +96,28 @@Plunker examples
Short examples demonstrating one or more particular APIs. You can view the source, or fork your own stackblitz. A sandbox account is required to run the live examples.
+ +Live Example | +Description | +
---|---|
Export conversations to file | +vuejs app to export all conversation messages to a file. | +
login_hint
prompt
disable_email
: Disable email field (only applicable if login_hint is provided)disable_switch
: Disable ability to switch the account from to Oauth popupdisable_caching
: Hide the "private computer" checkbox.login_hint
prompt
disable_email
: Disable email field (only applicable if login_hint is provided)disable_switch
: Disable ability to switch the account from to Oauth popupdisable_caching
: Hide the "private computer" checkbox.