Maester component for the AVA platform.
No required Environment variables.
This component has no trigger functions. This means it will not be accessible to select as a first component during the integration flow design.
Within the Actions section of the documentation, you can leverage the Maester component, along with its Upsert Object action, to seamlessly integrate your data. Simply provide the body of your Webhook in the Data field. The Upsert Criteria will dynamically generate the Maester Object ID, which you can retrieve as an output.
In another flow, incorporating the Maester component and its Lookup Object (at Most One) action, you can effortlessly retrieve the desired data. Choose the Maester Object ID as the Lookup Criteria and supply the ID obtained from the previous flow.
For further streamlining the connection of Maester Object IDs across your workflows, consider utilizing the ID Linking component.
Maester Object ID
, Custom Headers
], required)Dynamically generated
Maester Object ID
(string, uuid) - Used if Upsert Criteria
: Maester Object ID
. An id to find object in Maester. RequiredSearch Headers
- Used if Upsert Criteria
: Custom Headers
. Array of headers { key: header-key-1, value: heder-value-1}
which will be used to find an object in Maester (up to 5 headers). RequiredData
(JSON object) - Data which will be stored in object by itself. Only plain objects are supported. RequiredHeaders
- Array of headers { key: header-key-1, value: heder-value-1}
which will be added to new objects. OptionalTTL
(number) - Time in seconds while which Maester object will be present in DB. After this time object will be deleted and won’t be available. Note: the process of deleting objects from DB starts every hour. By default will be used default expiration time from Maester installation. OptionalPlease Note: if more than one object found by
Search Headers
- error will be thrown
Maester Object ID
, Custom Headers
], required)ID
in case of Lookup Criteria: Maester Object ID
; at least on header in case of Lookup Criteria: Custom Headers
) the empty object {} is emitted, otherwise typically an error would be thrown.Dynamically generated
Maester Object ID
(string, uuid) - Used if Upsert Criteria
: Maester Object ID
. An id to find object in Maester. RequiredSearch Headers
- Used if Upsert Criteria
: Custom Headers
. Array of headers { key: header-key-1, value: heder-value-1}
which will be used to find an object in Maester (up to 5 headers). RequiredFetch All
- the component output will be an array of messagesEmit Individually
- Each object fill the entire messageHeaders
- Array of headers { key: header-key-1, value: heder-value-1}
with which will be searchingDepending on the ‘Upsert Criteria’ (see below) do the following:
Please Note: If there is no object with given ID it creates a new object with the NEW ID. So the new object’s id will differ from the provided one.
Please Note: if more than one object found by
Search Headers
- error will be thrown
Maester Object ID
, Custom Headers
], required)Dynamically generated
Maester Object ID
(string, uuid) - Used if Upsert Criteria
: Maester Object ID
. An id to find object in Maester. OptionalSearch Headers
- Used if Upsert Criteria
: Custom Headers
. Array of headers { key: header-key-1, value: heder-value-1}
which will be used to find an object in Maester (up to 5 headers). RequiredData
(JSON object) - Data which will be stored in object by itself. RequiredHeaders
- Array of headers { key: header-key-1, value: heder-value-1}
which will be added to new objects. Headers could be added to an existing object and modified as well, but they can not be deleted. OptionalTTL
(number) - Time in seconds while which Maester object will be present in DB. After this time object will be deleted and won’t be available. Note: the process of deleting objects from DB starts every hour. By default will be used default expiration time from Maester installation. TTL cannot be modified or deleted once an object is created. Optional