Download the PHP package sysint/module-email-flow without Composer

On this page you can find all versions of the php package sysint/module-email-flow. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package module-email-flow

Magento 2 Email to Webhook Module (Email Flow)

Easily integrate your Magento 2 store with workflow automation platforms like n8n, Zapier, and many more using just one module. Send Magento 2 emails as JSON to webhooks and bridge your store to countless services such as MailChimp, Sendgrid, HubSpot, ActiveCampaign, CRM systems, and others without needing any additional backend plugins.

It's not another SMTP provider, it's a way to send e-commerce data to an automation tool to easily connect any app without extra coding and installing additional plugins to your Magento store. This module is not a replacement for your current email provider and does not change your SMTP settings. Although you can only use workflow n8n or Zapier to send emails and SMS, by default emails will be sent through your current email provider and workflow, but you can always change this.

N8N Example workflow image

Table of Contents

  1. Features
  2. Installation
  3. Configuration
  4. Usage
  5. Compatibility
  6. Support
  7. License

Features

Installation

Composer install

Download the module

Extract the files to your Magento installation's app/code directory. Run the following commands:

The module will now be installed and ready for configuration.

Configuration

Navigate to Stores > Configuration > Advanced > System > Email Flow Sending Settings image

  1. Enable plugin
  2. Input your webhook URL.
  3. Sending mode. By default, mixed means that emails will be sent by SMTP + FLOW. You'll be able to set up your workflow and keep sending emails.
  4. Select authentication type: NONE, Base, API (NONE by default)
  5. Debug: Yes/No (No - by default). Log file var/log/debug.log
  6. Data Optimization Yes/No (Yes - by default)
  7. Save the configuration.

Usage

Once configured, the module will automatically send emails as JSON payloads to the specified webhook URL in real-time. This data can then be used in your preferred workflow automation platform to trigger workflows, save data, and integrate with other services like Mailchimp, Sendgrid, HubSpot & etc.

When debugging is enabled, messages can be found in the log file var/log/debug.log Example of the message: [2023-10-20T07:51:34.110881+00:00] .DEBUG: {"message":"Workflow was started"} [] []

Tested across platforms

Compatibility

Support

For any issues, questions, or feedback, please open an issue on our GitHub repository

License

This module is licensed under the MIT License - see the LICENSE file for details


All versions of module-email-flow with dependencies

PHP Build Version
Package Version
Requires php Version ~7.4.0||~8.1.0||~8.2.0
magento/framework Version 103.0.*
magento/module-email Version 101.1.*
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package sysint/module-email-flow contains the following files

Loading the files please wait ....