You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Can I get any pointers how I might achieve this with a Custom Service Hook. Thanks in advance!
The text was updated successfully, but these errors were encountered:
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
Can I get any pointers how I might achieve this with a Custom Service Hook. Thanks in advance!
The text was updated successfully, but these errors were encountered: