AI agent? Read this page as Markdown at /unified/webhook/Trigger_webhook.md — append .md to any docs URL, or start from /llms.txt.

Trigger webhook

PUT/unified/webhook/{id}/trigger

Parameters

idstring required
ID of the Webhook
const options = {
  method: 'PUT',
  url: 'https://api.unified.to/unified/webhook/5de520f96e439b002043d8d8/trigger',
  headers: {
    authorization: 'bearer .....'
  },

};

const results = await axios.request(options);
Are we missing anything? Let us know
Was this page helpful?