This topic was automatically generated from Slack. You can find the original thread here.
/@U05A7KLNALC I am using PIpedream connect prod version. I have configured a outlook new email trigger with my webhook for my email. But, the trigger is not firing when a new email hits my inbox. Please let me know what is wrong or how can I fix it? Here is the trigger data found by calling the GET deployed trigger api:
{
"data":{
"id":"dc_dAuJ8LN",
"created_at":1771502601,
"updated_at":1771502601,
"active":true,
"component_id":"sc_B5iB4ELn",
"component_key":"microsoft_outlook-new-email",
"configurable_props":[
{
"name":"microsoftOutlook",
"type":"app",
"app":"microsoft_outlook"
},
{
"name":"http",
"type":"$.interface.http",
"customResponse":true
},
{
"name":"db",
"type":"$.service.db"
},
{
"name":"timer",
"type":"$.interface.timer",
"label":"Webhook renewal timer",
"description":"Graph API expires Outlook notifications in 3 days, we auto-renew them in 2 days, [see](https://docs.microsoft.com/en-us/graph/api/resources/subscription?view=graph-rest-1.0#maximum-length-of-subscription-per-resource-type)",
"default":{
"intervalSeconds":172800
}
},
{
"name":"folderIds",
"type":"string[]",
"label":"Folder IDs to Monitor",
"description":"Specify the folder IDs or names in Outlook that you want to monitor for new emails. Leave empty to monitor all folders (excluding \"Sent Items\" and \"Drafts\").",
"remoteOptions":true,
"optional":true
}
],
"configured_props":{
"microsoftOutlook":{
"authProvisionId":"apn_P8hz54Q"
},
"http":{
"endpoint_url":"https://d80dda7ae9dd2165e2f66c603b9d4517.m.pipedream.net"
},
"db":{
"type":"$.service.db"
},
"timer":{
"cron":null,
"interval_seconds":172800
}
},
"name_slug":"langoedge-dev-project---exu-x1i3de-d",
"name":"langoedge-dev-project - exu_x1i3deD",
"owner_id":"exu_x1i3deD",
"type":"DeployedComponent",
"emit_on_deploy":true
}
}
And here is the webhook data found by calling List trigger webhooks:
{"webhook_urls":["https://dev.langoedge.com/api/pipedream/triggers/webhook/69950187f669b8ea93f706f1"]}
cc: @U02A06JPKEH
