No image available

seven

seven.io module to programmatically send text messages.

Developed by seven communications GmbH & Co. KG

Get This Module Free on GitHub
PS 1.7 – 9.x License: MIT Status: Active Health: Excellent

Info updated 1 month ago

Sources
Stars: 1 Last commit: Sep 12, 2025
Type
Module

Info checked: Mar 2, 2026

<img src="https://www.seven.io/wp-content/uploads/Logo.svg" width="250" />

Official module for PrestaShop 1.6 & 1.7 & 8.x

Installation

Via Composer

1. Open a shell and navigate to the PrestaShop installation 2. Run <code>composer require seven.io/prestashop</code> 3. Administration: Go to <code>Modules-&gt;Module Manager</code> and activate <code>seven</code>

Via GitHub

1. Download the latest release as *.zip 2. Extract archive <code>unzip -d /path/to/prestashop/modules &lt;archive_name&gt;.zip</code> 3. Administration: Go to <code>Modules-&gt;Module Manager</code>, search for <code>seven</code> and click <code>install</code>

Usage

Go to the module manager and search for <code>seven</code>. Click on the <code>settings</code> button and look through the available options. Remember to set your API key in order to be able to send messages.

Available message placeholders:

  • {address.&lt;property>} => Use a property from the Address object
  • {address.firstname} resolves to the customers first name
  • {address.lastname} resolves to the customers last name
  • {invoice.&lt;property>} => Use a property from the OrderInvoice object (available only

on invoice creation)

  • {invoice.number} resolves to the invoice number
  • {invoice.total_paid_tax_incl} resolves to the invoices total amount tax included
  • {order.&lt;property>} => Use a property from the Order object (if available)
  • {order.id} resolves to the order ID
  • {order.reference} resolves to the order reference

Addresses: The delivery address takes precedence over the billing address. So if the delivery address differs to the billing address, the delivery address will be taken for message placeholders.

Implemented Events
  • Delivery - the order status has been set to delivered
  • Invoice Creation - an order invoice has been created
  • Payment - the order has been marked as being fully paid
  • Refund - the order status has been set to refunded
  • Shipping - the order status has been set to shipped

###### Support

Need help? Feel free to contact us.

  • Referencia
    seven

  • License
    MIT
  • PS Compatibility
    1.7.x
    8.x
    9.x
  • Status
    Active

Comentarios (0)

No hay reseñas de clientes en este momento.
Cargando...