Apify Discord Mirror

Updated 3 weeks ago

πŸ“Œ 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! πŸš€
P
Y
2 comments
Hi @Yannick. ,
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.
Attachments
screenshot_2025-03-05_at_16.png
image.png
Appreciate it!! πŸ€™
Add a reply
Sign up and join the conversation on Discord