View Source ExPipedrive.LeadSource (ex_pipedrive v0.2.0)

A fixed lead source name from Pipedrive's /api/v1/leadSources list.

Pipedrive maintains this list; it cannot be modified through the API. Leads created via the API are assigned the "API" source.

Summary

Types

@type t() :: %ExPipedrive.LeadSource{name: String.t() | nil}

Functions