PHP Класс Infusionsoft_ContactServiceBase, infusionsoft-php-sdk

Наследование: extends Infusionsoft_Service
Показать файл Открыть проект

Открытые методы

Метод Описание
add ( $data, Infusionsoft_App $app = null )
addToCampaign ( $contactId, $campaignId, Infusionsoft_App $app = null )
addToGroup ( $contactId, $groupId, Infusionsoft_App $app = null )
addWithDupCheck ( $data, $dupCheckType, Infusionsoft_App $app = null )
applyActivityHistoryTemplate ( $contactId, $historyId, $userId, Infusionsoft_App $app = null )
findByEmail ( $email, $selectedFields, Infusionsoft_App $app = null )
getActivityHistoryTemplateMap ( Infusionsoft_App $app = null )
getAppSetting ( $hash, $module, $param, Infusionsoft_App $app = null )
getAppSettingInt ( $hash, $module, $param, Infusionsoft_App $app = null )
getCampaignStepDetails ( $stepId, Infusionsoft_App $app = null )
getCampaignStepOrder ( $campaignId, Infusionsoft_App $app = null )
getCampaigneeDetails ( $contactId, $campaignId, Infusionsoft_App $app = null )
getCampaigneeStepDetails ( $contactId, $stepId, Infusionsoft_App $app = null )
getNextCampaignStep ( $contactId, $campaignId, Infusionsoft_App $app = null )
linkContact ( $remoteApp, $remoteId, $localId, Infusionsoft_App $app = null )
linkContacts ( $contactId1, $contactId2, $contactLinkTypeId, Infusionsoft_App $app = null )
listLinkedContacts ( $contactId1, Infusionsoft_App $app = null )
load ( $id, $selectedFields, Infusionsoft_App $app = null )
locateContactLink ( $locateMapId, Infusionsoft_App $app = null )
markLinkUpdated ( $locateMapId, Infusionsoft_App $app = null )
merge ( $contactId, $duplicateContactId, Infusionsoft_App $app = null )
pauseCampaign ( $contactId, $campaignId, Infusionsoft_App $app = null )
refreshApp ( $hash, Infusionsoft_App $app = null )
removeFromCampaign ( $contactId, $campaignId, Infusionsoft_App $app = null )
removeFromGroup ( $contactId, $groupId, Infusionsoft_App $app = null )
rescheduleCampaignStep ( $contactId, $campaignStepId, Infusionsoft_App $app = null )
resumeCampaignForContact ( $contactId, $campaignId, Infusionsoft_App $app = null )
runActionSequence ( $contactId, $actionSequenceId, Infusionsoft_App $app = null )
submitSurveyAndApplyActionSets ( $surveyResultId, $actionSetIds, Infusionsoft_App $app = null )
unlinkContacts ( $contactId1, $contactId2, $contactLinkTypeId, Infusionsoft_App $app = null )
update ( $contactId, $data, Infusionsoft_App $app = null )

Описание методов

add() публичный статический Метод

public static add ( $data, Infusionsoft_App $app = null )
$app Infusionsoft_App

addToCampaign() публичный статический Метод

public static addToCampaign ( $contactId, $campaignId, Infusionsoft_App $app = null )
$app Infusionsoft_App

addToGroup() публичный статический Метод

public static addToGroup ( $contactId, $groupId, Infusionsoft_App $app = null )
$app Infusionsoft_App

addWithDupCheck() публичный статический Метод

public static addWithDupCheck ( $data, $dupCheckType, Infusionsoft_App $app = null )
$app Infusionsoft_App

applyActivityHistoryTemplate() публичный статический Метод

public static applyActivityHistoryTemplate ( $contactId, $historyId, $userId, Infusionsoft_App $app = null )
$app Infusionsoft_App

findByEmail() публичный статический Метод

public static findByEmail ( $email, $selectedFields, Infusionsoft_App $app = null )
$app Infusionsoft_App

getActivityHistoryTemplateMap() публичный статический Метод

