Hello, Iām new to Make.com. I want to trigger a scenario based off of a webhook. I want that scenario to run an apify actor, but using custom inputs from that webhook. How do I update the apify actor run information based off of a webhook?
TIA
Hello, Iām new to Make.com. I want to trigger a scenario based off of a webhook. I want that scenario to run an apify actor, but using custom inputs from that webhook. How do I update the apify actor run information based off of a webhook?
TIA
Hi @Forrest_Klein ,
To use an Apify actor with custom inputs from a webhook, you can simply follow these steps:
For example, if you are using this actor:
Click on the JSON tab and copy the input JSON:
Then, paste it into the Run Actor module in the input JSON section of your Make scenario, and adjust the mappings accordingly.
Best regards,
Msquare Automation
Platinum Partner of Make
@Msquare_Automation
Thank you so much, I really appreciate the help!