How to send new created records via php file.
Hi! I want to run a php whenever a new record is added in the Contacs. How to do that?
Also, how can I get details of all the fields of the newly added record in the pho file?
For example, if the contact field has 3 fields which are Name,Address,Phone and a new record is added then how can I run a php lets call it action.php and have the name,address and phone of the new added record only.
Thank you