# Changelog

# May 15 2024

  • Add ability to provide contactBirthday and custom columns when creating a contact

# October 06 2023

  • Add sanitization on the "from" field for POST /sms. Which means that if the provided "from" value is not valid, the api will try to correct it automatically by removing unauthorized characters first. If after replacing the "from" parameter results in a sring shorter than 2 characters a bad request exception (HTTP 400) is returned

# July 31 2023

  • Add PHP examples to documentation

# May 31 2023

  • POST /sms now correctly returns a 400 status error if the provided phone number as to parameter is not a mobile phone number

# June 7 2023

  • Add "statusReason" field on GET /sms/:id endpoint.