Hookdeck
hookdeckHookdeck is a platform that enables developers to manage, monitor, and secure webhooks and API events.
Acciones disponibles (39)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Bulk Cancel Hookdeck EventsHOOKDECK_BULK_CANCEL_EVENTSAcciónTool to create a bulk cancellation job for events. Use when you need to cancel multiple events matching filters.
HOOKDECK_BULK_CANCEL_EVENTSAcciónTool to create a bulk cancellation job for events. Use when you need to cancel multiple events matching filters.
Parámetros de entrada
queryobjectObligatorioFilter object specifying conditions for selecting events to cancel.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Bulk Retry Hookdeck EventsHOOKDECK_BULK_RETRY_EVENTSAcciónTool to initiate a bulk retry for a set of events. Use when you need to retry multiple failed events matching filters.
HOOKDECK_BULK_RETRY_EVENTSAcciónTool to initiate a bulk retry for a set of events. Use when you need to retry multiple failed events matching filters.
Parámetros de entrada
queryobjectObligatorioFilter object specifying conditions for selecting events to retry.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Cancel Hookdeck EventHOOKDECK_CANCEL_EVENTAcciónTool to cancel all future delivery attempts for a specific event. Use when you need to stop retries of an event before manual intervention.
HOOKDECK_CANCEL_EVENTAcciónTool to cancel all future delivery attempts for a specific event. Use when you need to stop retries of an event before manual intervention.
Parámetros de entrada
event_idstringObligatorioID of the event to cancel
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Cancel Hookdeck Scheduled RetriesHOOKDECK_CANCEL_SCHEDULED_RETRIESAcciónTool to cancel all future scheduled retries for an event. Use when you need to mute automatic retry attempts after repeated failures.
HOOKDECK_CANCEL_SCHEDULED_RETRIESAcciónTool to cancel all future scheduled retries for an event. Use when you need to mute automatic retry attempts after repeated failures.
Parámetros de entrada
event_idstringObligatorioID of the event to mute scheduled retries for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Hookdeck BookmarkHOOKDECK_CREATE_BOOKMARKAcciónTool to create a new bookmark. Use when you want to bookmark a specific event for quick access.
HOOKDECK_CREATE_BOOKMARKAcciónTool to create a new bookmark. Use when you want to bookmark a specific event for quick access.
Parámetros de entrada
labelstringObligatorioDescriptive name for the bookmark shown in UI.
webhook_idstringObligatorioID of the associated connection (webhook).
event_data_idstringObligatorioID of the event data to bookmark.
Parámetros de salida
idstringObligatorioUnique bookmark ID.
dataobjectSnapshot of the original event request data at bookmark time.
aliasstringOptional alternate alias for the bookmark.
errorstringError if any occurred during the execution of the action
labelstringObligatorioBookmark label.
team_idstringObligatorioProject/workspace ID.
created_atstringObligatoriodate-timeWhen the bookmark was created.
successfulbooleanObligatorioWhether or not the action execution was successful or not
updated_atstringObligatoriodate-timeWhen the bookmark was last updated.
webhook_idstringObligatorioAssociated connection (webhook) ID.
last_used_atstringdate-timeWhen the bookmark was last manually triggered.
event_data_idstringObligatorioBookmarked event data ID.
Create Hookdeck ConnectionHOOKDECK_CREATE_CONNECTIONAcciónTool to create a connection between a source and a destination. Use after setting up or referencing source/destination.
HOOKDECK_CREATE_CONNECTIONAcciónTool to create a connection between a source and a destination. Use after setting up or referencing source/destination.
Parámetros de entrada
namestringOptional unique name for the connection.
rulesobject[]Optional list of retry rules for the connection.
sourceobjectInline input for creating a source.
source_idstringID of an existing source to bind to this connection.
descriptionstringOptional human-readable description for the connection.
destinationobjectInline input for creating a destination.
destination_idstringID of an existing destination to bind to this connection.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Hookdeck DestinationHOOKDECK_CREATE_DESTINATIONAcciónTool to create a new Hookdeck destination. Use after setting up sources when you need to route events to endpoints.
HOOKDECK_CREATE_DESTINATIONAcciónTool to create a new Hookdeck destination. Use after setting up sources when you need to route events to endpoints.
Parámetros de entrada
namestringObligatorioUnique destination name; letters, numbers, hyphens, or underscores only; max 155 chars.
typestringenumDestination type; one of HTTP, CLI, or MOCK_API. Defaults to HTTP.
HTTPCLIMOCK_APIconfigobjectObligatorioConfiguration object specific to the chosen destination type.
descriptionstringHuman-readable description of the destination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Hookdeck SourceHOOKDECK_CREATE_SOURCEAcciónTool to create a new Hookdeck source. Use after setting up your project when you need to receive and route incoming webhooks.
HOOKDECK_CREATE_SOURCEAcciónTool to create a new Hookdeck source. Use after setting up your project when you need to receive and route incoming webhooks.
Parámetros de entrada
namestringObligatorioUnique source name; letters, numbers, hyphens, or underscores only; max 155 chars.
typestringenumPredefined source type. Omit for a generic webhook source.
WEBHOOKPUBLISH_APIAIPRISEDOCUSIGNINTERCOMconfigobjectConfiguration object for the source; fields vary by source type.
descriptionstringHuman-readable description of the source.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Hookdeck TransformationHOOKDECK_CREATE_TRANSFORMATIONAcciónTool to create a new Hookdeck transformation. Use when you need to execute custom JavaScript to modify event payloads before delivery.
HOOKDECK_CREATE_TRANSFORMATIONAcciónTool to create a new Hookdeck transformation. Use when you need to execute custom JavaScript to modify event payloads before delivery.
Parámetros de entrada
envobjectKey-value environment variables to pass to the transformation.
codestringObligatorioJavaScript code to execute for the transformation.
namestringObligatorioUnique transformation name; letters, numbers, hyphens, or underscores only; max 155 chars.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Hookdeck BookmarkHOOKDECK_DELETE_BOOKMARKAcciónTool to delete a specific bookmark by its ID. Use when you need to permanently remove a bookmark after confirming it's no longer needed.
HOOKDECK_DELETE_BOOKMARKAcciónTool to delete a specific bookmark by its ID. Use when you need to permanently remove a bookmark after confirming it's no longer needed.
Parámetros de entrada
bookmark_idstringObligatorioThe unique identifier of the bookmark to permanently delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Hookdeck ConnectionHOOKDECK_DELETE_CONNECTIONAcciónTool to delete a specific connection by its ID. Use when you need to permanently remove a connection after confirming it's no longer needed.
HOOKDECK_DELETE_CONNECTIONAcciónTool to delete a specific connection by its ID. Use when you need to permanently remove a connection after confirming it's no longer needed.
Parámetros de entrada
connection_idstringObligatorioThe unique identifier of the connection to permanently delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Hookdeck DestinationHOOKDECK_DELETE_DESTINATIONAcciónTool to delete a specific destination by its ID. Use when you need to permanently remove a destination after confirming it's no longer needed.
HOOKDECK_DELETE_DESTINATIONAcciónTool to delete a specific destination by its ID. Use when you need to permanently remove a destination after confirming it's no longer needed.
Parámetros de entrada
destination_idstringObligatorioThe unique identifier of the destination to permanently delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Hookdeck SourceHOOKDECK_DELETE_SOURCEAcciónTool to delete a specific source by its ID. Use when you need to permanently remove a source after confirming it's no longer needed.
HOOKDECK_DELETE_SOURCEAcciónTool to delete a specific source by its ID. Use when you need to permanently remove a source after confirming it's no longer needed.
Parámetros de entrada
source_idstringObligatorioThe unique identifier of the source to permanently delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Hookdeck TransformationHOOKDECK_DELETE_TRANSFORMATIONAcciónTool to delete a specific transformation by its ID. Use when you need to permanently remove a transformation after confirming it's no longer needed.
HOOKDECK_DELETE_TRANSFORMATIONAcciónTool to delete a specific transformation by its ID. Use when you need to permanently remove a transformation after confirming it's no longer needed.
Parámetros de entrada
transformation_idstringObligatorioThe unique identifier of the transformation to permanently delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Hookdeck AttemptHOOKDECK_GET_ATTEMPTAcciónTool to retrieve details of a specific Hookdeck attempt by its ID. Use after confirming the attempt ID.
HOOKDECK_GET_ATTEMPTAcciónTool to retrieve details of a specific Hookdeck attempt by its ID. Use after confirming the attempt ID.
Parámetros de entrada
attempt_idstringObligatorioID of the Hookdeck attempt to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get attemptsHOOKDECK_GET_ATTEMPTSAcciónTool to list delivery attempts for your Hookdeck account. Use when you need to retrieve attempt logs, filter by event ID, and paginate through results.
HOOKDECK_GET_ATTEMPTSAcciónTool to list delivery attempts for your Hookdeck account. Use when you need to retrieve attempt logs, filter by event ID, and paginate through results.
Parámetros de entrada
idstringFilter by one or more attempt IDs.
dirstringSort direction(s), e.g., asc or desc.
nextstringCursor to fetch the next page.
prevstringCursor to fetch the previous page.
limitintegerPage size; max 255.
event_idstringFilter by one or more event IDs associated with the attempts.
order_bystringSort key(s) to order results by.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Hookdeck ConnectionHOOKDECK_GET_CONNECTIONAcciónTool to retrieve details of a specific Hookdeck connection. Use after confirming the connection ID.
HOOKDECK_GET_CONNECTIONAcciónTool to retrieve details of a specific Hookdeck connection. Use after confirming the connection ID.
Parámetros de entrada
connection_idstringObligatorioID of the connection to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Hookdeck: Get ConnectionsHOOKDECK_GET_CONNECTIONSAcciónTool to list Hookdeck connections. Use when you need to retrieve or filter your configured connections.
HOOKDECK_GET_CONNECTIONSAcciónTool to list Hookdeck connections. Use when you need to retrieve or filter your configured connections.
Parámetros de entrada
idstringFilter by one or more connection IDs.
dirstringenumSort direction: asc or desc. Default: desc.
ascdescnextstringCursor for next page of results.
prevstringCursor for previous page of results.
limitintegerPage size: integer between 1 and 250. Defaults to 100.
disabledbooleanInclude disabled connections if true.
order_bystringSort key(s). Default: created_at.
full_namestringFuzzy match on combined 'source -> connection' name.
paused_atobjectFilter by paused date using operators (gte, gt, lte, lt).
source_idstringFilter by one or more source IDs.
disabled_atobjectFilter by disabled date using operators (gte, gt, lte, lt).
destination_idstringFilter by one or more destination IDs.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Hookdeck DestinationHOOKDECK_GET_DESTINATIONAcciónTool to retrieve details of a specific Hookdeck destination. Use after confirming the destination ID.
HOOKDECK_GET_DESTINATIONAcciónTool to retrieve details of a specific Hookdeck destination. Use after confirming the destination ID.
Parámetros de entrada
destination_idstringObligatorioID of the destination to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Hookdeck: Get DestinationsHOOKDECK_GET_DESTINATIONSAcciónTool to list Hookdeck destinations. Use when you need to retrieve or filter your configured destinations.
HOOKDECK_GET_DESTINATIONSAcciónTool to list Hookdeck destinations. Use when you need to retrieve or filter your configured destinations.
Parámetros de entrada
idstringFilter by one or more destination IDs.
dirstringenumSort direction: asc or desc. Defaults to desc.
ascdescnamestringFilter by one or more destination names.
nextstringCursor for next page.
prevstringCursor for previous page.
typestringenumFilter by destination type. Allowed values: HTTP, CLI, MOCK_API.
HTTPCLIMOCK_APIlimitintegerPage size: integer between 1 and 255. Defaults to 100.
disabledbooleanInclude disabled destinations if true.
order_bystringenumSort key: name, created_at, or updated_at. Defaults to created_at.
namecreated_atupdated_atdisabled_atstringFilter destinations disabled at a specific timestamp or with operators.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get eventsHOOKDECK_GET_EVENTSAcciónTool to list events for your Hookdeck account. Use when you need to retrieve delivery logs, filter by status or time, and paginate through results.
HOOKDECK_GET_EVENTSAcciónTool to list events for your Hookdeck account. Use when you need to retrieve delivery logs, filter by status or time, and paginate through results.
Parámetros de entrada
idstringFilter by one or more event IDs.
dirstringenumSort direction: asc or desc; default is 'desc'.
ascdescnextstringCursor to fetch the next page.
prevstringCursor to fetch the previous page.
limitintegerPage size; default 100; max 250.
statusstringFilter by event lifecycle status (e.g., SUCCESSFUL, QUEUED, FAILED).
attemptsobjectFilter by number of delivery attempts with operators. E.g., {'gte': 2, 'lte': 5}.
order_bystringSort key; default is 'created_at'.
source_idstringFilter by one or more source IDs.
created_atobjectFilter by event creation timestamp with operators. E.g., {'gte': '2023-01-01T00:00:00Z'}.
webhook_idstringFilter by one or more connection (webhook) IDs.
destination_idstringFilter by one or more destination IDs.
response_statusintegerFilter by HTTP response status code(s) or with operators. E.g., 200, [200,404], or {'gte':400}.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Hookdeck RequestHOOKDECK_GET_REQUESTAcciónTool to retrieve details of a specific Hookdeck request. Use after confirming the request ID.
HOOKDECK_GET_REQUESTAcciónTool to retrieve details of a specific Hookdeck request. Use after confirming the request ID.
Parámetros de entrada
request_idstringObligatorioID of the Hookdeck request to retrieve
Parámetros de salida
idstringObligatorioRequest ID
dataobjectDetailed original request data for the Hookdeck request.
errorstringError if any occurred during the execution of the action
team_idstringObligatorioTeam (project) ID
verifiedbooleanWhether the request was verified when received
source_idstringObligatorioID of the associated source
created_atstringObligatorioCreation timestamp of the request
successfulbooleanObligatorioWhether or not the action execution was successful or not
updated_atstringObligatorioLast update timestamp of the request
ingested_atstringTimestamp when the request was ingested
events_countintegerNumber of events created from this request
service_tierstringObligatorioService tier for this request
ignored_countintegerObligatorioCount of ignored events
rejection_causestringReason the request was rejected, if applicable
cli_events_countintegerNumber of CLI events created from this request
original_event_data_idstringID of the original event data record
Hookdeck: Get RequestsHOOKDECK_GET_REQUESTSAcciónTool to list Hookdeck requests. Use when you need to retrieve requests with optional filters and pagination.
HOOKDECK_GET_REQUESTSAcciónTool to list Hookdeck requests. Use when you need to retrieve requests with optional filters and pagination.
Parámetros de entrada
idstringFilter by one or more request IDs.
dirstringenumSort direction (asc or desc).
ascdescbodyobjectPartial JSON match against request body.
nextstringCursor for next page of results.
pathstringPartial string match against the request path.
prevstringCursor for previous page of results.
limitintegerPage size (1-255).
statusstringenumFilter by request status.
acceptedrejectedheadersobjectPartial JSON match against request headers.
order_bystringenumSort key for results.
ingested_atcreated_atverifiedbooleanFilter by whether the request was verified.
source_idstringFilter by one or more source IDs.
ingested_atstringFilter by request ingestion timestamp. Accepts ISO-8601 string or operators dict like {'gte': '2023-01-01T00:00:00Z'}.
events_countintegerFilter by number of events created (excluding CLI events). Accepts integer, list, or operators dict.
parsed_queryobjectPartial JSON match against parsed query parameters.
ignored_countintegerFilter by ignored events count. Accepts a single integer, list of integers, or operators dict like {'gte': 5}.
rejection_causestringFilter by one or more rejection causes.
cli_events_countintegerFilter by number of CLI events created. Accepts integer, list, or operators dict.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get sourcesHOOKDECK_GET_SOURCESAcciónTool to retrieve all sources associated with your Hookdeck account. Use when you need to list or filter hook sources.
HOOKDECK_GET_SOURCESAcciónTool to retrieve all sources associated with your Hookdeck account. Use when you need to list or filter hook sources.
Parámetros de entrada
idstringFilter by source IDs.
dirstringenumSort direction used in the response; defaults to desc if omitted.
ascdescnamestringFilter by source name; supports string operators such as contains.
nextstringID to get the next page of results.
prevstringID to get the previous page of results.
typestringFilter by source type.
limitintegerResult set size (max 255).
disabledbooleanInclude disabled resources in the response.
order_bystringenumSort key used in the response; defaults to created_at if omitted.
namecreated_atupdated_atdisabled_atobjectFilter by date disabled; use operators gte, gt, lte, lt, e.g., {'gte': '2021-01-01'}.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Hookdeck TransformationHOOKDECK_GET_TRANSFORMATIONAcciónTool to retrieve details of a specific Hookdeck transformation. Use after confirming the transformation ID.
HOOKDECK_GET_TRANSFORMATIONAcciónTool to retrieve details of a specific Hookdeck transformation. Use after confirming the transformation ID.
Parámetros de entrada
transformation_idstringObligatorioID of the transformation to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get transformationsHOOKDECK_GET_TRANSFORMATIONSAcciónTool to list Hookdeck transformations. Use when you need to retrieve or filter your Hookdeck transformations.
HOOKDECK_GET_TRANSFORMATIONSAcciónTool to list Hookdeck transformations. Use when you need to retrieve or filter your Hookdeck transformations.
Parámetros de entrada
idstringFilter by transformation IDs.
dirstringenumSort direction used for this response.
ascdescnamestringFilter by transformation name; supports string operators such as contains.
nextstringCursor for next page of results.
prevstringCursor for previous page of results.
limitintegerPage size; maximum of 255.
order_bystringenumSort key used for this response.
namecreated_atupdated_at
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Hookdeck SourceHOOKDECK_HOOKDECK_GET_SOURCEAcciónTool to retrieve details of a specific Hookdeck source. Use after confirming the source ID.
HOOKDECK_HOOKDECK_GET_SOURCEAcciónTool to retrieve details of a specific Hookdeck source. Use after confirming the source ID.
Parámetros de entrada
includestringenumOptional include parameter. For API version 2023-07-01 use 'verification.configs'; for newer versions, 'config.auth' is supported.
verification.configsconfig.authsource_idstringObligatorioID of the source to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Send Hookdeck Source RequestHOOKDECK_HOOKDECK_SEND_SOURCE_REQUESTAcciónTool to send HTTP requests to a Hookdeck Source URL. Use when ingesting test payloads to generate events for testing HOOKDECK_GET_EVENT.
HOOKDECK_HOOKDECK_SEND_SOURCE_REQUESTAcciónTool to send HTTP requests to a Hookdeck Source URL. Use when ingesting test payloads to generate events for testing HOOKDECK_GET_EVENT.
Parámetros de entrada
bodyanyOptional JSON-compatible payload for POST/PUT/PATCH requests; serialized as JSON.
pathstringOptional path appended after the source_id; must start with '/'.
queryobjectOptional query parameters. Supports Hookdeck flags like x-hookdeck-allow-methods and x-hookdeck-response variants.
methodstringenumHTTP method to use. GET is allowed only if enabled in the Source settings or via the x-hookdeck-allow-methods query parameter.
GETPOSTPUTPATCHDELETEheadersobjectOptional headers to include; do not include Hookdeck REST API auth headers.
source_idstringObligatorioThe unique segment of the Source URL (not the internal object ID).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Hookdeck BookmarksHOOKDECK_LIST_BOOKMARKSAcciónTool to list bookmarks. Use when you need to retrieve your Hookdeck account's bookmarks with optional filters and pagination. Use after authenticating your session.
HOOKDECK_LIST_BOOKMARKSAcciónTool to list bookmarks. Use when you need to retrieve your Hookdeck account's bookmarks with optional filters and pagination. Use after authenticating your session.
Parámetros de entrada
idstringFilter by one or more bookmark IDs
dirstringenumSort direction: 'asc' or 'desc'
ascdescnamestringFilter by one or more bookmark labels
nextstringCursor for next page
prevstringCursor for previous page
labelstringFilter by one or more bookmark aliases or labels
limitintegerPage size limit (1-255)
order_bystringField to order by, e.g., 'created_at' or 'last_used_at'
webhook_idstringFilter by one or more webhook (connection) IDs
event_data_idstringFilter by one or more event data IDs
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Hookdeck: List IssuesHOOKDECK_LIST_ISSUESAcciónTool to list all issues detected in your Hookdeck account. Use when you need to retrieve and filter issues by type, status, or time.
HOOKDECK_LIST_ISSUESAcciónTool to list all issues detected in your Hookdeck account. Use when you need to retrieve and filter issues by type, status, or time.
Parámetros de entrada
idstringFilter by one or more issue IDs.
dirstringenumSort direction: asc or desc.
ascdescnextstringCursor for next page of results.
prevstringCursor for previous page of results.
typestringenumFilter by issue types: delivery, transformation, backpressure.
deliverytransformationbackpressurelimitintegerPage size for pagination (1-250).
statusstringenumFilter by issue statuses: OPENED, IGNORED, ACKNOWLEDGED, RESOLVED.
OPENEDIGNOREDACKNOWLEDGEDRESOLVEDorder_bystringSort key(s).
created_atobjectFilter by creation timestamp using operators (gte, gt, lte, lt).
merged_withstringFilter by one or more merged issue IDs.
dismissed_atobjectFilter by dismissed timestamp using operators (gte, gt, lte, lt).
last_seen_atobjectFilter by last seen timestamp using operators (gte, gt, lte, lt).
first_seen_atobjectFilter by first seen timestamp using operators (gte, gt, lte, lt).
aggregation_keysobjectFilter by aggregation keys as a JSON object.
issue_trigger_idstringFilter by one or more issue trigger IDs.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Manually Retry Hookdeck EventHOOKDECK_MANUALLY_RETRY_EVENTAcciónTool to manually retry a specific Hookdeck event delivery. Use when an event has failed and you need a manual retry.
HOOKDECK_MANUALLY_RETRY_EVENTAcciónTool to manually retry a specific Hookdeck event delivery. Use when an event has failed and you need a manual retry.
Parámetros de entrada
event_idstringObligatorioID of the Hookdeck event to manually retry
Parámetros de salida
idstringObligatorioUnique identifier of the event
dataobjectObligatorioDetails of the original event request
errorstringError if any occurred during the execution of the action
cli_idstringCLI session ID if applicable
statusstringObligatorioCurrent status of the event
team_idstringObligatorioID of the team/project owning the event
attemptsintegerObligatorioNumber of delivery attempts
source_idstringObligatorioAssociated source ID
created_atstringObligatorioTimestamp when the event was created
error_codestringError code if delivery has failed
request_idstringObligatorioOriginal request ID that triggered the event
successfulbooleanObligatorioWhether or not the action execution was successful or not
updated_atstringObligatorioTimestamp when the event was last updated
webhook_idstringObligatorioAssociated webhook (connection) ID
event_data_idstringObligatorioID of the event data payload
successful_atstringTimestamp when the event was successfully delivered
destination_idstringObligatorioAssociated destination ID
last_attempt_atstringTimestamp of the last delivery attempt
next_attempt_atstringTimestamp scheduled for the next retry
response_statusintegerHTTP status code returned by the destination
Replay Hookdeck EventHOOKDECK_REPLAY_EVENTAcciónTool to replay a specific Hookdeck event. Use when you need to manually retry a failed event delivery.
HOOKDECK_REPLAY_EVENTAcciónTool to replay a specific Hookdeck event. Use when you need to manually retry a failed event delivery.
Parámetros de entrada
event_idstringObligatorioID of the event to replay
Parámetros de salida
idstringObligatorioUnique identifier of the event
dataobjectObligatorioDetails of the original event request
errorstringError if any occurred during the execution of the action
cli_idstringCLI session ID if applicable
statusstringObligatorioCurrent status of the event
team_idstringObligatorioID of the team/project owning the event
attemptsintegerObligatorioNumber of delivery attempts
source_idstringObligatorioAssociated source ID
created_atstringObligatorioTimestamp when the event was created
error_codestringError code if delivery has failed
request_idstringObligatorioOriginal request ID that triggered the event
successfulbooleanObligatorioWhether or not the action execution was successful or not
updated_atstringObligatorioTimestamp when the event was last updated
webhook_idstringObligatorioAssociated webhook (connection) ID
event_data_idstringObligatorioID of the event data payload
successful_atstringTimestamp when the event was successfully delivered
destination_idstringObligatorioAssociated destination ID
last_attempt_atstringTimestamp of the last delivery attempt
next_attempt_atstringTimestamp scheduled for the next retry
response_statusintegerHTTP status code returned by the destination
Resolve Hookdeck IssueHOOKDECK_RESOLVE_ISSUEAcciónTool to resolve a Hookdeck issue. Use after confirming the underlying issue has been addressed.
HOOKDECK_RESOLVE_ISSUEAcciónTool to resolve a Hookdeck issue. Use after confirming the underlying issue has been addressed.
Parámetros de entrada
issue_idstringObligatorioID of the issue to resolve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve Hookdeck IssueHOOKDECK_RETRIEVE_ISSUEAcciónTool to retrieve details of a specific Hookdeck issue. Use after confirming the issue ID.
HOOKDECK_RETRIEVE_ISSUEAcciónTool to retrieve details of a specific Hookdeck issue. Use after confirming the issue ID.
Parámetros de entrada
issue_idstringObligatorioID of the Hookdeck issue to retrieve
Parámetros de salida
idstringObligatorioIssue ID
dataobjectObligatorioDetailed context data
typestringObligatorioIssue type
errorstringError if any occurred during the execution of the action
statusstringObligatorioIssue status
team_idstringObligatorioTeam ID
opened_atstringObligatorioOpened timestamp
referenceobjectObligatorioTrigger reference
created_atstringObligatorioCreation timestamp
successfulbooleanObligatorioWhether or not the action execution was successful or not
updated_atstringObligatorioLast update timestamp
merged_withstringMerged issue ID (nullable)
dismissed_atstringDismissed timestamp (nullable)
last_seen_atstringObligatorioLast seen timestamp
first_seen_atstringObligatorioFirst seen timestamp
last_updated_bystringLast user who updated the issue
aggregation_keysobjectObligatorioGrouping keys
auto_resolved_atstringAuto-resolved timestamp (nullable)
issue_trigger_idstringObligatorioIssue trigger ID
Trigger Hookdeck BookmarkHOOKDECK_TRIGGER_BOOKMARKAcciónTool to trigger a stored request via its bookmark ID. Use when replaying the stored request associated with a bookmark.
HOOKDECK_TRIGGER_BOOKMARKAcciónTool to trigger a stored request via its bookmark ID. Use when replaying the stored request associated with a bookmark.
Parámetros de entrada
bookmark_idstringObligatorioID of the bookmark to trigger for replaying its stored request
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Hookdeck Update ConnectionHOOKDECK_UPDATE_CONNECTIONAcciónTool to update an existing connection. Use when you need to modify the name, description, or rules of a connection.
HOOKDECK_UPDATE_CONNECTIONAcciónTool to update an existing connection. Use when you need to modify the name, description, or rules of a connection.
Parámetros de entrada
namestringUnique name for the connection; pattern ^[A-Za-z0-9-_]+$, max 155 chars
rulesobject[]Array of rules for the connection (e.g., retry, filter)
descriptionstringDescription for the connection; max 500 chars
connection_idstringObligatorioID of the connection to update
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Hookdeck DestinationHOOKDECK_UPDATE_DESTINATIONAcciónTool to update an existing Hookdeck destination. Use when you need to modify a destination's settings after creation.
HOOKDECK_UPDATE_DESTINATIONAcciónTool to update an existing Hookdeck destination. Use when you need to modify a destination's settings after creation.
Parámetros de entrada
namestringNew name for the destination. Pattern: ^[A-Za-z0-9\-_]+$, max length 155
typestringenumDestination type
HTTPCLIMOCK_APIconfigobjectConfiguration for a Hookdeck destination.
descriptionstringDescription for the destination, max length 500
destination_idstringObligatorioID of the destination to update
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Hookdeck Update SourceHOOKDECK_UPDATE_SOURCEAcciónTool to update a Hookdeck source. Use when you need to modify the name, type, description, or config of an existing source.
HOOKDECK_UPDATE_SOURCEAcciónTool to update a Hookdeck source. Use when you need to modify the name, type, description, or config of an existing source.
Parámetros de entrada
namestringUnique source name; alphanumeric characters, hyphens, and underscores only; pattern ^[A-z0-9-_]+$; max length 155
typestringenumType of the source; must be one of the predefined source types
ADYENAIPRISEAIRWALLEXAKENEOALIPAYAWS_SNSBIGCOMMERCEBONDSMITHBRIDGECLIOCLOUDSIGNALCOMMERCELAYER+88configobjectType-specific configuration object for the source
source_idstringObligatorioID of the source to update
descriptionstringOptional description for the source; max length 500
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Hookdeck TransformationHOOKDECK_UPDATE_TRANSFORMATIONAcciónTool to update an existing Hookdeck transformation. Use when you need to modify a transformation's code, name, or environment variables after creation.
HOOKDECK_UPDATE_TRANSFORMATIONAcciónTool to update an existing Hookdeck transformation. Use when you need to modify a transformation's code, name, or environment variables after creation.
Parámetros de entrada
envobjectEnvironment variables for the transformation as key-value pairs
codestringJavaScript code to be executed in the transformation
namestringA unique, human-friendly name for the transformation. Pattern: ^[A-Za-z0-9\-_]+$, max length 155
transformation_idstringObligatorioID of the transformation to update
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not