📌 Passing a Custom Tag in Apify Actor & Webhook for Make.com

Hey everyone! 👋 I'm using a public Apify Actor in a Make.com scenario and want to pass a custom tag ({{custom_tag}}) in the input JSON when running the Actor. The goal is to have this tag included in the webhook payload that Apify sends back when the run completes. I can see that when I am starting the Apify Actor, that the {{custom_tag}} is included in the input to the Apify Actor but I do not know how I can get the Actor to output this {{custom_tag}} in its payload. I was thinking of using a custom webhook payload template to manually add {{custom_tag}} but I cannot find any solution to this. Has anyone successfully done this before? Would love to hear how you approached it! 🚀
3 Replies
Hall
Hall•3mo ago
Someone will reply to you shortly. In the meantime, this might help:
Pepa J
Pepa J•3mo ago
Hi @RomAIx , I just got response from one of our integrators:
There is no option to customize webhook data atm. It is needed to fetch the input using get key value store record API. As we do not have an action to fetch record from the key-value store, it should be possible to use Make an API Call module, the input will be available as the Output of this module in Body attribute, there is example:
If you have further questions or you want to describe your use-case a bit more feel free to reach us.
No description
No description
modern-teal
modern-tealOP•3mo ago
Appreciate it!! 🤙

Did you find this page helpful?