Skip to content

Commit

Permalink
Update docs (html_content)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredsted committed Apr 24, 2024
1 parent 65fdcf2 commit bc2d04e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/custom-actions/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@ These variables are automatically available for each request or email. Different
| request.sender | Email | Sender address |
| request.message_id | Email | Email message ID |
| request.text_content | Email | Parsed plaintext content |
| request.html_content | Email | Parsed HTML content |
| request.destinations | Email | Comma separated list of recipients. |
| request.checks.[name] | Email | True or false for email checks (DKIM, SPF, etc.) |
5 changes: 5 additions & 0 deletions docs/news.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ Subscribe below to receive updates about improvements and new features on Webhoo
</form>
</div>

## 24 April 2024

* For incoming emails, in addition to text and raw content, HTML content is now shown separately.
* New Base Variable for emails: `$request.html_content$` which contains only the HTML content of the e-mail.

## 22 April 2024

* If a default Custom Domain is specified and is validated for email, it's now used as the sender address in the Send Email action (applies to new URLs only.)
Expand Down

0 comments on commit bc2d04e

Please sign in to comment.