Build Custom Activities and Events
For simplicity, the documentation mostly refers to custom activities. In Journey Builder, custom events and custom activities use the same framework, so building either object follows the same structure. For event-specific instructions, see Considerations for Building Custom Activities.
Salesforce Customer Support doesn't provide support for your custom Journey Builder events and activities.
- A working knowledge of RequireJS for dependency management.
- A working knowledge of jQuery.
- An understanding of the Postmonger event framework
- Access to a Marketing Cloud Engagement account with a fully configured Journey Builder instance.
- An understanding of how journeys function in Journey Builder.
-
Create the custom activity. Custom activities contain three fundamental components.
- Custom activity UI - Contains the activity's code and assets and is hosted on a public web server.
- config.json - Application extension that defines your custom activity.
- customActivity.js - Contains Postmonger events and sits in between your configuration app in the iframe and Journey Builder. See the Example Custom Activity and Postmonger Events Reference for details.
-
Host the custom activity. Use a web server that communicates via SSL (port 443). Salesforce recommends using Heroku as a hosting provider.
-
Register the custom component endpoint. Register the hosting endpoint for your custom activity in an installed package.