Created
January 14, 2025 12:43
-
-
Save marciok/a5df251afa472664a85215598fa8ead4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"lead":{ | |
"name":"{{consumidor.nome}}", | |
"phone":"{{consumidor.telefone}}", | |
"cpf":"{{consumidor.cpf}}", | |
"product":"{{produto.nome}}", | |
"email":"{{consumidor.email}}", | |
"created_at":"{{criado_em}}", | |
"message":"{{mensagem}}", | |
"id":"{{id}}" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment