Packages
ex_pipedrive
0.2.0Elixir client for the Pipedrive CRM API. v2-first (Deals, Persons, Orgs, Activities, Pipelines, Stages, Products, Search, Fields), with OAuth TokenStore, retries/telemetry, Raw escape hatch, and webhook Event normalization. Inbound Plug helpers live in `ex_pipedrive_web`. Forked from LineDrive.
ex_pipedrive_oban
0.1.1Optional Oban workers for cursor-aware Pipedrive sync with rate-limit snooze. Depends on ex_pipedrive; the host app owns Oban, Ecto, and TokenStore.
ex_pipedrive_web
0.1.1Optional Plug helpers for incoming Pipedrive webhooks. Depends on ex_pipedrive for Event structs; the host app owns Phoenix routing and fan-out.
ex_pipedrive_phoenix
0.1.1Optional Phoenix helpers for Pipedrive marketplace OAuth install. Core OAuth/TokenStore stay in ex_pipedrive; this package only adds redirect and callback plugs. Independent of Überauth.