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 convert any piece of content or data into a digital property.
- API endpoint slug
- bitmark.bitmark_file
- Filter code method
- Bitmark.bitmarkFile.skip(string?: reason)
- Runtime method
- runAction("bitmark.bitmark_file", {})
Action fields
Asset Text input > Long text
- Label
- Asset (source URL or text)
- Slug
- asset
- Required
- true
- Can have default value
- true
- Filter code method
- Bitmark.bitmarkFile.setAsset(string: asset)
Property name Text input > File name
- Label
- Property name
- Helper text
- If left blank, file name or piece of content will be used
- Slug
- property_name
- Required
- false
- Can have default value
- true
- Filter code method
- Bitmark.bitmarkFile.setPropertyName(string: propertyName)
Property description Text input > Short text
- Label
- Property description
- Slug
- property_description
- Required
- false
- Can have default value
- true
- Filter code method
- Bitmark.bitmarkFile.setPropertyDescription(string: propertyDescription)