zaus / forms-3rdparty-integration

Wordpress Plugin - Forms 3rdparty Integration - a plugin to help integrate 3rdparty services with common WP Forms plugins like Contact Form 7 and Gravity Forms
http://wordpress.org/plugins/forms-3rdparty-integration/
47 stars 14 forks source link

Pipedrive support =) #15

Closed HLFH closed 10 years ago

HLFH commented 10 years ago

Hi,

It would be awesome to support Pipedrive CRM =)

zaus commented 10 years ago

I think it already does :)

From their api docs, you send normal post requests to https://api.pipedrive.com/v1/<RESOURCE>/<ID>?api_token=<YOURTOKEN> with whatever fields are appropriate to the thing you're trying to do. Just map the right fields, and...I assume that's it.

If it's not, feel free to contact me through my website and we can discuss more specific help.

HLFH commented 10 years ago

Thanks. Yes, it already does, and it's really simple with the Email API. I put more details here: http://wordpress.org/support/topic/connect-directly-pipedrive-to-contact-form-7

zaus commented 10 years ago

It's really neat that they provide an email API. Glad you found a solution!