TYPO3 Extension powermail2salesforce
, (*1)
powermail2salesforce
is an extension for TYPO3 CMS. It contains a finisher
class for powermail to send data of a form to salesforce API endpoint., (*2)
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., (*3)
Run the following command within your Composer based TYPO3 project:, (*4)
composer require jweiland/powermail2salesforce
Installation as extension from TYPO3 Extension Repository (TER)
Download and install powermail2salesforce
with the extension manager module., (*5)
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., (*6)
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., (*7)
If your used API is case-sensitive some markers would not be interpreted by
your API because of this., (*8)