seven.io/bolt

Bolt extension for sending SMS and making text-to-speech calls via seven.io

Maintainers

Package info

github.com/seven-io/bolt

Type:bolt-extension

pkg:composer/seven.io/bolt

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.0 2021-10-04 15:02 UTC

This package is auto-updated.

Last update: 2026-04-28 12:11:00 UTC


README

seven logo

seven SMS for BoltCMS

Send SMS and text-to-speech calls to your BoltCMS content types via the seven gateway.

MIT License Bolt 4 | 5 PHP 7.2+ Packagist

Features

  • Admin Widget - Send messages from the Bolt dashboard with a single click
  • SMS & Voice - Switch between text messages and text-to-speech voice calls
  • Field Placeholders - Reference any content-type field with {{fieldname}} in the message body
  • Configurable Mappings - Map each content type to its mobile-number field via YAML

Prerequisites

Installation

1. Install via Composer

composer require seven.io/bolt

2. Add a mobile-phone field to your content types

people:
  # ...
  mobile:
    type: text
    variant: inline
  # ...

3. Configure the extension

Open /bolt/file-edit/config?file=/extensions/seven-bolt.yaml (or Maintenance > Extensions > Configuration in the admin) and fill in:

Field Description
apiKey Your seven API key
mappings Map each content type to its mobile-number field, e.g. people: mobile

Usage

Send SMS

Pick a content type in the seven dashboard widget. Every record with a mobile-number field will receive the message.

Make text-to-speech calls

Use the same widget but switch the message type to Voice. The recipient will receive an automated call reading out the text.

Message placeholders

Any content-type field can be referenced inside the message body via {{fieldname}}:

Hi {{name}}, your order is on its way!

Make sure the value has a __toString() representation - there is no type-coercion magic.

Support

Need help? Feel free to contact us or open an issue.

License

MIT