I have succesfully made it so i can create a customer using a form on my website,
one thing im struggling with is finding out how to toggle the enable portal user tick box so that they recive an email for invite.
there is the
“properties”: {},
“consent”: {}
sections that im not sure if those are what im looking for if so what can i put there
From the customer or a specific contact under a customer you would click on “edit”, and check the box, the system will automatically send a setup email after clicking ‘save changes’.
I have determined from pulling customer data out of Syncro the properties hash is for custom fields.
Except that Synco have also stuffed some fields into that hash that are not custom such as
“notification_billing”
“notification_reports”
“notification_marketing”
I haven’t come across consent:{} yet.
Sorry I have no information on that.