Improve outreach compose, contact merge, and email assets.
Add a Quill email editor with DB-backed image storage, selectable PCM designs, postcard defaults for addressed contacts, and merge-by-phone/address on the contact form.
This commit is contained in:
@@ -18,6 +18,16 @@ urlpatterns = [
|
||||
views.campaign_test_send,
|
||||
name="campaign_test_send",
|
||||
),
|
||||
path(
|
||||
"campaigns/upload-image/",
|
||||
views.campaign_image_upload,
|
||||
name="campaign_image_upload",
|
||||
),
|
||||
path(
|
||||
"files/<uuid:pk>/",
|
||||
views.stored_file,
|
||||
name="stored_file",
|
||||
),
|
||||
path("postcard/", views.postcard_designer, name="postcard_designer"),
|
||||
path(
|
||||
"postcard/create/",
|
||||
|
||||
Reference in New Issue
Block a user