Create Issue
create_issueFull Description
Create a new issue/ticket in Pylon. Requires an organization ID, account ID, title, and body HTML. Optionally specify requester, priority, assignee, team, and tags.
Parameters (3 required, 5 optional)
account_idstringThe ID of the account that this issue belongs to. Required.
body_htmlstringThe HTML content of the body of the issue. Required.
titlestringThe title of the issue. Required.
assignee_idstringThe ID of the user to assign the issue to.
prioritystringThe priority of the issue.
urgenthighmediumlowrequester_idstringThe ID of the requester (contact) that this issue is on behalf of.
tagsarrayAn array of tags to set on the issue.
team_idstringThe ID of the team to assign the issue to.