Webhook Message

Invalid Payload

Invalid payload. action and ticker is required.

This message indicates that the payload provided in the webhook request is invalid. TradersPost requires certain mandatory fields in the payload for it to be processed correctly. Specifically, the action and ticker fields are required. If these fields are missing or incorrectly formatted, the request will not be processed.

Here is an example of the minimum required payload for a TradersPost webhook:

{
    "ticker": "AAPL",
    "action": "buy",
}

Ready to automate your trading? Sign up for free today.