Skip to main content

About Brink

Brink Commerce is a composable e-commerce platform that lets retailers build faster, adapt quicker, and spend less. Read more at brinkcommerce.com.

Introduction

This is a template project for building a formatter that sends data from an Occtoo destination to Brink Commerce.

How it works

The solution consists of the functions shown below. Data flow of the Brink formatter
  • AddToQueue (HTTP trigger) — called to get data from the Occtoo destination API, then adds a message to the storage queue.
  • BrinkFormatter (queue trigger) — picks up the queued message and puts the data to the Brink API.
To get the destination details required by the template, see Create a destination and Register an application.

Download and installation

Request the latest code from developer@occtoo.com, then build and deploy it to your Azure instance.