Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration with Microsoft Teams #15

Open
adamjbradley opened this issue Jan 17, 2017 · 0 comments
Open

Integration with Microsoft Teams #15

adamjbradley opened this issue Jan 17, 2017 · 0 comments

Comments

@adamjbradley
Copy link

adamjbradley commented Jan 17, 2017

As per the specifications https://dev.outlook.com/Connectors/GetStarted#posting-more-complex-cards. I need to send an JSON formatted document in the following format

curl -H "Content-Type: application/json" -d "{"title": "Learn about Office 365 Connectors", "text": "Visit the Outlook Dev Portal to learn more about Office 365 Connectors!", "themeColor": "EA4300", "potentialAction": [{"@context": "https://schema.org", "@type": "ViewAction", "name": "Open Outlook Dev Center", "target": ["https://dev.outlook.com"]}]}"

This would create the following Message in the associated Channel image

Can I get any pointers how I might achieve this with a Custom Service Hook. Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant