Naas Documentation
Naas.ai
GitHub
Slack Community
What's new?
Searchβ¦
Welcome to Naas
π
Templates
π
Low-code features
π
Low-code drivers
π¬
AI/Machine Learning
Airtable
Awesome-notebooks
Bubble
Canny
CityFalcon
FTP
HTML builder
Google Sheets
Healthchecks
Hubspot
IFTTT
Integromat
Mailbox
Jupyter
LinkedIn
Markdown
Microsoft Teams
MongoDB
NewsAPI
Notion
PDF
Plotly
Slack
Thinkific
Toucan
Qonto
Yahoo
Zapier
π
Community
Essentials
Advanced
Best Practices
FAQ
β‘
Naas manager
π
Security
Powered By
GitBook
Microsoft Teams
Send message in teams
Get your webhook url there:
Join conversation
Microsoft Teams
Create a webwook for naas
Then you should see your webhook url
You can use it below to send message in your channel
Send message
1
import
naas_drivers
2
β
3
webhook
=
"https://COMPANY.webhook.office.com/webhookb2/****/***"
4
message
=
"Hello friends"
5
result
=
naas_drivers
.
teams
.
connect
(
webhook
).
send
(
message
)
Copied!
Image
Image be url only, if you need expose asset before sending it
1
import
naas_drivers
2
β
3
webhook
=
"https://COMPANY.webhook.office.com/webhookb2/****/***"
4
message
=
"Hello friends"
5
image
=
"http://i.imgur.com/c4jt321l.png"
)
6
result
=
naas_drivers
.
teams
.
connect
(
webhook
).
send
(
message
,
image
=
image
)
Copied!
Previous
Markdown
Next
MongoDB
Copy link
Edit on GitHub
Contents
Send message
Image