mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 08:31:00 -04:00
Allow service to set callback url for notifications
This commit is contained in:
@@ -53,6 +53,7 @@ def service_json(
|
||||
created_at=None,
|
||||
letter_contact_block=None,
|
||||
inbound_api=None,
|
||||
service_callback_api=None,
|
||||
permissions=None,
|
||||
organisation_type='central',
|
||||
free_sms_fragment_limit=250000,
|
||||
@@ -84,6 +85,7 @@ def service_json(
|
||||
'dvla_organisation': '001',
|
||||
'permissions': permissions,
|
||||
'inbound_api': inbound_api,
|
||||
'service_callback_api': service_callback_api,
|
||||
'prefix_sms': prefix_sms,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user