JavaScript
const options = { method: 'POST', headers: { 'x-api-key': '<api-key>', 'x-api-secret': '<api-key>', 'Content-Type': 'application/json' }, body: JSON.stringify('<unknown>') }; fetch('https://api.runmorph.dev/v1/hook/{orgId}/{envKey}/{connectorId}/{webhookType}/{webhookTokenOrGlobalRoute}', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
"<unknown>"
hubspot
pipedrive
salesforce
aircall
gong
attio
dialpad
calendly
xero
chargebee
global
subscription
The body is of type unknown.
unknown
OK
The response is of type unknown.