hello,
how can I trigger new mysql row?
You would need to develop some sort of PHP script that will accept an HTTP connection with data and insert that into your database.
Achievable with a Restful API server side and and http request as @joeworkman stated.
ok. because zapier have this trigger without using any php script.
could you provide me some sample code please?