jweiland/powermail-salesforce

Powermail Salesforce integration

Installs: 316

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 2

Open Issues: 0

Language:Shell

Type:typo3-cms-extension

2.0.1 2023-11-07 08:25 UTC

This package is auto-updated.

Last update: 2024-04-07 09:17:11 UTC


README

CI

powermail2salesforce is an extension for TYPO3 CMS. It contains a finisher class for powermail to send data of a form to salesforce API endpoint.

1 Features

  • Send data of a powermail form to salesforce API endpoint.

2 Usage

2.1 Installation

Installation using Composer

The recommended way to install the extension is using Composer.

Run the following command within your Composer based TYPO3 project:

composer require jweiland/powermail2salesforce

Installation as extension from TYPO3 Extension Repository (TER)

Download and install powermail2salesforce with the extension manager module.

2.2 Minimal setup

  1. Include the static TypoScript of the extension.
  2. Set TypoScript constants.
  3. Configure powermail form as described in our documentation.

Note

Please check existing forms for marker names. This extension removes the limitation of lowercase markers that are set by powermail. Make sure to check your markers after activating/reactivating this extension.

If your used API is case-sensitive some markers would not be interpreted by your API because of this.