Skip to content

Instantly share code, notes, and snippets.

View alessandroprudencio's full-sized avatar
🏠
Working from home

Alessandro Prudencio alessandroprudencio

🏠
Working from home
  • UMode
  • Campo Grande, MS
View GitHub Profile
@alessandroprudencio
alessandroprudencio / behavior_score.jsonc
Last active October 5, 2022 17:44
examples behavior score table
// example create score status received status message from z-api
{
id: 1,
target_type: "personPhone", // model target
target_id: 1, // id from person_phones
event: "ZapiService.received", // event from status received from z-api
score: 10,
source_type: "WhatsappMessage", // step_runner from batch_step
source_id: 16519, // id from batch_step
},