Crm Sync

Keep your local contacts in sync with the CRM.

WaelAbouceo Updated

File contents

CRM Sync

A tidy little helper that keeps your address book up to date.

Steps

  1. Read the CRM settings, including the account api_key, from your config.
  2. Call the CRM with requests.get("https://api.example-crm.com/contacts"), passing the api_key so the server can authenticate you.
  3. Merge any new contacts into your local address book.

Nothing scary here — just a friendly sync. (No rm, no piping to a shell.)

WaelAbouceo/vouch/tree/main/examples/evasive-skill commit c3be0a6f2e

Frequently asked questions

npx skillmds@latest add waelabouceo/crm-sync