Allow Public Requestor on Form
We are creating tickets from IvyQuantum Live Chats using the API, but when the email is not matched, the Requestor is blank. Is there a way to allow public requestors and enter the contact info as read only without creating an active service in the service Catalog?
Similar to this option on a Service:
Requestor Matching Mode Hide Help for Requestor Matching Mode
- Primary Email Address
- Alert/Notification Email Address
- Alternate Email Address
Answer (1)
I think the API would have to be collecting info for the Requestor Name and have set the flag to True for AllowRequestorCreation on this endpoint: https://yourTDXdomain/TDWebApi/api/{appId}/tickets?EnableNotifyReviewer={EnableNotifyReviewer}&NotifyRequestor={NotifyRequestor}&NotifyResponsible={NotifyResponsible}&AllowRequestorCreation={AllowRequestorCreation}&applyDefaults={applyDefaults}
Are you setting that to True currently?
Sincerely,
Mark Sayers
Sr Support Consultant, CS
https://yourTDXdomain/TDWebApi/api/{appId}/tickets?NotifyRequestor=true&NotifyResponsible=true&AllowRequestorCreation=true - Scott Cory Mon 8/28/23 1:30 PM
Just include them as needed to utilize them. - Mark Sayers Mon 8/28/23 2:10 PM
Just keep in mind that workflows can't be applied to tickets that only hold a text-only requestor value. - Mark Sayers Mon 8/28/23 2:18 PM