Quick set up guide to start sending notification on MS Teams chat via SuprSend.
Create SuprSend account
Create MS Teams App
Test directly in Staging workspace
Create a workflow
{{var}}
) and for complex adaptive card designs, you can use JSONNET editor. Variables can be added as data.var
or data["$batched_events"][0].var
for batched alerts in JSONNET editor.Ensure to publish the template before using it in a workflow.
Learn how to design MS Teams template here.
Trigger the workflow
Text
’ button in your workflow editor or “Commit” changes to trigger it from your code. We follow Git like versioning for workflow changes, so you need to commit your changes to trigger new workflow via the API. You can check all methods of triggering workflow here.To trigger a workflow, you need:distinct_id
within SuprSend and must have the relevant channel identity set in their profile. You can define recipient inline in case of API based trigger or create user profile first for event based trigger.conversation_id
and tenant_id
. Refer this doc on how to get conversation_id and tenant_id for your teams account. Service URL will change depending on your region. Example service URL-Check logs to see the status of your sent notification
Requests
’ tab, and view step-by-step debugging of each execution on the ‘Execution
’ tab inside workflow.Push to Production