This Action will create a draft message in your Outlook account without sending it.
- API endpoint slug
- outlook.create_draft_message
- Filter code method
- Outlook.createDraftMessage.skip(string?: reason)
- Runtime method
- runAction("outlook.create_draft_message", {})
Action fields
- Label
- To
- Helper text
- Receiver's email address.
- Slug
- to_address
- Required
- true
- Can have default value
- true
- Label
- Subject
- Slug
- subject
- Required
- false
- Can have default value
- true
- Filter code method
- Outlook.createDraftMessage.setSubject(string: subject)
- Label
- Body
- Slug
- body
- Required
- true
- Can have default value
- true
- Filter code method
- Outlook.createDraftMessage.setBody(string: body)
- Label
- Importance
- Helper text
- The importance of the message. May not be visible to the recepient, depending on their email service.
- Slug
- importance
- Required
- true
- Can have default value
- true
- Filter code method
- Outlook.createDraftMessage.setImportance(string: importance)