Skip to main content

swoogo_get_contacts

List or retrieve contacts from your Swoogo CRM. Contacts are account-level records, not tied to a specific event.

Parameters

ParameterTypeRequiredDescription
contact_idintegerNoGet a single contact by ID
emailstringNoFilter by email address
namestringNoFilter by name (partial match)
companystringNoFilter by company name
searchstringNoRaw Swoogo search filter
fieldsstringNoComma-separated fields to return
expandstringNoInclude related objects
pageintegerNoPage number (default: 1)
per_pageintegerNoResults per page (default: 20, max: 100)
sortstringNoSort field (prefix - for descending)

Example prompts

  • “Find the contact with email jane@example.com
  • “List contacts from Acme Corp”

swoogo_create_contact

Create a new contact in your Swoogo CRM.

Parameters

ParameterTypeRequiredDescription
emailstringYesContact email address
first_namestringNoFirst name
last_namestringNoLast name
companystringNoCompany name
job_titlestringNoJob title
additional_fieldsobjectNoCustom field values