API Reference line_drive v0.15.0
modules
Modules
This is the entrypoint for making requests to pipedrive via LineDrive.
This module encapsulates calls to the pipedrive activities resource API
This module and enclosed struct represent a activity in pipedrive.
This module and enclosed struct represent a activity participant in pipedrive.
This module and enclosed struct represent a activity type in pipedrive.
This module encapsulates calls to the pipedrive activity_types resource API
This module and enclosed struct represent a deal in pipedrive.
This module encapsulates calls to the pipedrive deals resource API
Payload handler for incoming deal-related webhook events. This module
transforms the JSON into LineDrive.Deal
and related structs and returns a
tuple with the event_type (eg updated_deal
) and transformed payload.
This plug handles incoming webhook POSTs from Pipedrive and converts them into events published via the Registry.
Payload handler for incoming person-related webhook events. This module
transforms the JSON into LineDrive.Person
and related structs and returns a
tuple with the event_type (eg updated_person
) and transformed payload.
This module contains functions for authorizing with Pipedrive's OAuth server.
This module and enclosed struct represent an organization in pipedrive.
This module and enclosed struct represent a person in pipedrive.
This module encapsulates calls to the pipedrive person resource API
This module and enclosed struct represent a pipeline in pipedrive.
This module encapsulates calls to the pipedrive pipelines resource API
This module represents a user in pipedrive.
This module encapsulates calls to the pipedrive user resource API.