Kustomer Create Ticket
Creates a new ticket within Kustomer. Will optionally create customer accounts if they do not already exist.
Inputs
Input | Type | Description |
---|---|---|
Domain | String | Kustomer Domain |
Kustomer Token | String | Kustomer API Key |
Customer Email | String | The recipient customer's email address |
Subject | String | The subject to use for sent messages |
Create Missing Customers? | Boolean | Set to true if you want missing customers to automatically be created. If set to False and the customer does not already exist, no conversation is created. |
Outputs
Output | Type | Decription |
---|---|---|
Success | Boolean | True if the conversation is successfully created |
Conversation ID | Boolean | The ID of the created conversation in Kustomer |
Customer ID | Number | The ID of the customer (provided for reference) |
Updated 8 days ago