Email Notifications for new Organizations/People

We are using 2 APIs from our Advanced Plan Account:

  • “/api/v1/persons”
  • “/api/v1/organizations”

We simply want that when data is posted using these 2 APIs to Pipedrive, we should receive an email notification over the email mentioned in My Pipedrive Account.

You could use webhooks for that:
on added person|organisation → call some URL of yours to trigger that email.

That gives you great customization options about what data that email should contain.

Another way would be pipedrives notification-feature.

1 Like