> ## 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 n8n

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

|| Check out the complete video tutorial: [Integrate SalesRobot with n8n] 


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

1. First select Google sheets as the first step

![](https://storage.crisp.chat/users/helpdesk/website/-/f/4/f/e/f4fedfcdcc3a3800/screenshot-2026-02-05-at-45605_1mea0qq.png)

2. Choose the google account and the document

![](https://storage.crisp.chat/users/helpdesk/website/-/f/4/f/e/f4fedfcdcc3a3800/screenshot-2026-02-05-at-45729_1d8jqwn.png)

3. Create new Http request step

![](https://storage.crisp.chat/users/helpdesk/website/-/f/4/f/e/f4fedfcdcc3a3800/screenshot-2026-02-05-at-52009_1cfpkbj.png)

4. Use this document as reference: https://documenter.getpostman.com/view/10815846/2sB3BKE8Fb#1d16003c-b5cf-4010-9e5b-c834b2a3944c

5. Set the method to POST , url from the documents and in the url you will need campaignUuid and linkedinAccountUuid.

![](https://storage.crisp.chat/users/helpdesk/website/-/f/4/f/e/f4fedfcdcc3a3800/screenshot-2026-02-05-at-52338_1t82g0q.png)

6. For getting  the campaignUuid go to campaigns page then click on three dots for the campaign you want to add prospects to, and then click view details.

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

7. Then copy the campaign Uuid.

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

8. For getting the linkedinAccountUuid go to the accounts page , click on the three dots and then click copy. this 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_1a8a8uc.png)

9. Make sure to set the body content type to JSON, and fill the fields ( profileUrl is the mandatory field )

![](https://storage.crisp.chat/users/helpdesk/website/-/f/4/f/e/f4fedfcdcc3a3800/screenshot-2026-02-05-at-52522_1kzhn0z.png)

![](https://storage.crisp.chat/users/helpdesk/website/-/f/4/f/e/f4fedfcdcc3a3800/screenshot-2026-02-05-at-52608_1d84pjd.png)

10. After you execute the step it should return in success true.

![](https://storage.crisp.chat/users/helpdesk/website/-/f/4/f/e/f4fedfcdcc3a3800/screenshot-2026-02-05-at-52633_1a7mzvy.png)






