...
These triggers are the most common ones in PIPEFORCE:
Job
...
See Pipeline Jobs for more details.
...
/ Time
Starts an automation pipeline as a job which must be executed after a certain amount of time.
Message
See Messaging and Events Framework at a given time interval.
See Pipeline Jobs for more details.Triggers a
Message
Starts an automation pipeline in case a message of interest is on has been received from the message queue / bus.
Event
See Messaging and Events Framework for more details.Triggers a
Event
Starts an automation pipeline in case an internal event of interest has occuredoccurred. Events are quite similar to messages, except that their origin is always the hub backend.
...
property.created
= A new property has been created in the Property Store (Document Database).property.deleted
= A new property has been deleted from the Property Store (Document Database).iam.bruteforce.detected
= A potential brute force attack has been detected.
...
See Webhooks Events for more details.Triggers a
Webhook
Starts an automation pipeline in case an external system sends a request to one of the custom webhook endpoints.
...
See API Gateway Webhooks for more details.Triggers a
API Gateway
Starts an automation pipeline in case a HTTP request to an API Gateway endpoint was made which in term is linked to a pipeline.
HTTP POST
See Rest API Gateway for more details..Triggers a
HTTP POST
Starts an automation pipeline in case a HTTP POST request to the endpoint /api/v3/pipeline
was done.
See Rest API for more details.