Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 735 Bytes

File metadata and controls

25 lines (16 loc) · 735 Bytes
  • GUI vs CLI

  • Installation (WIN vs MAC)

    • WIN: Git bash, emulates unix-based 'bash' command line
  • GravityForms -> Salesforce integration Note: Different from MarketingCloud

Salesforce has a 'web-to-lead' API that makes it easy to create new leads in SF via a web form submission.

Salesforce admin panel -> Setup -> Web-to-Lead Generate Form (doesn't matter what fields you select, we won't be using the actual HTML generated here)

GravityForms webhook: URL: https://webto.salesforce.com/servlet/servlet.WebToLead

POST FORM

Select Fields *IMPORTANT:

  • key: "oid" value: "00D8Y000000G7AI" (find the specific org ID from either the salesforce admin settings, OR by looking at the above-generated HTML, form "action" attribute)