Skip to content

Instantly share code, notes, and snippets.

View Sammeeey's full-sized avatar
🎯
Focusing

Sam Hartmann Sammeeey

🎯
Focusing
View GitHub Profile
@Sammeeey
Sammeeey / gist:422350ac2d7a82f24792821bd6920eea
Created February 12, 2025 15:11
Apps Script to trigger Make.com scenario via Google Forms submission (via webhook module)
// 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 = {};
@Sammeeey
Sammeeey / PipedriveContactCreatorPrivacyPolicy.md
Created December 28, 2024 13:44
Privacy Policy for Pipedrive Contact Creator Chrome Extension

Privacy Policy for Pipedrive Contact Creator Chrome Extension

Last Updated: 2024-12-28

1. Introduction

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.

2. Data Collection and Use