Group Location
Explore Plans
Mobile menu Close menu
ImworkImwork

Send Document

This action will send message with document to chat

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This action will send message with document to chat
API endpoint slug
imwork.send_document
Filter code method
Imwork.sendDocument.skip(string?: reason)
Runtime method
runAction("imwork.send_document", {})

Action fields

Chat Nested dropdown list

Label
Target Chat
Slug
chat
Required
true
Can have default value
false

Text Text input > Long text

Label
Text
Slug
text
Required
false
Can have default value
true
Filter code method
Imwork.sendDocument.setText(string: text)

Document URL Text input > File

Label
Document URL
Slug
document_url
Required
true
Can have default value
true
Filter code method
Imwork.sendDocument.setDocumentUrl(string: documentUrl)