Create a ticket from a web form
You can also easily create tickets by issuing a POST request to abc.api.suplify.me/letterbox (where abc is your subdomain) with these POST parameteres:
{
"firstname":"John",
"lastname":"Paul",
"emailAddress":"john.paul@mydomain.com",
"subject":"What's this all about?",
"message":"Yo! I gotta question! Can you help me?"
}
You can also pass this optional parameter:
sourceID – ID of the ticket source you want to use. This has to be an email ticket source. (To find out the ID copy the link from your settings section and look at the end of the URL). If no sourceID is provided, suplify will use the email source created first.