Last active
March 8, 2019 19:44
-
-
Save molavec/54c2823f2d9d690f683ecf22bfc2126e to your computer and use it in GitHub Desktop.
[turbo - captura de cliente] Json con los datos típicos requeridos en la captura de un cliente #turbomarket #maquina_ventas
This file contains hidden or 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
{ | |
"seller_email": "[email protected]", | |
"name": "Miguel Olave", | |
"phone": "+56993443055", | |
"sheet_url": "https://docs.google.com/spreadsheets/d/1yqh-w4q7hXCQ7HLj-6JBZDDeBDXn5ketNCJTcttIPgU/edit?usp=sharing", | |
"email": "[email protected]", | |
"mailchimp_group": "IDIOMA->INGLES" | |
} |
This file contains hidden or 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
curl -X POST \ | |
[REEMPLAZA_EL_URL_DEL_WEBHOOK] \ | |
-H 'Content-Type: application/json' \ | |
-H 'Postman-Token: 63967cb7-b8c7-4d47-a963-745907a39336' \ | |
-H 'cache-control: no-cache' \ | |
-d '{ | |
"seller_email": "[email protected]", | |
"name": "Miguel Olave", | |
"phone": "+56993443055", | |
"sheet_url": "https://docs.google.com/spreadsheets/d/1yqh-w4q7hXCQ7HLj-6JBZDDeBDXn5ketNCJTcttIPgU/edit?usp=sharing", | |
"email": "[email protected]", | |
"mailchimp_group": "IDIOMA->INGLES" | |
}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment