You might need a small helper php script (if you don't want to touch EspoCRM that would convert a get to a Post with API key.
Actually it would be handy to have a generic entryPoint for creating records via a GET request without programming, a bit like the lead2crm :
PHP Code:
$apikey = "0235038720589243";
$entity = "meeting";
$name= "Meeting for all";
$description = "Only for badge owners";
$url = "https://myespocrm.com/?entryPoint=GenericCapture&apiKey=$apikey&entity=$entity&name=$name&description=$description"
eymen-elkum what do you think.
Leave a comment: