Elements: Build

Building Custom Elements

Use Element Builder to build your own custom element.



1
Info




2
Properties




3
Authentication




4
Config & Parameters




5
Hooks




6
Events




7
Resources

Knowledgebase

Tips and trips for building new elements or extending existing elements.

Articles

Building a "Hello World" Element
There is probably nothing more common in the world of programming than the time honored tradition of "Hello World" examples, using the simplest possible problem to introduce someone to a new language, library, or tool. While neither &q...
Creating a Generic 'Forwarding' API
In some cases, a provider may return a fully formed URL, which can be used to make a specific API call.  For example: { ... "hireCandidate": "https://api.candidate.com/v1/candidates/123/hire" } Instead of parsing the re...
Resource Types
Element Builder provides an option to set the resource type in the resource configurations. The resource type is used to indicate when the resource should be triggered. Most standard resources are set to the resource type API . These API resources ...