Passer au contenu principal

telerivet@0.1.3

Functions

execute(operations)Operation

Execute a sequence of operations. Wraps @openfn/language-common/execute, and prepends initial state for telerivet.

send(sendData)Operation

Send a message

execute(operations) ⇒ Operation

Execute a sequence of operations. Wraps @openfn/language-common/execute, and prepends initial state for telerivet.

Kind: global function

ParamTypeDescription
operationsOperationsOperations to be performed.

Example

execute(
create('foo'),
delete('bar')
)(state)

send(sendData) ⇒ Operation

Send a message

Kind: global function

ParamTypeDescription
sendDataobjectPayload data for the message

Example

execute(
send(data)
)(state)