Creating an EmailFlow
To create a new flow programmatically:-
Create a default
EmailFlowobject: Start with the CreateDefaultEmailFlow Agent to initialize a new flow. -
Add triggers: Include triggers (in the
EmailFlowobject) to set conditions for when a person is suggested as participant in the flow. -
Add steps: Define and incorporate steps (into the
EmailFlowobject) to sequence the flow of actions. -
Save the flow: Use the SaveEmailFlow Agent to finalize and save the configured email flow.