Last Updated: 2024-12-28
This privacy policy explains how the Pipedrive Contact Creator Chrome Extension ("the Extension") collects, uses, and protects your information when you use our browser extension.
// source: https://www.youtube.com/watch?v=z4CUu5bBy6Y | |
var POST_URL = "<enter your webhook URL>"; | |
function onSubmit(e) { | |
var form = FormApp.getActiveForm(); | |
var allResponses = form.getResponses(); | |
var latestResponse = allResponses[allResponses.length - 1]; | |
var response = latestResponse.getItemResponses(); | |
var payload = {}; |
Last Updated: 2024-12-28
This privacy policy explains how the Pipedrive Contact Creator Chrome Extension ("the Extension") collects, uses, and protects your information when you use our browser extension.