Secrets
You cannot view previously submitted secrets for security reasons. The secret fields will show as empty, even if you have previously submitted them. {#if integration.secrets !== undefined} {#if integration.secrets.length === 0}This integration does not require any secrets.
{:else}This integration requires you to provide some secrets. These will be sent to the server controlled by
the creator of {integration.name}, at: {integration.webhook_url}
Note, the integration creator may change the server at any time.
{#each integration.secrets as secret}
{/each}
{/if}
{/if}
{secret.description}