↓ 47 callersFunctionpersist_notification(
*,
template_id,
template_version,
recipient,
service,
personalisation,
notificat
app/notifications/process_notifications.py:119
↓ 32 callersFunction_notification_json(template, to, personalisation=None, job_id=None, row_number=0, client_reference=None)
tests/app/celery/test_tasks.py:88
↓ 25 callersFunctionget_notifications_for_service( # noqa: C901
service_id,
filter_dict=None,
page=1,
page_size=None,
count_pages=True,
app/dao/notifications_dao.py:299
↓ 21 callersFunctioncreate_custom_template(service, user, template_config_name, template_type, content="", subject=None)
tests/app/conftest.py:870
↓ 16 callersFunctionvalidate_and_format_recipient(
send_to, key_type, service, notification_type, allow_guest_list_recipients=True, check_intl_sms_limit=Tr
app/notifications/validators.py:163
↓ 15 callersFunctionprocess_sms_client_response(
self,
status,
provider_reference,
client_name,
detailed_status_code=None,
delivery_i
app/celery/process_sms_client_response_tasks.py:31