POST
/
webhook
/
{connector_name}
curl --request POST \
  --url https://api.openint.dev/v1/webhook/{connector_name} \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok",
  "info": "<any>"
}

Authorizations

Authorization
string
header
required

Organization API key generated in the OpenInt Console and passed in the authorization header with format: Bearer {apiKey}

Path Parameters

connector_name
enum<string>
required
Available options:
acme-oauth2,
aircall,
airtable,
apollo,
brex,
coda,
confluence,
discord,
facebook,
finch,
firebase,
foreceipt,
github,
gong,
google-calendar,
google-docs,
google-drive,
google-mail,
google-sheet,
greenhouse,
heron,
hubspot,
instagram,
intercom,
jira,
lever,
linear,
linkedin,
lunchmoney,
mercury,
merge,
moota,
notion,
onebrick,
outreach,
pipedrive,
plaid,
postgres,
quickbooks,
ramp,
reddit,
salesloft,
saltedge,
sharepoint,
slack,
splitwise,
stripe,
teller,
toggl,
twenty,
twitter,
venmo,
wise,
xero,
yodlee,
zoho-desk

Response

200
application/json
Successful response
status
enum<string>
required
Available options:
ok,
error
info
any