Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am amaralli on github.
  • I am amaralli (https://keybase.io/amaralli) on keybase.
  • I have a public key ASDmzfPdZVBuCIhpubU-_rnoBfNitZl3LviLEBLnceuhWwo

To claim this, I am signing this object:

Control Assign If

Assign a value based on the output of an expression.

Inputs

  • left-operand: The first operand in the expression.

  • operator: The operator to compare two values in an expression.

@amaralli
amaralli / forgeMulitpartFiles.md
Last active November 29, 2016 20:02
How to use Multi-Part File Handling in Forge
@amaralli
amaralli / ForgeDocumentation.md
Last active February 21, 2017 00:01
Forge Documentation- How to understand and utilize the Forge Connector Creator tool

#Getting Started ##What is a Connector? A Connector is an interface that communicates with external APIs. The goal of a Connector is not to be a direct reflection of an API, but instead a user-friendly abstraction on top of an API. Connector development is more focused on end-user needs than on the capabilities of the API. Each Connector is made up of methods, which appear to the user as the different Event and Action cards. Each method determines how data is fetched from the API, and transforms data to the user-friendly format accepted by the front-end. Most methods use more than one API call to do this.

To define a Connector, you must write a Connector JSON file and submit this file to Azuqua for upload into the engine. At runtime, the engine will access the instructions laid out in this file to execute the Event or Action the user has designated in their FLO. The primary function of a Connector JSON file is to lay out in a linear manner the pre-defined action steps (known as modules) that will execute ea