# Make

#### How to import data from your CRM/ any other data source through Make to create video copies in Gan.AI?

{% embed url="<https://app.supademo.com/demo/cm14eajxa0j8t1205cqjqyjwd>" %}

1. Log in to your Gan.AI account, select the required personalised project
2. Go to Project settings -> Integrations -> Make and turn on the integration
3. Log in to your Make account
4. Click on ‘Create a new scenario’
5. Look for the app you want to connect to your Make account (here we have chosen Hubspot)
6. Now click on ‘Watch CRM objects’
7. Connect your HubSpot account & allow Make to access your contacts
8. Under ‘Object Type to Search’ select ‘Contacts’
9. Under ‘Watch Created/Updated’, select how you want to trigger the data import.
10. Click on ‘OK’ to save
11. In 'Choose where to start', select when you want to start the scenario & click on 'OK'
12. Click on ‘Add another module’ & look for ‘HTTP’
13. Under ‘Actions’, look for ‘Make a request’
14. Now, copy the URL from the Gan.AI platform and paste it under the ‘URL’ input
15. Select ‘Method’ as ‘POST’
16. Click on ‘Add a header’
17. Copy the value of ‘Header name’ from the Gan.AI platform & paste it under ‘Name’ in Make
18. Copy the value of ‘Header value’ from the Gan.AI platform & paste it under ‘Value’ in Make
19. Select the ‘Body type’ as ‘Raw’
20. Select 'Content type' as 'Json'
21. Copy the ‘Request content’ code from the Gan.AI platform & paste under ‘Request content’
22. Click between the empty apostrophes & map the respective variable to its corresponding value

**Note: In case of a different unique identifier (based on your CRM tool), please map it in the ‘Request content’ input**

23. Click on ‘OK’ to save your action
24. Click on ‘Run once’ to verify if the scenario is successful
25. On the Gan.AI platform, click on ‘Save & close’ to save your settings.

#### How to send video copies to Make from Gan.AI?

{% embed url="<https://app.supademo.com/demo/cm14eihnf0jdb1205fzouw4i5>" %}

1. Log in to your Gan.AI account, select the required personalised project
2. Go to Project settings -> Integrations -> Make and turn on the integration
3. Log in to your Make account
4. Click on ‘Create a new scenario’
5. Look for ‘Webhooks’ & select ‘Custom webhooks’
6. Click on ‘Create a webhook’ & then click on ‘Save'
7. Once the webhook URL appears, click on ‘Copy address to clipboard’
8. Go to the Gan.AI platform and paste the URL under the ‘Webhook URL’ input
9. Click on ‘Verify’ to verify the URL & go to Make & check if the status has changed to ‘Successfully determined’
10. Once it’s verified, click on ‘OK’
11. Click on ‘Add another module’ & look for the app you want to send the data to (here we have chosen Hubspot)
12. Connect your HubSpot account (if not connected)
13. Under ‘Contact ID’, choose ‘unique\_id’

**Note: Only map the unique identifier that you’ve used in the import flow. It can be different based on your CRM tool**

14. Under ‘View Method’, choose ‘Compact’
15. Under ‘Properties’, click on ‘Add item’ & select the ‘Key’ (fields in a Hubspot contact) & under ‘Value’ select the value that you want to map to the selected field in ‘Key’ input
16. Repeat this process till you have mapped all the values that you want to send to HubSpot
17. Click on ‘OK’ to save your scenario
18. Click on ‘Run once’ to verify if the scenario is successful
19. On the Gan.AI platform, click on ‘Save & close’ to save your settings

Integrating Make with Gan.AI allows you to automate your entire personalization process from start to finish. After setting up your scenarios, data flows smoothly into Gan.AI, video copies are generated instantly, and results can be sent right back to your CRM. It’s a time-saving, hands-free way to keep your campaigns running effortlessly.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.gan.ai/integrations-and-automation/available-integrations/make.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
