diff --git a/www/apps/resources/app/architectural-modules/notification/sendgrid/page.mdx b/www/apps/resources/app/architectural-modules/notification/sendgrid/page.mdx index 1264222d08..7019dba8a4 100644 --- a/www/apps/resources/app/architectural-modules/notification/sendgrid/page.mdx +++ b/www/apps/resources/app/architectural-modules/notification/sendgrid/page.mdx @@ -141,7 +141,7 @@ export default async function productCreateHandler({ const notificationModuleService: INotificationModuleService = container.resolve(ModuleRegistrationName.NOTIFICATION) - await notificationModuleService.create({ + await notificationModuleService.createNotifications({ to: "test@gmail.com", channel: "email", template: "product-created",