Create a source
This endpoint creates a source
Authorizations
Path Parameters
Project ID
Body
Function is a javascript function used to mutate the payload immediately after ingesting an event
Custom response is used to define a custom response for incoming webhooks project sources only.
Function is a javascript function used to mutate the headers immediately after ingesting an event
IdempotencyKeys are used to specify parts of a webhook request to uniquely identify the event in an incoming webhooks project.
Source name.
Use this to specify one of our predefined source types.
github
, twitter
, shopify
PubSub are used to specify message broker sources for outgoing webhooks projects.
Source Type.
http
, rest_api
, pub_sub
, db_change_stream
Verifiers are used to verify webhook events ingested in incoming webhooks projects. If set, type is required and match the verifier type object you choose.
Was this page helpful?