Documentazione
Webhook listener

A webhook can be used to notify another application about events. A webhook listener represents a single listener to such an event.

The notification is carried out by calling the configured webhook URL.

Stati
  • Crea
    Lo stato Create indica che è in corso la creazione del tipo Webhook listener.
  • Attivo
    Lo stato attivo significa che l’elemento del tipo 'Webhook listener' è attivo e può essere utilizzato.
  • Inattivo
    Lo stato inattivo mostra che l’elemento del tipo Webhook listener non è utilizzato.
  • Eliminazione in corso
    Lo stato 'deleting' significa che è in corso l’eliminazione dell’elemento del tipo Webhook listener.
  • Eliminato
    Lo stato eliminato contrassegna un elemento per la cancellazione dalla banca dati.
Caratteristiche
  • Data di eliminazione prevista
    La data e l'ora in cui è prevista la rimozione definitiva dell'oggetto. Se il valore è vuoto, l'oggetto non verrà rimosso.
  • Enable Payload Signature And State
    Se l'intestazione della firma e la proprietà "state" sono abilitate nel payload del webhook.
  • Entity States
    Gli stati target dell'entità che devono essere monitorati.
  • Entità
    L'entità da monitorare.
  • ID
    A unique identifier for the object.
  • ID spazio collegato
    L'ID dello spazio a cui appartiene questo oggetto.
  • Identità
    L'identità utilizzata per firmare i messaggi.
  • Nome
    Il nome utilizzato per identificare l'ascoltatore webhook.
  • Notifica tutte le modifiche
    Se deve essere monitorato ogni aggiornamento dell'entità o solo i cambiamenti di stato.
  • Status
    Lo stato attuale dell'oggetto.

    A webhook listener can have the following states:

    Active

    When the state is set to Active the webhook listener is used.

    Inactive

    When the state is set to Inactive the webhook listener is ignored. However, all the information is not deleted and you can reactivate it at any moment.

    Deleting

    The webhook listener is in the process of deletion. This may take some time until the webhook listener is marked as Deleting before being marked as Deleted.

    Deleted

    The webhook listener is deleted. Since the webhook listener is linked with data which cannot be deleted immediately, we need to keep it until all the data can be removed.

  • Url
    L'URL a cui vengono inviate le notifiche sulle modifiche delle entità.
  • Versione
    The version is used for optimistic locking and incremented whenever the object is updated.