Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://joernberkefeld.github.io/SFMC-Cookbook/
How to survive as a developer for Salesforce Marketing Cloud
https://joernberkefeld.github.io/SFMC-Cookbook/
ampscript ampscript-language collect einstein exacttarget guide guidebook recommend salesforce-marketing-cloud sfmc ssjs style-guide styleguide web-recommendation
Last synced: 3 months ago
JSON representation
How to survive as a developer for Salesforce Marketing Cloud
- Host: GitHub
- URL: https://joernberkefeld.github.io/SFMC-Cookbook/
- Owner: JoernBerkefeld
- License: mit
- Created: 2019-02-16T13:42:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T09:50:15.000Z (over 1 year ago)
- Last Synced: 2024-04-08T02:16:00.867Z (7 months ago)
- Topics: ampscript, ampscript-language, collect, einstein, exacttarget, guide, guidebook, recommend, salesforce-marketing-cloud, sfmc, ssjs, style-guide, styleguide, web-recommendation
- Language: JavaScript
- Homepage: https://joernberkefeld.github.io/SFMC-Cookbook/
- Size: 1020 KB
- Stars: 117
- Watchers: 12
- Forks: 32
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-sfmc - SFMC Cookbook
README
# SFMC-Cookbook
This is an attempt at starting a guide on how to survive as a developer for Salesforce Marketing Cloud.
## Content
- [x] [General FAQ](faq/README.md)
- [x] [General coding guideline](general/README.md)
- [x] [HowTo deal with Server-Side JavaScript / SSJS](ssjs/README.md)
- [x] [HowTo deal with AMPscript](ampscript/README.md)
- [x] [Einstein Recommendations](einstein/recommendation/README.md)
- [x] [Encryption](encryption/README.md)The guides are by no means finished and are to be considered work in progress. I will add more rules & advice over time.
## Notes
### Thanks
Kudos goes to [John Papa](https://github.com/johnpapa) and his [Angular Style Guide](https://github.com/johnpapa/angular-styleguide) for inspiring me to write this.
### Copyright
Copyright 2019-2020 Jörn Berkefeld
[MIT License applies](https://github.com/JoernBerkefeld/SFMC-Cookbook/blob/master/LICENSE)