public static getActivityHistoryTemplateMap ( Infusionsoft_App $app = null )
$app Infusionsoft_App

getAppSetting() публичный статический Метод

public static getAppSetting ( $hash, $module, $param, Infusionsoft_App $app = null )
$app Infusionsoft_App

getAppSettingInt() публичный статический Метод

public static getAppSettingInt ( $hash, $module, $param, Infusionsoft_App $app = null )
$app Infusionsoft_App

getCampaignStepDetails() публичный статический Метод

public static getCampaignStepDetails ( $stepId, Infusionsoft_App $app = null )
$app Infusionsoft_App

getCampaignStepOrder() публичный статический Метод

public static getCampaignStepOrder ( $campaignId, Infusionsoft_App $app = null )
$app Infusionsoft_App

getCampaigneeDetails() публичный статический Метод

public static getCampaigneeDetails ( $contactId, $campaignId, Infusionsoft_App $app = null )
$app Infusionsoft_App

getCampaigneeStepDetails() публичный статический Метод

public static getCampaigneeStepDetails ( $contactId, $stepId, Infusionsoft_App $app = null )
$app Infusionsoft_App

getNextCampaignStep() публичный статический Метод

public static getNextCampaignStep ( $contactId, $campaignId, Infusionsoft_App $app = null )
$app Infusionsoft_App

linkContact() публичный статический Метод

public static linkContact ( $remoteApp, $remoteId, $localId, Infusionsoft_App $app = null )
$app Infusionsoft_App

linkContacts() публичный статический Метод

public static linkContacts ( $contactId1, $contactId2, $contactLinkTypeId, Infusionsoft_App $app = null )
$app Infusionsoft_App

listLinkedContacts() публичный статический Метод

public static listLinkedContacts ( $contactId1, Infusionsoft_App $app = null )
$app Infusionsoft_App

load() публичный статический Метод

public static load ( $id, $selectedFields, Infusionsoft_App $app = null )
$app Infusionsoft_App

markLinkUpdated() публичный статический Метод

public static markLinkUpdated ( $locateMapId, Infusionsoft_App $app = null )
$app Infusionsoft_App

merge() публичный статический Метод

public static merge ( $contactId, $duplicateContactId, Infusionsoft_App $app = null )
$app Infusionsoft_App

pauseCampaign() публичный статический Метод

public static pauseCampaign ( $contactId, $campaignId, Infusionsoft_App $app = null )
$app Infusionsoft_App

refreshApp() публичный статический Метод

public static refreshApp ( $hash, Infusionsoft_App $app = null )
$app Infusionsoft_App

removeFromCampaign() публичный статический Метод

public static removeFromCampaign ( $contactId, $campaignId, Infusionsoft_App $app = null )
$app Infusionsoft_App

removeFromGroup() публичный статический Метод

public static removeFromGroup ( $contactId, $groupId, Infusionsoft_App $app = null )
$app Infusionsoft_App

rescheduleCampaignStep() публичный статический Метод

public static rescheduleCampaignStep ( $contactId, $campaignStepId, Infusionsoft_App $app = null )
$app Infusionsoft_App

resumeCampaignForContact() публичный статический Метод

public static resumeCampaignForContact ( $contactId, $campaignId, Infusionsoft_App $app = null )
$app Infusionsoft_App

runActionSequence() публичный статический Метод

public static runActionSequence ( $contactId, $actionSequenceId, Infusionsoft_App $app = null )
$app Infusionsoft_App

submitSurveyAndApplyActionSets() публичный статический Метод

public static submitSurveyAndApplyActionSets ( $surveyResultId, $actionSetIds, Infusionsoft_App $app = null )
$app Infusionsoft_App

unlinkContacts() публичный статический Метод

public static unlinkContacts ( $contactId1, $contactId2, $contactLinkTypeId, Infusionsoft_App $app = null )
$app Infusionsoft_App

update() публичный статический Метод

public static update ( $contactId, $data, Infusionsoft_App $app = null )
$app Infusionsoft_App