php-microsoft-teams-connector
php-microsoft-teams-connector copied to clipboard
PHP Microsoft Teams Connector
Hello, It looks like including images in an CustomAdaptiveCard stopped working in the "New Microsoft Teams" version they are pushing to all Windows and Mac users currently. Code example: ```...
Hi, I just tried to send the SimpleCard message by copying the code in the readme, but failed with the following error: ``` PHP Fatal error: Uncaught Exception: SSL certificate...
in vendor/sebbmeyer/php-microsoft-teams-connector/src/TeamsConnector.php - Row 45, it checks for if ($result !== "1") however, the return has changed and so you get something like this: `{"version":"1.1","content":{"headers":[{"key":"Content-Type","value":["text/plain; charset=utf-8"]}]},"statusCode":200,"reasonPhrase":"OK","headers":[],"trailingHeaders":[],"requestMessage":null,"isSuccessStatusCode":true}` therefor, this package will...
@yariksheptykin @ceeram @ariews @janvernieuwe , # Getting error while using this `Uncaught Error: Call to undefined function Sebbmyr\Teams\curl_init() and in test.php code : `
Hello there, I get the error: `Fatal error : Interface 'Sebbmyr\Teams\TeamsConnectorInterface' not found in assets\inc\webhook\AbstractCard.php on line 8` I didn't use composer to install it, since that's not an option....
Since I added the support of AdaptiveCards, I want to update the documentation a little to show all the currently available actions and elements for AdaptiveCards. If anyone wants to...
Hello, Microsoft has added AdaptiveCard support to incoming webhooks. https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/connectors-using
Hi Are you doing any connector for outgoing? thanks
Hello, I began getting messages on my webhooks like this: "Action Required: O365 connectors within Teams will be deprecated and notifications from this service will stop. [Learn more](https://aka.ms/O365ConnectorDeprecation) about the...
Version must be a string otherwise, M$ will answer with an exception. Additionally, the new workflow will result with empty string instead of "1".