Automation Rules Webhook
Automation Rules Webhook
Although not strictly a webhook, it is built similarly, and it will help you power up your API integrations just like any other of our webhooks.
By setting up an automation rule with this action, whenever the trigger conditions are met, we will send the payload in a POST call to the registered endpoint.
Use the addressable action data to identify what made the AR trigger on your endpoint, and continue with your workflow from there.
Payload:
{
"account_id": "the account id",
"account_uuid": "the uuid of the account",
"order_id": "the shiphero order id",
"shop_name": "the orde shop_name",
"order_number": "the order_number",
"partner_order_id": "the partner_order_id",
"action_data": "the text from the Message field in the automation rule action"
}