Skip to content

Instantly share code, notes, and snippets.

@nkarpeev
nkarpeev / index.php
Last active February 28, 2018 07:51
amocrm create lead and add contact
<?php
class Base {
public $subdomain = 'test';
public $responsible_user_id = 7292136; //id ответственного по сделке, контакту, компании
public $lead_name = 'тест Заявка с сайта'; //Название добавляемой сделки
public $lead_status_id = '11331793'; //id этапа продаж, куда помещать сделку
public $contact_name; //Название добавляемого контакта