
Provides events from Ingenuity for use as flow triggers. You can use this connector to start flows whenever a selected event completes in the Eigen Ingenuity System
|
Status: Preview |
Tier: Premium |
Version: 1.0 |
|
Name |
Summary |
|
Delete a webhook you created |
|
|
Get Events Available |
|
|
Get Dynamic Schema For Event |
|
Name |
Summary |
|
When an event occurs |
|
Name |
Summary |
|
|
|
|
|
|
|
|
|
|
|
Summary: Delete a webhook you created
Description: This action deletes a webhook you had created
Syntax:
EigenEvents.DeleteWebhook (string webhookId)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
webhookId |
string
|
The ID of the webhook to delete |
True |
Returns:
Summary: Get Events Available
Description: This action will fetch all events supported by this server
Syntax:
EigenEvents.GetSupportedEvents ()
Returns:
Type:SupportedEventsBody
Summary: Get Dynamic Schema For Event
Description: This action will fetch the schema for the selected eventId
Syntax:
EigenEvents.GetDynamicEventSchema (number eventIds)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
eventIds |
number
|
Get the schema for event |
True |
Returns:
Summary: When an event occurs
Description: This operation triggers when any of the events subscribed to occurs
Syntax:
EigenEvents.CreateWebhook (number eventIds, CreateWebhookParameterBody of Trigger Request Body of Trigger Request)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
eventIds |
number (EventID) |
Select Event Id |
True |
|
|
Body of Trigger Request |
CreateWebhookParameterBody of Trigger Request
|
|
True |
Returns:
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
callbackUrl |
Callback URL |
|
Summary: Callback URL
Description:
Properties:
|
Name |
Type |
Summary |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
schema |
|
The dynamic schema for given event |
Summary:
Description: The dynamic schema for given event
Properties:
|
Name |
Type |
Summary |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
events |
array of (EventsItem)
|
The events supported |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
value |
number
|
The event id |
|
display |
string
|
The event name |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
success |
boolean Webhook created |
Webhook created |
|
description |
string Operation succeeded |
The success repsonse |
|
value |
|
|
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
webhookId |
string
|
The webhook Id |