pylon_get_contacts
Retrieve customer contact details from Pylon's support platform to find users who submitted tickets or inquiries. Returns names, emails, companies, and contact history for support management.
Instructions
Get customer contacts from Pylon. Use this to find customers who have submitted support tickets or inquiries. Returns contact details like name, email, company, and contact history.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Search contacts by name, email, or company. Examples: "john@example.com", "Acme Corp", "John Smith" | |
| limit | No | Maximum number of contacts to return (1-100). Default is 20. Example: 50 |