Skip to content

Commit

Permalink
Update cloud integration readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lbrenman committed Oct 23, 2024
1 parent 564b0c7 commit 85bbdd4
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions cloud-integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,27 @@ We'll use the MS Teams Incoming Webhook Connector so that we can Post a message
```json
{
"Text": "Newly created Salesforce contact: () copied to Hubspot"
‌}
"type": "message",
"attachments": [
{
"contentType": "application/vnd.microsoft.card.adaptive",
"content": {
"type": "AdaptiveCard",
"body": [
{
"type": "TextBlock",
"text": "Newly created Salesforce contact: () copied to Hubspot"
}
],
"$schema": "https://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.0",
"msteams": {
"entities": []
}
}
}
]
}
```

![https client post component setvalue variable1](images/lab4-https-client-post-component-setvalue-variable1.png)
Expand Down

0 comments on commit 85bbdd4

Please sign in to comment.