Return resource name on creating a new contact
TimsSolutions opened this issue · 1 comments
TimsSolutions commented
Hey, Is it possible to return the resource name when creating a new contact?
Monsieux commented
Yes its possible, after saving the contact:
....
$contact->save();
$resourceName = $contact->resourceName;
echo $resourceName;