Feathr uses OAuth 2.0 with scoped permissions to securely access the Contacts API. Grant consent in the integration setup to enable data retrieval.
Feathr will request the necessary scopes (e.g., readonly) to read contacts, tasks, notes, and related data. You can adjust scope from the integration settings.
– GET /contacts/:contactId – GET /contacts/:contactId/tasks – GET /contacts/:contactId/tasks/:taskId – GET /contacts/:contactId/notes – GET /contacts/:contactId/notes/:id – GET /contacts/:contactId/appointments – GET /contacts/ – GET /contacts/business/:businessId – POST /contacts/ – PUT /contacts/:contactId – DELETE /contacts/:contactId – POST /contacts/:contactId/tasks – PUT /contacts/:contactId/tasks/:taskId – PUT /contacts/:contactId/tasks/:taskId/completed – DELETE /contacts/:contactId/tasks/:taskId – POST /contacts/:contactId/tags
Trigger when a user opens or views a contact in Feathr to pull the latest data from the Contacts API.
Retrieve core contact fields (id, name, email, phone) and related items like tasks, notes, and appointments as needed.
GET /contacts/:contactId
contactId, name, email, phone
Trigger when a new lead is captured in Feathr to create or update a Contact in the Contacts API.
Create new contacts or update existing records; set businessId and tags as needed.
POST /contacts/
name, email, phone, businessId, tags
Trigger when a task is updated in Feathr to sync with the Contacts API.
Create or update tasks for a contact using the Tasks endpoints (read/write as allowed).
PUT /contacts/:contactId/tasks/:taskId
taskId, contactId, title, dueDate, status
Seamless data flow with no custom development required; use ready-made endpoints and triggers.
Faster go-to-market with pre-built integration patterns and robust error handling.
Consistent data across Feathr and your CRM, improving reporting and automation.
Key terms and core processes you’ll encounter when connecting Feathr to the Contacts API, including endpoints, authentication, and data flows.
An Application Programming Interface that lets Feathr read from and interact with the Contacts API.
A specific URL path in the API that performs a defined function.
OAuth 2.0 is the standard method to authorize Feathr to access the Contacts API securely.
A permission boundary that controls what Feathr can read or write via the Contacts API.
Pulls latest contact data from the API to enrich Feathr contact records on demand.
Automatically create or update tasks in the API when Feathr events occur.
Use /contacts/:contactId/tags to organize records during batch operations.
Obtain OAuth credentials or API key and grant Feathr access to the Contacts API.
Select the needed endpoints and set up triggers and actions in Feathr.
Run tests with sample data, verify sync, and monitor logs before going live.
Feathr connects to the Contacts API using OAuth 2.0. You’ll authorize Feathr in the integration setup and receive an access token to read contact data. If your organization requires API keys, you can use them as an alternative means of authentication where supported. Ensure the requested scopes match the operations you intend to perform.
Yes, you can read and write depending on the granted scope. With a readonly scope you can fetch data; with write access you can create or update contacts, tasks, and notes. Review your permissions in the Feathr integration settings.
Core endpoints include GET /contacts/:contactId for details, GET /contacts/:contactId/tasks for tasks, GET /contacts/:contactId/notes for notes, and POST /contacts/ for creating new records. Other endpoints support updating, deleting, and tagging as needed.
Use the Feathr test mode or a sandbox environment to run sample requests against the Contacts API. Verify responses, check error messages, and confirm data sync behavior before enabling live data flows.
Yes. You can perform batch-like operations by iterating over multiple records and using the endpoints to update or create in a loop. The API supports multiple calls per sync cycle.
You can filter by properties such as businessId and contact attributes when building Feathr workflows. Use query parameters and proper filtering in Feathr to segment the data.
Official API documentation is typically available in your provider’s developer portal. Look for the Feathr integration docs for the Contacts API, and reference the endpoint list there.
Due to high volume, we will be upgrading our server soon!
Complete Operations Catalog - 126 Actions & Triggers