Create calls record from URL using V8 api

I would like to be able to create a calls record via a URL. I can preset the Subject but would also like to preset the direction and Account. Is this possible?

https://mycrm.example.com/index.php?Module=Calls&action=EditView&name=“012620441”&direction=“Outbound”

This might help you

Hi,
you are close:

index.php?module=Calls&action=EditView&name=test&direction=Outbound&parent_name=test2

But: the parent field is set to “test2”, but you won’t get a relationship saved this way. If you want to use an API instead (and do more complex stuff), have a look at the different versions that are available:

Thanks for that, took a while. So long in fact I forgot how I did it. It was part of a 3CX - SuiteCRM call journaling demo I worked on so it was built in XML