Skip to content

Commit 57e15db

Browse files
committed
Update docs
1 parent 2892de5 commit 57e15db

3 files changed

Lines changed: 24 additions & 0 deletions

File tree

docs/api/action-types.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,16 @@ The following is a list of the API names for Action Types, along with a list of
394394
- `variable_name`: string
395395
- `repeat`: boolean
396396

397+
### `text_encrypt`
398+
- `source`: **required**, string
399+
- `password`: **required**, string
400+
- `variable_name`: string, default:text_encrypt
401+
402+
### `text_decrypt`
403+
- `source`: **required**, string
404+
- `password`: **required**, string
405+
- `variable_name`: string, default:text_decrypt
406+
397407
### `twitter_tweet`
398408
- `provider_id`: **required**, string
399409
- `tweet`: **required**, string

docs/custom-actions/action-types.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,16 @@ If we set Source to `John`, Operator to `ends with`, Variable Name to `$user_id$
284284

285285
If the Source had been `Jack`, `$user_id$` would have been set to `unknown.`
286286

287+
### Encrypt Text
288+
289+
Encrypts text with a specified password and outputs the encrypted string as a variable.
290+
291+
Uses military-grade, industry standard encryption with the XSalsa20 stream cipher and Poly1305 MAC for authentication.
292+
293+
### Decrypt Text
294+
295+
Reverses encryption by *Encrypt Text* action.
296+
287297
## Network
288298

289299
### HTTP Request

docs/news.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Subscribe below to receive updates about improvements and new features on Webhoo
2424
</form>
2525
</div>
2626

27+
## 10 August 2026
28+
29+
* Added Encrypt Text and Decrypt Text actions. [More info here](/custom-actions/action-types.html#encrypt-text)
30+
2731
## 17 July 2026
2832

2933
* Added a automatic Variables typeahead on most input fields in Custom Actions editor

0 commit comments

Comments
 (0)