Should I receive notifications when I create documents via the API or is this just limited to creating document via the content dashboard?
Reason I ask is that I have created a webcontrol to allow a user to ask a question. When they submit it creates a document of type Question underneath an existing node named "Inbox".
I have set up a "Create" notification on the "Inbox" document.
When I login to the Umbraco Backoffice and create a child Document under the "Inbox" document node I receive an email notification as expected.
When I try to create a document using the API with the code below, I can see that document is created in the content tree, however I don't receive the notifcation.
Document.MakeNew does not send notifications
Hi,
Should I receive notifications when I create documents via the API or is this just limited to creating document via the content dashboard?
Reason I ask is that I have created a webcontrol to allow a user to ask a question. When they submit it creates a document of type Question underneath an existing node named "Inbox".
I have set up a "Create" notification on the "Inbox" document.
When I login to the Umbraco Backoffice and create a child Document under the "Inbox" document node I receive an email notification as expected.
When I try to create a document using the API with the code below, I can see that document is created in the content tree, however I don't receive the notifcation.
Cheers,
Chris.
I answered my own question. Yes they do, after a good nights sleep, but I'm not quite sure why they didn't work for me yesterday.
Chris.
is working on a reply...