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 }
This endpoint allows you to trigger a specific webhook by its ID.
API key for authentication
Success response indicating webhook trigger status
The response is of type object.
object
Was this page helpful?