Hi, ${name}
A dataset you are following, ${datasetLabel}, had a new snapshot created.
Changelog
${changelog}
Sincerely, The CRN Team
export const snapshotCreated = ({ siteUrl, name, datasetLabel, datasetId, versionNumber, changelog, }: { siteUrl: string name: string datasetLabel: string datasetId: string versionNumber: string changelog: string }): string => `
A dataset you are following, ${datasetLabel}, had a new snapshot created.
${changelog}
Sincerely, The CRN Team