Skip to main content
Version: 8 - Apfelstrudel

Message

class flow_api.message.Message(select=None, init=None, by='id', allow_normal=True, allow_archived=False, allow_deleted=False, request=None, message=None, **kwargs)

Base class: Activity

The Message class represents a message object.

For message creating please refer to the Knowledge Base.

See the corresponding Resources class at Message

Parameters

NameTypeDescription
**kwargs
allow_archivedbool
allow_deletedbool
allow_normalbool
bystr
inittyping.Union[ dict, NoneType ]
messagetyping.Union[ str, NoneType ]
requesttyping.Union[ str, NoneType ]
selecttyping.Union[ str, NoneType ]

Constants

RESOURCE = message

Methods

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_tags

remove_tag

restore

save

wait