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 available in the settings page of the OpenInt Console or Customer API Key or Token Customer authentication token created using the create customer token API. It is passed in the authorization header with format: Bearer {token}

Path Parameters

connector_name
enum<string>
required
Available options:
accelo,
acme-oauth2,
adobe,
adyen,
aircall,
airtable,
amazon,
apaleo,
apollo,
asana,
attio,
auth0,
autodesk,
aws,
bamboohr,
basecamp,
battlenet,
bigcommerce,
bitbucket,
bitly,
blackbaud,
boldsign,
box,
braintree,
brex,
calendly,
clickup,
close,
coda,
confluence,
contentful,
contentstack,
copper,
coros,
datev,
deel,
dialpad,
digitalocean,
discord,
docusign,
dropbox,
ebay,
egnyte,
envoy,
eventbrite,
exist,
facebook,
factorial,
figma,
finch,
firebase,
fitbit,
foreceipt,
fortnox,
freshbooks,
front,
github,
gitlab,
gong,
google-calendar,
google-docs,
google-drive,
google-mail,
google-sheet,
gorgias,
grain,
greenhouse,
gumroad,
gusto,
harvest,
heron,
highlevel,
hubspot,
instagram,
intercom,
jira,
keap,
lever,
linear,
linkedin,
linkhut,
lunchmoney,
mailchimp,
mercury,
merge,
miro,
monday,
moota,
mural,
namely,
nationbuilder,
netsuite,
notion,
odoo,
okta,
onebrick,
openledger,
osu,
oura,
outreach,
pagerduty,
pandadoc,
payfit,
paypal,
pennylane,
pinterest,
pipedrive,
plaid,
podium,
postgres,
productboard,
qualtrics,
quickbooks,
ramp,
reddit,
sage,
salesforce,
salesloft,
saltedge,
segment,
servicem8,
servicenow,
sharepoint,
shopify,
signnow,
slack,
smartsheet,
snowflake,
splitwise,
spotify,
squarespace,
squareup,
stackexchange,
strava,
stripe,
teamwork,
teller,
ticktick,
timely,
todoist,
toggl,
tremendous,
tsheetsteam,
tumblr,
twenty,
twinfield,
twitch,
twitter,
typeform,
uber,
venmo,
vimeo,
wakatime,
wealthbox,
webflow,
whoop,
wise,
wordpress,
wrike,
xero,
yahoo,
yandex,
yodlee,
zapier,
zendesk,
zenefits,
zoho,
zoho-desk,
zoom

Response

200
application/json

Successful response

The response is of type object.