Integrations {{svg-jar "arrow-right"}} {{this.integration.name}}

Configuration

{{#unless this.integration.iconImage}} {{svg-jar "integration" class="w11 h11"}} {{/unless}} {{#if uploader.isUploading}}
{{uploader.progressBar}}
{{else}} {{/if}}
Content API key
{{this.integration.contentKey.secret}}
{{#if (eq this.regeneratedKeyType this.integration.contentKey.type)}}
Content API Key was successfully regenerated
{{/if}}
Admin API key
{{this.integration.adminKey.secret}}
{{#if (eq this.regeneratedKeyType this.integration.adminKey.type)}}
Admin API key was successfully regenerated
{{/if}}
API URL
{{this.apiUrl}}

Webhooks

{{#each this.filteredWebhooks as |webhook|}} {{else}} {{/each}} {{#if this.filteredWebhooks}} {{/if}}
Name Event URL Last triggered
{{webhook.name}} {{event-name webhook.event}} {{webhook.targetUrl}} {{or webhook.lastTriggeredAtUTC "Not triggered"}}
{{svg-jar "pen" class="w6 h6 fill-midgrey pa1 mr1"}}

No webhooks configured

{{svg-jar "add" class="w3 h3 fill-blue-d1"}} Add webhook
{{svg-jar "add" class="w3 h3 fill-blue-d1"}} Add webhook
{{#if this.showUnsavedChangesModal}} {{/if}} {{#if this.showRegenerateKeyModal}} {{/if}} {{#if this.showDeleteIntegrationModal}} {{/if}} {{#if this.webhookToDelete}} {{/if}} {{outlet}}