Custom

Webhook Connector

Generic connector for sending webhooks and HTTP requests to any endpoint. Supports JSON, form, XML, GraphQL, HMAC signing, and batch.

$pip install "toolsconnector[webhook]"
12
Actions
Custom
Category
Free
Apache 2.0

All 12 Actions

Action Description Parameters Returns
check_endpointCheck if an endpoint is reachableurlWebhookResponse
send_batch ⚠Send a batch of webhooksurl, payloadsWebhookBatchResult
send_form ⚠Send form-encoded dataurl, data  [headers]WebhookResponse
send_graphql ⚠Send a GraphQL queryurl, query  [variables, headers]WebhookResponse
send_json ⚠Send a JSON payloadurl, data  [headers]WebhookResponse
send_multipart ⚠Send a multipart form-data requesturl, files  [data]WebhookResponse
send_webhook ⚠Send a webhook requesturl, payload  [method, headers]WebhookResponse
send_with_api_key ⚠Send a webhook with API key authenticationurl, payload, api_key  [header_name]WebhookResponse
send_with_basic_auth ⚠Send a webhook with HTTP Basic authenticationurl, payload, username, passwordWebhookResponse
send_with_hmac ⚠Send an HMAC-signed webhookurl, payload, secret  [header_name]WebhookResponse
send_with_retry ⚠Send a webhook with automatic retriesurl, payload  [max_retries, delay]WebhookResponse
send_xml ⚠Send an XML payloadurl, data  [headers]WebhookResponse
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing