Skip to main content
Version: 6 - Palatschinke

Message

class flow_api.message.Message(select=None, init=None, by=id, allow_normal=True, allow_archived=False, allow_deleted=False, **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_archived
allow_deleted
allow_normal
by
init
select

Constants

RESOURCE = message

Methods