Write a contact
How to store a contact to Airship
Endpoint
https://api.airship.co.uk/v1/contactConfiguration
Basic contact payload
{
"account_id": 3,
"full_contact_object": false,
"first_name": "John",
"last_name": "Smith",
"mobile_number": "07780704261",
"gender": "M",
"email": "[email protected]",
"dob": "1982-01-16",
"source_id": 125795,
"allow_sms": true,
"allow_email": true,
"units": [
{
"id": 8775,
"groups": [
{
"name": "My First Group",
"folder_name": "Web signups"
}
]
}
]
}Using rules
Contact notes
Field
Notes
Custom fields
Mobile number validation
Email validation
Last updated