Hello
is there anyway i can use a raw php to submit as if it's submitted through the seblod form?
any API that i can use?
something like $content_type = {seblod API}
$content_type->submitNew('the variables')
maybe?
context: i need to import data from csv to the web
i know the seblod importer, but i need to transform/change the data before importing it into seblod systems. so i created a raw php that accepts csv , transform/change the data in the php then make it as if it's submitted through seblod form
[since raw query seems so complicated so i was wondering if there is any API that i can use]