×

Run Action with Text

iOS 14 +

Notes

Run action in Drafts using provided text

Syntax

runAction(action: <#Object (Action)#>, content: <#String (Allows Variables)#>)

Example

runAction(action: Action(identifier: "coolID", displayString: "My Custom Action", name: "My Custom Action"), content: ""Some really cool text"")