@@ -133,7 +133,7 @@ async function formatTeamsGraphNotification(
133133 input : 'Teams notification received' ,
134134 webhook : {
135135 data : {
136- provider : 'microsoftteams ' ,
136+ provider : 'microsoft-teams ' ,
137137 path : foundWebhook ?. path || '' ,
138138 providerConfig : foundWebhook ?. providerConfig || { } ,
139139 payload : body ,
@@ -397,7 +397,7 @@ async function formatTeamsGraphNotification(
397397 } ,
398398 webhook : {
399399 data : {
400- provider : 'microsoftteams ' ,
400+ provider : 'microsoft-teams ' ,
401401 path : foundWebhook ?. path || '' ,
402402 providerConfig : foundWebhook ?. providerConfig || { } ,
403403 payload : body ,
@@ -446,7 +446,7 @@ async function formatTeamsGraphNotification(
446446 } ,
447447 webhook : {
448448 data : {
449- provider : 'microsoftteams ' ,
449+ provider : 'microsoft-teams ' ,
450450 path : foundWebhook ?. path || '' ,
451451 providerConfig : foundWebhook ?. providerConfig || { } ,
452452 payload : body ,
@@ -818,7 +818,7 @@ export async function formatWebhookInput(
818818 }
819819 }
820820
821- if ( foundWebhook . provider === 'microsoftteams ' ) {
821+ if ( foundWebhook . provider === 'microsoft-teams ' ) {
822822 // Check if this is a Microsoft Graph change notification
823823 if ( body ?. value && Array . isArray ( body . value ) && body . value . length > 0 ) {
824824 return await formatTeamsGraphNotification ( body , foundWebhook , foundWorkflow , request )
@@ -875,7 +875,7 @@ export async function formatWebhookInput(
875875
876876 webhook : {
877877 data : {
878- provider : 'microsoftteams ' ,
878+ provider : 'microsoft-teams ' ,
879879 path : foundWebhook . path ,
880880 providerConfig : foundWebhook . providerConfig ,
881881 payload : body ,
@@ -1653,7 +1653,7 @@ export function verifyProviderWebhook(
16531653
16541654 break
16551655 }
1656- case 'microsoftteams ' :
1656+ case 'microsoft-teams ' :
16571657 break
16581658 case 'generic' :
16591659 if ( providerConfig . requireAuth ) {
0 commit comments