Authorizations
Headers
Path Parameters
Example:
Body
application/json
Response
Example:
import Triglit from 'triglit';
const client = new Triglit({
apiKey: 'My API Key',
});
const response = await client.triggers.triggerWebhook('trg_abc123def456');
console.log(response.dedupeKey);{
"dedupeKey": "webhook_user_123_2024-01-15T10:30:00.000Z"
}Triggers a webhook trigger with event data.
import Triglit from 'triglit';
const client = new Triglit({
apiKey: 'My API Key',
});
const response = await client.triggers.triggerWebhook('trg_abc123def456');
console.log(response.dedupeKey);{
"dedupeKey": "webhook_user_123_2024-01-15T10:30:00.000Z"
}Show child attributes
Was this page helpful?