Install and configure Seven Senders

Edit on GitHub

This document describes how to install and configure the Seven Senders technology partner.

Installation

To install Seven Senders, run the following command in the console:

composer require spryker-eco/sevensenders:1.0.0

Configuration

To set up the Seven Senders initial configuration, use the credentials you received from your Seven Senders server. Space ID, key ID and secret can all be acquired from the Settings → API keys panel on Seven Senders’ server:

$config[SevensendersConstants::API_KEY] = '';
$config[SevensendersConstants::API_URL] = '';