Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Tip

Actualmente se encuentra disponible la opcion telephony dentro de los flujos de blacklist. Este flujo se ejecutará siempre antes de realizar una llamada desde un discador para decidir si se debe llamar a ese contacto o no.

BlacklistStarActivity

...

The telephony option is currently available within the blacklist flows. This flow will always run before making a call from a dialer to decide whether or not to call the contact.

...

BlacklistStarActivity

Available variables

  • CALL

    • type: Object

Code Block
{
  "campaign": "power3<-",
  "destination": "099111111",
  "status": 1,
  "data": "variable1=val1:variable=val2",
  "alternatives": "099222222:099333333",
  "retries": 0,
  "contact": 1,
  "dialerbase": "data120211015T111344",
  "priority": 9999,
  "agentphone": "",
  "datetime": "Oct 15, 2021 11:13:44 AM"
}

Al finalizar el flujo se debe llamar a la actividad BlacklistResult devolviendo el resultado que se desee At the end of the flow, the BlacklistResult activity must be called, returning the desired result (Call, Do not call, Respool Alternative)