# CustomerService

| Module     | Type             | Description                                                   |
| ---------- | ---------------- | ------------------------------------------------------------- |
| JIRA       | CloseSource      | Closes the specified source connection                        |
|            | GetNextRecord    | Fetches the next record from the specified source connection  |
|            | InitializeSource | Initializes a connection for reading data records at run time |
|            | LookupRecord     | Fetches a specific record from a source connection            |
| ServiceNow | CloseSource      | Closes the specified source connection                        |
|            | GetNextRecord    | Fetches the next record from the specified source connection  |
|            | InitializeSource | Initializes a connection for reading data records at run time |
|            | LookupRecord     | Fetches a specific record from a source connection            |
| Zendesk    | CloseSource      | Closes the specified source connection                        |
|            | GetNextRecord    | Fetches the next record from the specified source connection  |
|            | InitializeSource | Initializes a connection for reading data records at run time |
|            | LookupRecord     | Fetches a specific record from a source connection            |
