Wired Plus API Documentation

API v1 Guide

Account

Automation

Contacts

Dynamic Rows

Lists

Campaigns

Transactional Emails

Lead Score

Products

Carts

Orders

Custom Fields

POST SubmitLeadScoreForContact

Assign a lead score adjustment to a contact.

This feature must be enabled for your account.

Input and output parameters

*denotes required field.

Input Parameter Name Type/Info
contact_id* ID of the contact to assign lead score. This can be omitted when using contact_email.
contact_email* Email address of the contact to assign lead score. This can be omitted when using contact_id.
score* The score adjustment, must be integer and between -10 & 10.
action* The type of adjustment, allows: absolute|manual_entry.

absolute - value to define for the contact, regardless of any previous lead-score history.

manual_entry - an incremental adjustment, we will calculate the new contact score.

note* Text to explain the change to the score.
Outputs:

message: Created

Examples

Curl

    
    
    

PHP

    
    


jQuery

    
    


Result Format JSON