Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Laferla committed Jul 3, 2023
1 parent e83556b commit a9c42f4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion monitoring_weekly/weekly_autolinker_100_links_audit.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ def main(mytimer: func.TimerRequest) -> None:
"""
try:
sp.transmissions.send(
recipients=['mfelipe@headset.io', 'rmontenigro@headset.io'],
#recipients=['mfelipe@headset.io', 'rmontenigro@headset.io'],
recipients=['mlaferla@headset.io'],
html=msgHtml,
from_email='analytics-monitor@headset.io',
subject="Autolinker 100 link audit",
Expand Down
3 changes: 2 additions & 1 deletion monitoring_weekly/weekly_insights_brand_monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,8 @@ def main(mytimer: func.TimerRequest) -> None:
"""
try:
sp.transmissions.send(
recipients=['mlaferla@headset.io', 'plong@headset.io', 'cooper@headset.io'],
#recipients=['mlaferla@headset.io', 'plong@headset.io', 'cooper@headset.io'],
recipients=['mlaferla@headset.io'],
html=msgHtml,
from_email='analytics-monitor@headset.io',
subject="Insights Brand Monitoring",
Expand Down
3 changes: 2 additions & 1 deletion monitoring_weekly/weekly_new_brand_combos.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ def main(mytimer: func.TimerRequest) -> None:
"""
try:
sp.transmissions.send(
recipients=['mfelipe@headset.io', 'rmontenigro@headset.io'],
#recipients=['mfelipe@headset.io', 'rmontenigro@headset.io'],
recipients=['mlaferla@headset.io'],
html=msgHtml,
from_email='analytics-monitor@headset.io',
subject="New Brand Combos",
Expand Down
3 changes: 2 additions & 1 deletion monitoring_weekly/weekly_new_store_monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ def main(mytimer: func.TimerRequest) -> None:
"""
try:
sp.transmissions.send(
recipients=['mlaferla@headset.io', 'plong@headset.io', 'cooper@headset.io'],
#recipients=['mlaferla@headset.io', 'plong@headset.io', 'cooper@headset.io'],
recipients=['mlaferla@headset.io'],
html=msgHtml,
from_email='analytics-monitor@headset.io',
subject="New Store Monitoring",
Expand Down
3 changes: 2 additions & 1 deletion monitoring_weekly/weekly_sama_reporting.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ def main(mytimer: func.TimerRequest) -> None:

try:
response = sp.transmissions.send(
recipients=['mlaferla@headset.io', 'cooper@headset.io', 'rmontenigro@headset.io', 'mfelipe@headset.io','jeniffer.aloo@nbo.samadc.org','nancy.mwangi@nbo.samadc.org','saveria.achieng@samasource.org','benjamin.ndungu@nbo.samadc.org','holuga@samasource.org'],
#recipients=['mlaferla@headset.io', 'cooper@headset.io', 'rmontenigro@headset.io', 'mfelipe@headset.io','jeniffer.aloo@nbo.samadc.org','nancy.mwangi@nbo.samadc.org','saveria.achieng@samasource.org','benjamin.ndungu@nbo.samadc.org','holuga@samasource.org'],
recipients=['mlaferla@headset.io'],
html='Please find the Headset team\'s unlinks and flagged products attached. Reach out to cooper@headset.io with issues or questions.',
from_email='analytics-monitor@headset.io',
subject='Headset Weekly Flag and Unlink Export',
Expand Down

0 comments on commit a9c42f4

Please sign in to comment.