Adding a new Salesforce lead to a Salesforce campaign

Status: Open · Asked by Apollo Digital on · 0 views

Apollo Digital — Question ·

Hi!

The trigger is a form response through a webhook, then step 2 is adding a new lead to Salesforce which is no problem.

The 3rd step is adding this lead to a excisting Salesforce campaign. I have no problem finding this campaign but what do I enter as Lead ID since the lead is new?
In the Test Request from step 2 (create a new lead) it returns an ID but of course this is variable and will be different everytime.

Thank you in advance for the help!

Michaël

Preeti Paryani — Reply ·

Hello @Apollo Digital

Yes, as you described the steps if you map the ID received in the response of step 2 into step 3, every time the new user created in step 2 will get added to the campaign.

Can you please elaborate more on the exact use case you want to achieve, so we can better assist you

Thanks & Regards,
Preeti Paryani
Customer Support Associate
Pabbly.com
Apollo Digital — Reply ·

Hi Preeti,

Thank you for your fast reply. So I copy literally the ID from the response and it will change everything to the correct one?

The use case is simple. When a user submits a form, the user will be created as a lead and added to a campaign in Salesforce.

Preeti Paryani — Reply ·

Hello @Apollo Digital,

You don't need to copy the ID from the response, you just need to map the response to the required field. To learn more about the process refer to this video -

youtube.com/watch v=Alumqno67Ps


I copy literally the ID from the response and it will change everything to the correct one

Thanks & Regards,
Preeti Paryani
Customer Support Associate
Pabbly.com
Apollo Digital — Reply ·

Thank you for the video!

Back to all forum threads · Log in to reply