Skip to content

Commit f7d96b3

Browse files
committed
fix: url in cancel and completed email template
1 parent fee1141 commit f7d96b3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/routes/copilotOpportunity/assign.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ module.exports = [
4646
createEvent(emailEventType, {
4747
data: {
4848
opportunity_details_url: copilotPortalUrl,
49+
work_manager_url: config.get('workManagerUrl'),
4950
opportunity_title: requestData.opportunityTitle,
5051
user_name: user ? user.handle : "",
5152
},

src/routes/copilotOpportunity/delete.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ module.exports = [
3434
createEvent(emailEventType, {
3535
data: {
3636
opportunity_details_url: copilotPortalUrl,
37+
work_manager_url: config.get('workManagerUrl'),
3738
opportunity_title: requestData.opportunityTitle,
3839
user_name: user ? user.handle : "",
3940
},

0 commit comments

Comments
 (0)