Migrated from Redmine #637 | Author: mike hk
Status: New | Priority: High, I’m very impatient | Created: 2021-01-18
I am using the following method to create a new client (API documentation | SimplyBook.me Online Scheduling)
$postRequest = array(
“id” => null,
“fields” => array(
array(“id” => “name”,“value” => $full_name),
array(“id” => “email”,“value” => $data[‘email’]),
array(“id” => “phone”,“value” => $data[‘telephone_number’])
)
);
How can I unsubscribe email or SMS option?