Skip to content

A custom Umbraco Forms workflow to allow users to save a new marketing contact to a Bronto contact and associated list, using the Bronto SOAP Api.

License

Notifications You must be signed in to change notification settings

willroscoe/umbraco-forms-bronto-workflow

Repository files navigation

Bronto workflow Bronto workflow for Umbraco Forms

Build status NuGet release Our Umbraco project page

A custom Umbraco Forms workflow to allow users to save a new marketing contact to a Bronto (https://bronto.com) contact and associated list, using the Bronto SOAP Api. The workflow allows mapping between Bronto fields and the Umbraco form fields. The 'Static value' input allows a value to be preset.

Workflow screengrab

Bronto workflow

Installation

Install the package through the Umbraco backoffice:

or via NuGet:

  • PM> Install-Package UmbracoFormsBrontoWorkflow
  • or manually download the NuGet Package. Install the NuGet package in your Visual Studio project.

Web.config Configuration:

In the 'appSettings' section:

<add key="umbFormsBrontoSoapApiToken" value="{Your Bronto A/c Soap API Token}"/>
<add key="umbFormsBrontoRestrictToListIds" value="{comma delimited list of bronto list id's or list names you want to restrict selection of. If empty, all available lists will be available }"/>  - OPTIONAL
<add key="umbFormsBrontoRestrictToFieldIds" value="{comma delimited list of bronto contact field id's or field names you want to restrict selection of. If empty, all available fields will be available }"/> - OPTIONAL

You can view/add a SOAP Api Token in your Bronto a/c -> Select (sub) a/c -> Home -> Settings -> Data Exchange -> SOAP Api Access Tokens

  • Note: The token will need read and write access

Dependencies

Umbraco Forms >= 6.0.6

.Net Framework >= 4.5.1

This project makes use of the Bronto.API class https://github.com/willroscoe/BrontoSharp

Acknowledgements

This project is adapted from Campaign Monitor Umbraco Forms https://our.umbraco.org/projects/backoffice-extensions/campaign-monitor-umbraco-forms/

About

A custom Umbraco Forms workflow to allow users to save a new marketing contact to a Bronto contact and associated list, using the Bronto SOAP Api.

Resources

License

Stars

Watchers

Forks

Packages

No packages published