Home › Phonebook & Contacts
Create New Phonebook Attribute — FarazSMS SMS web service
POST https://api.iranpayamak.com/ws/v1/phone_book_attribute
Purpose: Create a custom column/attribute (e.g. birthdate or national code) for contacts.
Create a new phonebook attribute like birthdate, national code and etc
Auth: header Api-Key (key from the panel, case-sensitive).
Request fields
title(string) — requiredtype(string) — required
Example body
{
"title": "test attribute",
"type": "string"
}