POST
/
api
/
service
/
webhook
/
trigger
JavaScript
import Ivy from '@getivy/node-sdk';

const client = new Ivy({
  apiKey: 'My API Key',
});

const response = await client.webhook.trigger({ id: {} });

console.log(response.success);
{
  "success": true
}

Authorizations

X-Ivy-Api-Key
string
header
required

API key for authentication

Body

application/json

Response

200 - application/json

Success response indicating webhook trigger status

The response is of type object.