{{#if custom.isPreviewOpen}}
Förhandsgranska
{{#if custom.previewResult}}
{{#each custom.previewFields}}
{{/each}}
{{else}}
{{#if custom.previewError}}
{{either custom.previewError.localizedMessage "Något gick snett"}}
{{else}}
{{/if}}
{{/if}}
{{else}}
{{#if custom.selectedWebhook.id}}
ID: {{custom.selectedWebhook.id}}
{{/if}}
{{#ifNot custom.selectedWebhook.reference.actionId}}
{{#if custom.isWebhookAdvancedOpen}}
{{else}}
Visa avancerade inställningar
{{/if}}
{{/ifNot}}
{{#each custom.webhookEventGroups}}
{{/each}}
{{#each custom.selectedWebhookEventGroup.events}}
{{/each}}
{{#if custom.selectedWebhook.reference.actionId}}
{{> Filter}}
{{/if}}
{{#each custom.actions}}
{{/each}}
{{#if custom.selectedWebhook.reference.actionId}}
{{{custom.selectedAction.html}}}
Infoga
{{#each custom.insertOptions}}
{{/each}}
Förhandsgranska
{{else}}
{{/if}}
{{/if}}