Create a postback configuration

API to create postbacks to notify when a job is complete.


Important Links

Run in Postman  API Guide  Free Trial


📘

Did you know?

Postback configuration requires a callback URL and enables you to receive events to specific asynchronous processes. You can check such events in the next section for Sample Payload.

Request Body Example

{
    "entity": "postback",
    "events": [
        "tds.206-ab.failed",
        "tds.206-ab.done"
    ],
    "secret": "{{secret_string}}",
    "url": "https://...",
    "recipients": [
         "[email protected]"
    ]
}
Language
Click Try It! to start a request and see the response here!