Custom Templates
✨🎨 Custom Templates are available on Growth and Pro plans.
Up until now there have been two submission formats: pretty and raw.
The brand new custom format allows you to customize the template of the submissions in the UI, email notifications, and relevant integrations (Slack, Discord, Telegram).
Features include:
- Variable interpolation with
{{ ... }} - Dot-path access like
{{ data.user.email }} - Select HTML tags:
<p>,<br>,<b>,<strong>,<i>,<em>,<u>,<ul>,<ol>,<li>
Along with the submission body you can also add template variables to the email subject when overriding the default format.
Read the full Custom Template docs here
Submission Logs
✨🪵 Submission logs are available on ALL plans.
We quietly released submission logs in January, but are announcing them to the world now!
You can view the full logs of a submission at /submissions/XxXx/logs. This will give you context into the lifecycle of a submission and help point you in the right direction if anything goes wrong.
You can also view logs of specific integrations per endpoint at /endpoints/XxXx/integrations or in general at /account/integrations.
The logs are also returned when fetching submissions via the API.
Happy logging!
