sfm-ticket-daily
v1.0.5
Published
const { postTicket } = require('./index');
Readme
Usage
const { postTicket } = require('./index');
postTicket(
{
page: '',
name: '',
email: '',
subject: '',
priority: '',
headless: false
}
);