{ "INTEGRATION_SETTINGS": { "HEADER": "Integraties", "WEBHOOK": { "SUBSCRIBED_EVENTS": "Subscribed Events", "FORM": { "CANCEL": "Annuleren", "DESC": "Webhook events bieden je realtime informatie over wat er gebeurt in je Chatwoot account. Voer een geldige URL in om een callback te configureren.", "SUBSCRIPTIONS": { "LABEL": "Events", "EVENTS": { "CONVERSATION_CREATED": "Conversation Created", "CONVERSATION_STATUS_CHANGED": "Conversation Status Changed", "CONVERSATION_UPDATED": "Conversation Updated", "MESSAGE_CREATED": "Message created", "MESSAGE_UPDATED": "Message updated", "WEBWIDGET_TRIGGERED": "Live chat widget opened by the user" } }, "END_POINT": { "LABEL": "Webhook URL", "PLACEHOLDER": "Voorbeeld: https://voorbeeld/api/webhook", "ERROR": "Voer een geldige URL in" }, "EDIT_SUBMIT": "Update webhook", "ADD_SUBMIT": "Maak webhook" }, "TITLE": "Webhook", "CONFIGURE": "Configureren", "HEADER": "Webhook instellingen", "HEADER_BTN_TXT": "Nieuwe webhook toevoegen", "LOADING": "Bijgevoegde webhooks ophalen", "SEARCH_404": "Er zijn geen items die overeenkomen met deze zoekopdracht", "SIDEBAR_TXT": "

Webhooks

Webhooks zijn HTTP callbacks die voor elk account kunnen worden gedefinieerd. Ze worden geactiveerd door gebeurtenissen zoals het aanmaken van berichten in Chatwoot. Je kunt meer dan één webhook aanmaken voor dit account.

Voor het maken van een webhook, klik op de Voeg nieuwe webhook knop toe. U kunt ook alle bestaande webhook verwijderen door te klikken op de verwijderknop.

", "LIST": { "404": "Er zijn geen webhooks geconfigureerd voor dit account.", "TITLE": "Webhooks beheren", "TABLE_HEADER": [ "Webhook eindpunt", "acties" ] }, "EDIT": { "BUTTON_TEXT": "Bewerken", "TITLE": "Edit webhook", "API": { "SUCCESS_MESSAGE": "Webhook configuration updated successfully", "ERROR_MESSAGE": "Kan geen verbinding maken met Woot Server, probeer het later opnieuw" } }, "ADD": { "CANCEL": "annuleren", "TITLE": "Nieuwe webhook toevoegen", "API": { "SUCCESS_MESSAGE": "Webhook configuration added successfully", "ERROR_MESSAGE": "Kan geen verbinding maken met Woot Server, probeer het later opnieuw" } }, "DELETE": { "BUTTON_TEXT": "Verwijderen", "API": { "SUCCESS_MESSAGE": "Webhook succesvol verwijderd", "ERROR_MESSAGE": "Kan geen verbinding maken met Woot Server, probeer het later opnieuw" }, "CONFIRM": { "TITLE": "Verwijdering bevestigen", "MESSAGE": "Are you sure to delete the webhook? (%{webhookURL})", "YES": "Ja, verwijderen ", "NO": "Nee, Bewaar het" } } }, "SLACK": { "HELP_TEXT": { "TITLE": "Using Slack Integration", "BODY": "

Chatwoot will now sync all the incoming conversations into the customer-conversations channel inside your slack workplace.

Replying to a conversation thread in customer-conversations slack channel will create a response back to the customer through chatwoot.

Start the replies with note: to create private notes instead of replies.

If the replier on slack has an agent profile in chatwoot under the same email, the replies will be associated accordingly.

When the replier doesn't have an associated agent profile, the replies will be made from the bot profile.

" } }, "DELETE": { "BUTTON_TEXT": "Verwijderen", "API": { "SUCCESS_MESSAGE": "Integration deleted successfully" } }, "CONNECT": { "BUTTON_TEXT": "Connect" }, "DASHBOARD_APPS": { "TITLE": "Dashboard Apps", "HEADER_BTN_TXT": "Add a new dashboard app", "SIDEBAR_TXT": "

Dashboard Apps

Dashboard Apps allow organizations to embed an application inside the Chatwoot dashboard to provide the context for customer support agents. This feature allows you to create an application independently and embed that inside the dashboard to provide user information, their orders, or their previous payment history.

When you embed your application using the dashboard in Chatwoot, your application will get the context of the conversation and contact as a window event. Implement a listener for the message event on your page to receive the context.

To add a new dashboard app, click on the button 'Add a new dashboard app'.

", "DESCRIPTION": "Dashboard Apps allow organizations to embed an application inside the dashboard to provide the context for customer support agents. This feature allows you to create an application independently and embed that to provide user information, their orders, or their previous payment history.", "LIST": { "404": "There are no dashboard apps configured on this account yet", "LOADING": "Fetching dashboard apps...", "TABLE_HEADER": [ "Naam", "Endpoint" ], "EDIT_TOOLTIP": "Edit app", "DELETE_TOOLTIP": "Delete app" }, "FORM": { "TITLE_LABEL": "Naam", "TITLE_PLACEHOLDER": "Enter a name for your dashboard app", "TITLE_ERROR": "A name for the dashboard app is required", "URL_LABEL": "Endpoint", "URL_PLACEHOLDER": "Enter the endpoint URL where your app is hosted", "URL_ERROR": "A valid URL is required" }, "CREATE": { "HEADER": "Add a new dashboard app", "FORM_SUBMIT": "Bevestigen", "FORM_CANCEL": "Annuleren", "API_SUCCESS": "Dashboard app configured successfully", "API_ERROR": "We couldn't create an app. Please try again later" }, "UPDATE": { "HEADER": "Edit dashboard app", "FORM_SUBMIT": "Vernieuwen", "FORM_CANCEL": "Annuleren", "API_SUCCESS": "Dashboard app updated successfully", "API_ERROR": "We couldn't update the app. Please try again later" }, "DELETE": { "CONFIRM_YES": "Yes, delete it", "CONFIRM_NO": "No, keep it", "TITLE": "Confirm deletion", "MESSAGE": "Are you sure to delete the app - %{appName}?", "API_SUCCESS": "Dashboard app deleted successfully", "API_ERROR": "We couldn't delete the app. Please try again later" } } } }