Posts

Showing posts with the label Sitecore Send

Sitecore PowerShell : Part 3

Image
  Sitecore PowerShell Examples: Task 1: PowerShell Script which will show the report of Selected Item i.e. Item Name, Children, Language, Version, Id, Template Name etc. Script: $sampleItemTemplateId = "Item ID” $sampleItemTemplateItem = Get-Item -Path "master: Item Path " -ID $sampleItemTemplateId Get-ItemReferrer -Item $sampleItemTemplateItem Output: Task 2: PowerShell Script which will show the report of Item child i.e. Child Name, Children, Language, Version, Id, Template Name Script: Method 1: Get-ChildItem -Path master: Item Path -Recurse| Where-Object { $_.TemplateName -ne "Page"} Output: Method 2: To Find Data for Selected Language. $path = "master: Item Path " @(Get-Item -Path $path -Language "en*" -Version *) + @(Get-ChildItem -Path $path -Language "en*"  -Version * -Recurse) Output: Task 3: PowerShell Script Export Site...

Getting Started With Sitecore Send : Part 2

Image
  Adding a sender: Definition: A sender is the name and email address that your recipients see in the From field of their inbox when they receive your newsletter. The default sender for your account is the account owner with Sitecore Send. You can add as many senders to your account as you want. Add a Sender: The sender is the email address that your recipients see in the From field when they receive your newsletter. To add a Sender follow below steps – On the menu bar, click, Settings. On the menu on the left, click Senders . In the top right-hand corner, click Add new. In the Create new sender dialog, fill out the Name and Email of the sender and click Save . On the Senders page, once you have set up the TXT records correctly, the SPF and DKIM [The Sender Policy Framework (SPF) and the Domain Keys Identified Mail (DKIM) are components of email sender authentication. They are necessary for elements that help your email marketing campaigns be delivered to your recipients' inbo...

Getting Started With Sitecore Send : Part 1

Image
  What is Sitecore Send Ø Sitecore Send provides you with all the necessary tools to onboard and get started down your email marketing path. Ø Sitecore Send is a microservices-based, API-first, cloud-native marketing platform that enables marketers to drive contextual and personalized interactions by leveraging customer data. It simplifies email creation and distribution and enables marketers to deliver omnichannel customer engagement without needing to write any code.  Ø Sitecore has been moving towards a new SaaS-based platform to replace its flagship, integrated one-stop-shop suite of solutions. As part of the effort to expand their best-of-breed, composable offerings, they added Moosend to their growing list of recent acquisitions, and Moosend is now Sitecore Send.  Ø Sitecore Send represents a shift towards delivering personalized experiences for modern enterprises by leveraging visitor data to provide: ·     Email marketing using list segmen...

Contact Me/Any Suggestion

Name

Email *

Message *