How to integrate slack channel to SharePoint with embedded code? - sharepoint-online

I am using SharePoint Online. I have created a SharePoint Framework web part and added it to the page.
I need to integrate the embedded code of the Slack channel into the iframe under the SPFx web part.
How can I get the embedded code of the Slack channel from Slack?
Can anyone help me with the same?
Thanks

Related

Ms teams Mobile and Bot Framework: sending images

I have a solution that works on Identity and Auth, The solution runs a WhatsApp Bot that ask the user for images doing specific gestures as part of biometrics for authentication. That works great.
Then We are working with to create support for that bot in Microsoft Teams and other Channels using Azure Bot Service / Bot Framework , but We're facing troubles because the documentation explicitly says that file exchange between ms-teams bots and users is not supported on Mobile.
Do you know any workaround or OSS component that could remove this blocker?
Any ideas will be appreciated.
the docs Send and receive files with a bot:

skin for channels connected to ms bot framework

I developed a bot using MS Bot Framework. I have been using it as a web chat(iframe) as well as in the facebook channel. I want to customize skin of all the channels, including web chat. I came accross the following:
https://www.channels.elastacloud.com/channels/disruptive-ai/custom-styling-of-the-microsoft-bot-framework
With this I can change the skin of my web chat(iframe) one. But how can I apply the skin to the facebook channel. Is there any way to do that ? I have deployed the bot to MS Azure.
Thanks
WebChat Customization tutorial
The above link provides insight and directions on how to customize the skin for Web Chat (via DirectLine). Unfortunately, this is the only channel that allows customization for your bot.

Integrating Docusign in our webapp

I am new to Docusign and we have a requirement to integrate Docusign in our web app. I have gone through all the links for integrating docusign into a web app using REST Api calls. After thorough read and watching youtube videos, I came to know that we can integrate docusign in our web app through REST API calls but for the same additionally we need to develop our own UI to upload documents and send it to the recipient. But basically we are looking something where we can be reidrected to docusign from our webapp to perform all the operations of sending document for signing and once document is sent then I will be redirected back to our web app.
Kindly help with the above query and let me know if my understanding is correct for integration of docusign and for the same developing our own UI in our web app. Also please let me know if there is any alternative to fullfill the requirement of directly accessing docusign from our web app and performing all required operations of sending a document to recipient.
Thanks in advance!
So you want a button on your web app that says "Sign with DocuSign" and then what?
Most customers who want to send from their web app already have the documents controlled by their web app.
They:
authenticate the user with DocuSign (OAuth Authorization Code Grant)
Upload the document to DocuSign from their app.
Add tabs (signing fields) to the documents programmatically. (This is not hard and it saves the sender a lot of work.)
Upload the recipients (signers, copy-only recipients, etc)
And then tell DocuSign to send the envelope (the transaction).
Applications can also monitor the progress of the envelope through the signing process and programatically act on the signed documents.
The above is not hard to do and provides a good user experience.
You can also redirect the user of your application to DocuSign to accomplish any/all of the above manually. But the more the user does manually, the less convenient the integration will be for them.
If you want the manual experience, check out the EnvelopeViews::createSender method.

Customise Azure bot framework in NodeJs using DirectLine JS

I am looking for a solution which has Customised Azure bot in website. I am not looking for an iFrame integration, As i have already explored. I need a solution which gives me an option to make UI changes in the bot window and invoke Live agent Chat window(Third party) from the existing Chatbot.
I tried these link below which dint help
https://github.com/Microsoft/BotFramework-WebChat
I understand exactly what you need.
It's true that the github url you pasted won't help but I know you'll get a lot of tips from the Direct Line and DirectLineJS documentation from the Advanced part.
You simply need a way to integrate to the Bot Framework from your existing UI system and hence using the Bot as just an Endpoint.
Your solution lies in the actual implementation methods for various channels that is supported by Bot Framework. Take Skype or Facebook for instance.
You need to study and configure WebHooks, Direct-Line Channels.
First: Use the Azure Portal to add a new website to your Bot in Channel property.
Secret Keys would be generated for you after then you can configure for version 1.1 or 3.0.
Check the Documentation here: https://learn.microsoft.com/bot-framework/rest-api/bot-framework-rest-direct-line-concepts
Now your site can be configured to talk to the Bot Framework via Web Clients and Sockets as API requests.
With these, you have the priviledge to use your own UI with the Bot Framework.

DocuSign visual editor on web site

My company want integrate DocuSign to our project. We have a implemented form workflow for EchoSign API and we want to know that DocuSign have embedded Visual Editor for create Envelope Templates on our side. We want to create template in our service without redirect users to DocuSign.
I believe you want the Embedded Signing functionality that DocuSign offers. Please see the bottom left API walkthrough listed "Embedded Signing" here:
http://iodocs.docusign.com/apiwalkthroughs
Thanks for response.
We found that possible pre-fill tags offline using native tags like DocuSignSignHere, DocuSignInitialHere: https://www.docusign.com/p/APIGuide/Content/Sending%20Group/Rules%20for%20CompositeTemplate%20Usage.htm
And using automatic anchor tags fully resolve our problem.

Resources