nouredin
 November 2016
I’m wondering if I can create a new ticket in php code and fill it with specific data.
cjrupak
November 2016
Can you give us a example on how you are planning to do that.
`Â This app is based on AngularJS and uses WordPress as a medium to manage content.
The Tickets are custom post type and the replies to the tickets are the commnens on that post type.
Hope this info helps a little.
nouredin
November 2016
I need to create a ticket automatically when a user registers a new account containing his/her name and some information.
It would be great if you have an API or similar stuff to do that.
nouredin
 November 2016
I can use a WP function to create the custom post type and it’s custom fields, but this won’t trigger other functions I guess (sending an email for example).
cjrupak
November 2016
We don’t have a public API as of now but we are working on it.
Yes, it won’t trigger other functions from within the app.