[fix #1697] Pipedrive: use a job to process an admin creation
This commit is contained in:
parent
31adc8e990
commit
6a74aaa42a
4 changed files with 54 additions and 7 deletions
|
@ -6,3 +6,4 @@ end
|
|||
|
||||
PIPEDRIVE_API_URL = 'https://api.pipedrive.com/v1/'
|
||||
PIPEDRIVE_PEOPLE_URL = URI.join(PIPEDRIVE_API_URL, 'persons').to_s
|
||||
PIPEDRIVE_DEALS_URL = URI.join(PIPEDRIVE_API_URL, 'deals').to_s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue