We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Potential scenarios:
attachment
{ "type": "message", "attachments": [ { // input file content here } ] }
The text was updated successfully, but these errors were encountered:
Using this feature, we would effectively have the equivalent of:
#!/bin/bash webhook_url="https://outlook.office365.com/webhook/a1269812-6d10-44b1-abc5-b84f93580ba0@9e7b80c7-d1eb-4b52-8582-76f921e416d9/IncomingWebhook/3fdd6767bae44ac58e5995547d66a4e4/f332c8d9-3397-4ac5-957b-b8e3fc465a8c" curl \ -X POST \ -H "Content-type: application/json" \ -d @/tmp/teams-message.json \ "${webhook_url}"
I borrowed the sample webhook connector URL for illustration purposes.
Sorry, something went wrong.
atc0005
No branches or pull requests
Potential scenarios:
attachment
array entry.The text was updated successfully, but these errors were encountered: