Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.88 KB

File metadata and controls

22 lines (19 loc) · 1.88 KB

Run

nodemon --config nodemon-emails.json

Links

Welcome http://localhost:3003/welcome?data={%22name%22:%22Moshe%22}
Mentorship accepted http://localhost:3003/mentorship-accepted?data={%22menteeName%22:%22Moshe%22,%22mentorName%22:%20%22Brent%22,%22contactURL%22:%20%22https%22,%20%22openRequests%22:%208}
Mentorship declined http://localhost:3003/mentorship-declined?data={%22menteeName%22:%22Moshe%22,%22mentorName%22:%22Brent%22,%22reason%22:%22because%22}
Mentorship declined (by system) http://localhost:3003/mentorship-declined?data={%22menteeName%22:%22Moshe%22,%22mentorName%22:%22Brent%22,%22reason%22:%22because%22,%22bySystem%22:true}
Mentorship cancelled http://localhost:3003/mentorship-cancelled?data={%22menteeName%22:%22Moshe%22,%22mentorName%22:%20%22Brent%22,%22reason%22:%20%22I%27ve%20already%20found%20a%20mentor%22}
Mentorship requested http://localhost:3003/mentorship-requested?data={%22menteeName%22:%22Moshe%22,%22mentorName%22:%22Brent%22,%22message%22:%22because%22,%22background%22:%22here%20is%20my%20background%22,%22expectation%22:%22I'm%20expecting%20for%20the%20best!%22}
Mentorship reminder http://localhost:3003/mentorship-reminder?data={%22menteeName%22:%22Moshe%22,%22mentorName%22:%22Brent%22,%22message%22:%22because%22}
Mentor application received http://localhost:3003/mentor-application-received?data={%22name%22:%22Brent%22}
Mentorship application denied http://localhost:3003/mentor-application-declined?data={%22name%22:%22Moshe%22,%22reason%22:%22your%20avatar%20is%20not%20you%22}
Mentorship application approved http://localhost:3003/mentor-application-approved?data={%22name%22:%22Moshe%22}
Mentor freeze http://localhost:3003/mentor-freeze?data={%22mentorName%22:%22Brent%22}}
Email verification http://localhost:3003/email-verification?data=%7B%22name%22:%22Moshe%22,%22link%22:%22http://localhost:3003%22%7D}