The webhook URLs for triggering scenarios in Make (such as Tuesday recruitment text) are unauthenticated and, therefore, should not be exposed publicly in the codebase (in messaging.ts). The existing ones should also be changed to new ones as part of the cleanup.
This applies to:
sendCoordinatorRecruitmentTextWebhook
sendTuesdayRecruitmentTextAutomationWebhook
sendDriverInfoToCoordinatorsWebhook
sendLocationsAndPOCDetailsWebhook
The webhook URLs for triggering scenarios in Make (such as Tuesday recruitment text) are unauthenticated and, therefore, should not be exposed publicly in the codebase (in messaging.ts). The existing ones should also be changed to new ones as part of the cleanup.
This applies to: sendCoordinatorRecruitmentTextWebhook sendTuesdayRecruitmentTextAutomationWebhook sendDriverInfoToCoordinatorsWebhook sendLocationsAndPOCDetailsWebhook