Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

  1. Create a new business process in a package that depends on the Beesender package.

  2. Add a signal element and configure it as follows:

    • Which type of signal is received? = Object signal

    • Object = Beesender Chat

    • Which event should trigger the signal? = Record added

    • The added record must meet filter conditions, Actions:

      • CreatedOn > Exaxt time [value] – Select the start time of working hours in UTC

      • CreatedOn < Exaxt time [value] – Select the end time of working hours in UTC

  3. Add Read data element and configure it as follows:

    • Which data read mode to use? = Read the first record in the selection

    • Which object to read data from? = Beesender Chat

    • How to filter records?

      • Id = Select an Id parameter from the Signal element

    • What record data should the process read?

      • Contact’s channel name

  4. Add a User task and select Beesender: Text message. Configure it as follows:

    • ChatId – Select an Id parameter from the ‘Signal’ element

    • ClientId – Select a Contact’s channel name from the ‘Read data' element

    • OperatorId – Select a System user from the ‘System administration object’ lookup

    • Text – Insert the message text that you want to send to the user during non-working hours

  5. Add a Modify data element and configure it as follows:

    • Which object to modify data of? = Beesender Chat

    • Modify all records that match condition, Actions:

      • Id = Select an Id parameter from the Signal element

    • Which column values to set for modified records?

      • Closed – Select ‘Boolean value’ → True

      • How the chat was closed – Select ‘Lookup value’ → Closed by process

  • No labels