Connectors / Service / Oracle Bronto

Artisan IMG > Oracle Bronto (oracle-bronto)

Oracle Bronto

Oracle Bronto is a mass email marketing platform.

Overview

The Oracle Bronto connector allows you to create contacts, fields and mail lists, update contacts, and list various resources.

Authentication

Before using the Oracle Bronto connector, you will need your API Key, which can be created and accessed inside the Bronto web app by navigating to Settings > Platform Settings > Data Exchange.

Once you have a working API key, add an Oracle Bronto step inside a workflow and click on 'New Authentication' in the step editor.

In the window that appears, name your authentication and then add your API Key:

bronto-auth

Click 'Add authentication' and you will then be set up and ready to go.

Filter

For List operations, there is a filter object which allows you to filter resources according to particular fields:

bronto-filter

In the List operations for the fields, mail lists, and segments resources, there is a 'filter type' which tells the API to only return resources that fulfill all criteria (the And type), or just one criterion specified (the Or type).

Some filter objects have operator fields, which allow you to be more specific in the filter criteria:

filter-operator

Other filter objects contain just a string; in these cases, the operator is Equal To (i.e., return only resources that exactly match the criterion specified):

filter-string

All filter objects are arrays, meaning that multiple filters on the same field can be specified; for example, you can filter according to multiple email addresses:

filter-multiple

All Operations

Latest version:

1.2

Add contacts to mail list

Add one or more contacts to a mail list.

Create fields

Add one or more new fields to the account.

Create mail lists

Add one or more new mail lists to the account.

Create or update contacts

Adds a new contact or updates an existing one. MUST SUPPLY one of Contact ID, Email, or Mobile number. PLEASE NOTE that, if updating an existing contact, this operation will overwrite the contact's list memberships. To avoid this, use 'Create or update contacts (incremental)'.

Create or update contacts (incremental)

Adds a new contact or updates an existing one, but does not overwrite existing list memberships. MUST SUPPLY one of Contact ID, Email, or Mobile number.

List SMS keywords

Returns a list of SMS keywords.

List contacts

Returns a list of contacts.

List fields

Returns a list of fields.

List fields DDL

List mail lists

Returns a list of mail lists.

List segments

Returns a list of segments.

List sms keywords DDL