API Reference ex_pipedrive_web v#0.1.0

Copy Markdown View Source

Modules

Optional Plug helpers for incoming Pipedrive webhooks.

Payload handler for incoming deal-related webhook events. This module transforms the JSON into ExPipedrive.Deal and related structs and returns a tuple with the event_type (eg updated_deal) and transformed payload.

Plug router for incoming Pipedrive webhook POSTs.

Payload handler for incoming person-related webhook events. This module transforms the JSON into ExPipedrive.Person and related structs and returns a tuple with the event_type (eg updated_person) and transformed payload.