Embed php code in custom field of a plugin [closed]

Looking at the Other Notes of the plugin, you can use one of the variables to insert the post url.

$post_url – Replaced with the URL of the post which was published

Edit:

You would just add the $post_url variable within your body field.

<a href="https://wordpress.stackexchange.com/questions/226286/$post_url">$title</a>