Skip to main content

#Webhooks2 discussing

We are a continuing education center that uses Destiny One, now called Modern Campus: Lifelong Learning. We are looking to integrate this system with Salesforce using the webhooks they offer, but are looking for direction on how long this may take to set up and what the limits of the system are. Anyone out there using this product as well as Salesforce? 

 

#Integration  #Higher Education  #K-12 Education  #Webhooks

3 answers
  1. Jun 10, 10:47 PM

    That's helpful, thanks! There are many considerations here, especially if the integration is bi-directional as the source of truth/ownership for each field would need to be strictly defined to prevent potential data overwrites and other issues. Choosing to stay on standard Sales cloud instead of Education Cloud means you'll be building out a custom course data model as well.  

     

    What are the limits you're wondering about? I just realized I missed that in your original post.

0/9000

Hi,

 

I have an SSJS Script which will fetch Campaign details from Braze and send it across to Microsoft Team. I have been facing few errors in validating the script. Let me know if any can help with the same.

 

#SSJS Script #Webhooks #Campaigns

0/9000
2 answers
  1. Khyati Mehta (InfinySkills) Forum Ambassador
    Oct 23, 2021, 4:34 AM

    Hi Andres,

     

    Do you've any outstanding questions on this which I can help you with?

0/9000

I want to pass data from an autolaunched flow as parameters to a Zapier webhook. I want some other process to trigger this flow and not require a user to click anything. Having trouble finding a declarative way to do this #Flow #Zapier #Webhooks

6 answers
0/9000

October 2020 Phoenix Tableau User Group Meeting

Join us to learn all about DataDev and see the amazing things some of our ⌗DataDev ⌗TableauAmabassadors are doing with the ⌗MetadataAPI and

#Webhooks You'll want to stay all the way through for a chance to win some great DataDev swag with ⌗TableauTrivia - DataDev edition. https://usergroups.tableau.com/phxtug202010
1 comment
0/9000

October 2020 Phoenix Tableau User Group Virtual Meeting

 

Join us on Oct 22 to learn all about DataDev and see the amazing things some of our âŒ—DataDev âŒ—TableauAmabassadors are doing with the âŒ—MetadataAPI and #Webhooks You'll want to stay all the way through for a chance to win some great DataDev swag with âŒ—TableauTrivia - DataDev edition. âŒ—phxtug âŒ—tableauusergroup âŒ—datafam

 

Register: https://usergroups.tableau.com/phxtug202010

usergroups.tableau.com

0/9000

Hi all,

 

Looking for advice on how to use a Webhook to connect Pardot with an Instapage form? I've followed all the steps on Pardot and Instapage and nothing is writing properly. Has anyone had this issue? 

 

Thanks in advance for the advice! :) 

Thanks, 

Felicia

1 comment
  1. Aug 21, 2020, 5:44 PM

    If you can post the link that you are looking at that might be helpful.

    ======

    In general I think you would use a Pardot Form Handler for this. Basically the Instapage form is going to submit data to the Endpoint URL of a Pardot Form Handler.

    The data from Instapage is injected into Pardot Form Handler in the form of a query string, where data looks kind of like this:

    https://go.pardot.com/xxxxxxxxx/?email=felicia@company.com&Fname=Felicia&Lname=Lorenzo

    See how there are things that say "email" and "Fname" and "Lname" in that string?

    Those would map to the Pardot fields for email, first name, last name, right? And then you see that there are ampersands (&) separating each of the fields.

    So, it seems straightforward, but the thing is that those are NOT automatically known to Pardot. You need to set it up so that Pardot knows "Fname" equals the Pardot field for First Name.

    If you open up your Pardot Form Handler, and then either add the field for First Name or if you already have that field on your form handler you can click Edit on the First Name field, you'll see something similar to my attached picture.

    One of the things it asks is for the "External Field Name" at the top of the pop-up box. This is where you would put the "Fname" part of the URL.

    This is what Pardot calls "mapping" the fields. You map how the data comes in from your Instapage form and how Pardot should handle the data. You do this inside the Pardot Form Handler. It's basically letting Pardot know that "you're going to get data in this format, this is how you interpret it."

    The other thing is that you want to make every single field (except the Email field) set to "optional" and not required.

    Basically if you have fields set as "required" but actually on the Instapage side you're not collecting that field, or that field is set as Optional on the Instapage side, then Instapage is going to shoot data over to Pardot Form Handler, but the Form Handler will be like: "Sorry, you're missing a required field, can't accept any of this" and it will just not allow the Instapage form to submit anything.

    Where if you set your Pardot Form Handler to have every field as Optional, then if the Instapage form doesn't collect some field, the Pardot Form Handler will still allow everything to be posted as long as an email address is collected.

    (This is an important thing where you're testing out concepts like "how many fields is too many fields?" or "what if we don't collect Job Title, but do collect Country?" - setting all those fields to Optional on the Pardot form handler means you can do all the testing you want on Instapage, and not touch the Form Handler again.)

0/9000