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

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

|| Here's the complete video tutorial: [[Integrate SalesRobot with Zapier](https://share.zight.com/6qu4qBWY)]

In this article we will create a new zap 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-21803_1d5uzvj.png)

2. Choose the New or Updated Spreadsheet Row as the trigger event.

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

3. Choose the Google Account.

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

4. Click Test Trigger

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

5. Now select the Webhooks as the second step 

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

6. Select POST as the action event

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

7. Get the url from the docs [${color}[#5349da](https://documenter.getpostman.com/view/10815846/2sB3BKE8Fb#1d16003c-b5cf-4010-9e5b-c834b2a3944c)] , you will need campaignUuid and linkedinAccountUuid. 

8. Set the payload type to JSON, and in the endpoint profileUrl is mandatory for adding a prospect to SalesRobot campaign. 

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

9. 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_r7kr2l.png)

10. Then copy the campaign Uuid.

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

11. 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_ob77ym.png)

12. Then insert the API key under X-API-KEY header, and click continue

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

13. You should see success as true, and then  you can publish the Zap

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



