Wired Plus API Documentation

API v1 Guide

Account

Automation

Contacts

Dynamic Rows

Lists

Campaigns

Transactional Emails

Lead Score

Products

Carts

Orders

Custom Fields

POST CreateCustomField

Create custom field.

Input and output parameters

*denotes required field.

Input Parameter Name Type/Info
record_name* What record is the custom field for: contact | product | cart | order.
name* Name of your field.
description Details about the field.
type* Type of data to be stored: 1=text, 2=number, 3=date.
default_value When not present, use the default value.
visibility* Control if this is visible to the preference centre: 0=private, 1=public.
searchable* Can this field be searched: 0=no, 1=yes
required* Enforce that this value is captured: 0=no, 1=yes
status* State of the field: 0=disabled, 1=enabled
Outputs:
  • id - system id for the custom field
  • message - action performed

Examples

Curl

    
    
    

PHP

    
    


jQuery

    
    


Result Format JSON