Releases
1.15.0POST Deployment

POST Deployment v1.15.0

Update Activity Center configuration

MANDATORY

In order for the improvements made to the Activity Center to work properly, its configuration must be modified.
To do this,

  1. Access to Syntphony Settings (previously called TOGO Settings).
  2. Access the This Tenant menu.
  3. Access the Activity Center section.
  4. Add the following value to the events section of the JSON configuration:
{
	"id": "RequestApproval",
	"name": {
		"default": "Request approval",
		"en-US": "Request approval",
		"es-ES": "Solicitud de aprobación",
		"it-IT": "Richiedi approvazione"
	},
	"source": "Syntphony",
	"mailboxId": "nonPriorityMailbox",
	"categoryId": "social",
	"notifyContentApprovers": true
}
  1. Click on Save button.