> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://salesrobot.crisp.help/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to Integrate SalesRobot with Make


You can easily connect **SalesRobot** to your existing workflows using **Make**. Setting up an API connection is now simpler and faster than ever.

|| Check out the video tutorial here: https://share.zight.com/4gupER0y

In this article we will create a new scenario in which we will add prospects to SalesRobot campaign when a new row is inserted in the google sheet

1. First create a module for Google sheet.

![](https://storage.crisp.chat/users/helpdesk/website/-/f/4/f/e/f4fedfcdcc3a3800/screenshot-2026-01-28-at-31426_89jeuz.png)

2. Select Watch new Rows, it will add new rows to the campaign.

![](https://storage.crisp.chat/users/helpdesk/website/-/f/4/f/e/f4fedfcdcc3a3800/screenshot-2026-01-28-at-31611_nu1jlo.png)

3. Connect your google account and select the SpreadSheet id, sheet Name and other details

![](https://storage.crisp.chat/users/helpdesk/website/-/f/4/f/e/f4fedfcdcc3a3800/screenshot-2026-01-28-at-31720_t2n0l0.png)

4. Now add another Module, we will select HTTP module

![](https://storage.crisp.chat/users/helpdesk/website/-/f/4/f/e/f4fedfcdcc3a3800/screenshot-2026-01-28-at-31810_jlh4lk.png)

5. Click on make a request

![](https://storage.crisp.chat/users/helpdesk/website/-/f/4/f/e/f4fedfcdcc3a3800/screenshot-2026-01-28-at-31849_1tfxu5u.png)

6. Choose the No Authentication in the authentication type
 

7. Paste the URL from the docs for adding a single prospect. In this URL we require CampaingUuid and LinkedinAccountUuid ( following are the steps for getting those ) 

![](https://storage.crisp.chat/users/helpdesk/website/-/f/4/f/e/f4fedfcdcc3a3800/screenshot-2026-01-28-at-32526_1xrcwwz.png)

8. For getting the campaingUuid go to the campaigns page. click on **three dots**, click on "**View Details**".

![](https://storage.crisp.chat/users/helpdesk/website/-/f/4/f/e/f4fedfcdcc3a3800/screenshot-2026-01-28-at-31956_1rbluh9.png)

9. Copy the campaignUuid from the bottom

![](https://storage.crisp.chat/users/helpdesk/website/-/f/4/f/e/f4fedfcdcc3a3800/screenshot-2026-01-28-at-32028_12j0gku.png)

10. For getting the LinkedinAccountUuid, go to the accounts page, click on**&#160;three dots**, click on **copy**. It will copy the linkedinAccountUuid to the clipboard.

![](https://storage.crisp.chat/users/helpdesk/website/-/f/4/f/e/f4fedfcdcc3a3800/screenshot-2026-01-28-at-32130_hsmft1.png)

11. Inside the Header section, add new Header for X-API-KEY with your API key.

![](https://storage.crisp.chat/users/helpdesk/website/-/f/4/f/e/f4fedfcdcc3a3800/screenshot-2026-01-28-at-32721_1vxk8wx.png)

12. For adding a prospect to a campaign, profileUrl is the only required field all other are optional.

![](https://storage.crisp.chat/users/helpdesk/website/-/f/4/f/e/f4fedfcdcc3a3800/screenshot-2026-01-28-at-33041_14e4ei1.png)

13. Now add a new row in the sheet and test the flow, it will add the prospect into the campaign immediately. 

![](https://storage.crisp.chat/users/helpdesk/website/-/f/4/f/e/f4fedfcdcc3a3800/screenshot-2026-01-28-at-33132_pbu3u5.png)

