• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

help with inbuilt actions (multi-step)

Status
Not open for further replies.

Stuart

Member
I am trying to create a multi-step action for my custom app, but I am a bit confused by the parameters required.
my goal is to send a GET request with a query to retrieve the client id (with the rest of the contact details). Then use the id to retrieve the opportunity details. Then put both of those through a bit of JavaScript which will unpack and rename the custom fields.
The first step works. and returns like this:
{
"contacts": [
{
"id": "ocQHyuzHvysMo5N5VsXc",
"locationId": "C2QujeCh8ZnC7al2InWR",
"email": "[email protected]",
"timezone": "Asia/Calcutta",
"country": "DE",
"source": "xyz form",
"dateAdded": "2020-10-29T09:31:30.255Z",
"customFields": [
{
"id": "MgobCB14YMVKuE4Ka8p1",
"value": "name"
}
],
"tags": [
"nisi sint commodo amet",
"consequat"
],
"businessId": "641c094001436dbc2081e642",
"attributions": [
{
"url": "Trigger Link",
"campaign": "string",
"utmSource": "string",
"utmMedium": "string",
"utmContent": "string",
"referrer": "https: //www.google.com",
"campaignId": "string",
"fbclid": "string",
"gclid": "CjOKCQjwnNyUBhCZARISAI9AYIFtNnIcWcYGIOQINz_ZoFI5SSLRRugSoPZoiEu27IZBY£1-MAIWmEaAo2VEALW_WCB",
"msclikid": "string",
"dclid": "string",
"fbc": "string",
"fbp": "fb. 1.1674748390986.1171287961",
"fbEventId": "Mozilla/5.0",
"userAgent": "Mozilla/5.0",
"ip": "58.111.106.198",
"medium": "survey",
"mediumId": "FglfHAn30PRwsZVyQlKp"
}
],
"followers": "641c094001436dbc2081e642"
}
],
"count": 10

}
1703764922520.png


however I am not succeeding in mapping the id into the inbuilt action...
I understood that I need to add it as a Static Parameter Value and map it like {{result==>contacts==>id}}, but no combination of that is returning anything (for testing I am sending it to webhook.site) when I run the app.
1703764730335.png
1703764753819.png

But I get the response from the inbuilt action with the response from the first
1703765045994.png

Thanks!
 

Attachments

  • 1703764838403.png
    1703764838403.png
    31.9 KB · Views: 30

Stuart

Member
Hi @Supreme,
I looked through it before starting, and continuously reference it while developing the app. Thank you for providing such a resource! However, despite it I am still confused as to how to reference the previous steps response properly!
 
Last edited:

Stuart

Member
in case anyone stumbles upon this, the answer is like this: select simple response in the inbuilt action
1704189695057.png

and configure contact_id like this (based on the response):
1704189841675.png


Thank you to the Pabbly Integrations Team!
 
Status
Not open for further replies.
Top