Feature request
Hello guys.
I tried to create a custom payload at http module un automations. I needed {{order.id}} but it doesn't exist.
Can you Include it?
It is also include using segments as triggers?
Keep the great work, guys.
Order-related smartcodes are only available when the automation has an order context, so they may not be available for segment-based triggers, as those usually work from contact data rather than a specific order.
Perhaps I didn't explain myself clearly.
Within an automation, data can be sent using HTTP requests. In that case, there are two options: send all the data, or send only certain data.
I'm interested in sending certain data to customize the payload, and one of the data items I need is the order_id.
In this case, there isn't a shortcode for the order_id.
I need this because one piece of data in the payload will be a fixed variable, but if I create a shortcode, then I won't have a way to include the order_id as well.