Skip to main content

#Webhooks0 utenti parlano di questo argomento

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
Andres Gordillo (Titan) ha fatto una domanda in #AppExchange

Quisiera saber si al tener implementada la integración de  webhooks se tiene algún consumo de consulta API???

 

#REST API #API #Metadata API #Integration #AppExchange #Salesforce #Salesforce Developer #Apex #Lightning Web Components #Webhooks

2 risposte
  1. Khyati Mehta (InfinySkills) Forum Ambassador
    23 ott 2021, 04:34

    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 risposte
0/9000
Michael Perillo ha postato in Phoenix

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 commento
0/9000
Michael Perillo ha postato in Phoenix

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 commento
  1. 21 ago 2020, 17:44

    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