Skip to main content
Version: 8 - Apfelstrudel

Webhook

class flow_api.webhook.Webhook(select=None, init=None, by=name, **kwargs)

Base class: Identity

The Webhook class represents a Webhook in Cloudomation.

A webhook can be created with system.webhook('webhookname').save() inside the handler function of a flow script using the system reference.

See the corresponding Resources class at Webhook

Parameters

NameTypeDescription
**kwargs
by
init
select

Constants

RESOURCE = webhook

Methods

add_role

add_tag

archive

clone

delete

exists

export

get

get_dict

get_identity_created_by

get_identity_deleted_by

get_identity_modified_by

get_logs

get_roles

get_tags

remove_role

remove_tag

restore

save