[fix #1697] Pipedrive: use a job to process an admin creation

This commit is contained in:
simon lehericey 2018-03-23 17:25:58 +01:00
parent 31adc8e990
commit 6a74aaa42a
4 changed files with 54 additions and 7 deletions

View file

@ -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