An action is what a block can do when it is executed with Typebot. A block can have multiple actions.
Here is the sendMessage
action of the Telegram block:
The name of the action.
If the block requires authentication, the auth object needs to be passed to the action.
If the block has options defined (see block props), this needs to be provided here.
Check out the Run documentation for more information on how this can be configured depending of your scenario.
An action is what a block can do when it is executed with Typebot. A block can have multiple actions.
Here is the sendMessage
action of the Telegram block:
The name of the action.
If the block requires authentication, the auth object needs to be passed to the action.
If the block has options defined (see block props), this needs to be provided here.
Check out the Run documentation for more information on how this can be configured depending of your scenario.