NAiOS IconNAiOS Logo
Volver al catálogo

Hookdeck

hookdeck

Hookdeck is a platform that enables developers to manage, monitor, and secure webhooks and API events.

Acciones
39
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool to create a bulk cancellation job for events. Use when you need to cancel multiple events matching filters.

Parámetros de entrada

  • queryobjectObligatorio

    Filter object specifying conditions for selecting events to cancel.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Bulk Retry Hookdeck EventsHOOKDECK_BULK_RETRY_EVENTSAcción

Tool 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

  • queryobjectObligatorio

    Filter object specifying conditions for selecting events to retry.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Cancel Hookdeck EventHOOKDECK_CANCEL_EVENTAcción

Tool 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_idstringObligatorio

    ID of the event to cancel

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Cancel Hookdeck Scheduled RetriesHOOKDECK_CANCEL_SCHEDULED_RETRIESAcción

Tool 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_idstringObligatorio

    ID of the event to mute scheduled retries for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Hookdeck BookmarkHOOKDECK_CREATE_BOOKMARKAcción

Tool to create a new bookmark. Use when you want to bookmark a specific event for quick access.

Parámetros de entrada

  • labelstringObligatorio

    Descriptive name for the bookmark shown in UI.

  • webhook_idstringObligatorio

    ID of the associated connection (webhook).

  • event_data_idstringObligatorio

    ID of the event data to bookmark.

Parámetros de salida

  • idstringObligatorio

    Unique bookmark ID.

  • dataobject

    Snapshot of the original event request data at bookmark time.

  • aliasstring

    Optional alternate alias for the bookmark.

  • errorstring

    Error if any occurred during the execution of the action

  • labelstringObligatorio

    Bookmark label.

  • team_idstringObligatorio

    Project/workspace ID.

  • created_atstringObligatoriodate-time

    When the bookmark was created.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

  • updated_atstringObligatoriodate-time

    When the bookmark was last updated.

  • webhook_idstringObligatorio

    Associated connection (webhook) ID.

  • last_used_atstringdate-time

    When the bookmark was last manually triggered.

  • event_data_idstringObligatorio

    Bookmarked event data ID.

Create Hookdeck ConnectionHOOKDECK_CREATE_CONNECTIONAcción

Tool to create a connection between a source and a destination. Use after setting up or referencing source/destination.

Parámetros de entrada

  • namestring

    Optional unique name for the connection.

  • rulesobject[]

    Optional list of retry rules for the connection.

  • sourceobject

    Inline input for creating a source.

  • source_idstring

    ID of an existing source to bind to this connection.

  • descriptionstring

    Optional human-readable description for the connection.

  • destinationobject

    Inline input for creating a destination.

  • destination_idstring

    ID of an existing destination to bind to this connection.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Hookdeck DestinationHOOKDECK_CREATE_DESTINATIONAcción

Tool to create a new Hookdeck destination. Use after setting up sources when you need to route events to endpoints.

Parámetros de entrada

  • namestringObligatorio

    Unique destination name; letters, numbers, hyphens, or underscores only; max 155 chars.

  • typestringenum

    Destination type; one of HTTP, CLI, or MOCK_API. Defaults to HTTP.

    HTTPCLIMOCK_API
  • configobjectObligatorio

    Configuration object specific to the chosen destination type.

  • descriptionstring

    Human-readable description of the destination.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Hookdeck SourceHOOKDECK_CREATE_SOURCEAcción

Tool 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

  • namestringObligatorio

    Unique source name; letters, numbers, hyphens, or underscores only; max 155 chars.

  • typestringenum

    Predefined source type. Omit for a generic webhook source.

    WEBHOOKPUBLISH_APIAIPRISEDOCUSIGNINTERCOM
  • configobject

    Configuration object for the source; fields vary by source type.

  • descriptionstring

    Human-readable description of the source.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Hookdeck TransformationHOOKDECK_CREATE_TRANSFORMATIONAcción

Tool to create a new Hookdeck transformation. Use when you need to execute custom JavaScript to modify event payloads before delivery.

Parámetros de entrada

  • envobject

    Key-value environment variables to pass to the transformation.

  • codestringObligatorio

    JavaScript code to execute for the transformation.

  • namestringObligatorio

    Unique transformation name; letters, numbers, hyphens, or underscores only; max 155 chars.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Hookdeck BookmarkHOOKDECK_DELETE_BOOKMARKAcción

Tool 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_idstringObligatorio

    The unique identifier of the bookmark to permanently delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Hookdeck ConnectionHOOKDECK_DELETE_CONNECTIONAcción

Tool 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_idstringObligatorio

    The unique identifier of the connection to permanently delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Hookdeck DestinationHOOKDECK_DELETE_DESTINATIONAcción

Tool 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_idstringObligatorio

    The unique identifier of the destination to permanently delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Hookdeck SourceHOOKDECK_DELETE_SOURCEAcción

Tool 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_idstringObligatorio

    The unique identifier of the source to permanently delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Hookdeck TransformationHOOKDECK_DELETE_TRANSFORMATIONAcción

Tool 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_idstringObligatorio

    The unique identifier of the transformation to permanently delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Hookdeck AttemptHOOKDECK_GET_ATTEMPTAcción

Tool to retrieve details of a specific Hookdeck attempt by its ID. Use after confirming the attempt ID.

Parámetros de entrada

  • attempt_idstringObligatorio

    ID of the Hookdeck attempt to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get attemptsHOOKDECK_GET_ATTEMPTSAcción

Tool 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

  • idstring

    Filter by one or more attempt IDs.

  • dirstring

    Sort direction(s), e.g., asc or desc.

  • nextstring

    Cursor to fetch the next page.

  • prevstring

    Cursor to fetch the previous page.

  • limitinteger

    Page size; max 255.

  • event_idstring

    Filter by one or more event IDs associated with the attempts.

  • order_bystring

    Sort key(s) to order results by.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Hookdeck ConnectionHOOKDECK_GET_CONNECTIONAcción

Tool to retrieve details of a specific Hookdeck connection. Use after confirming the connection ID.

Parámetros de entrada

  • connection_idstringObligatorio

    ID of the connection to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Hookdeck: Get ConnectionsHOOKDECK_GET_CONNECTIONSAcción

Tool to list Hookdeck connections. Use when you need to retrieve or filter your configured connections.

Parámetros de entrada

  • idstring

    Filter by one or more connection IDs.

  • dirstringenum

    Sort direction: asc or desc. Default: desc.

    ascdesc
  • nextstring

    Cursor for next page of results.

  • prevstring

    Cursor for previous page of results.

  • limitinteger

    Page size: integer between 1 and 250. Defaults to 100.

  • disabledboolean

    Include disabled connections if true.

  • order_bystring

    Sort key(s). Default: created_at.

  • full_namestring

    Fuzzy match on combined 'source -> connection' name.

  • paused_atobject

    Filter by paused date using operators (gte, gt, lte, lt).

  • source_idstring

    Filter by one or more source IDs.

  • disabled_atobject

    Filter by disabled date using operators (gte, gt, lte, lt).

  • destination_idstring

    Filter by one or more destination IDs.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Hookdeck DestinationHOOKDECK_GET_DESTINATIONAcción

Tool to retrieve details of a specific Hookdeck destination. Use after confirming the destination ID.

Parámetros de entrada

  • destination_idstringObligatorio

    ID of the destination to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Hookdeck: Get DestinationsHOOKDECK_GET_DESTINATIONSAcción

Tool to list Hookdeck destinations. Use when you need to retrieve or filter your configured destinations.

Parámetros de entrada

  • idstring

    Filter by one or more destination IDs.

  • dirstringenum

    Sort direction: asc or desc. Defaults to desc.

    ascdesc
  • namestring

    Filter by one or more destination names.

  • nextstring

    Cursor for next page.

  • prevstring

    Cursor for previous page.

  • typestringenum

    Filter by destination type. Allowed values: HTTP, CLI, MOCK_API.

    HTTPCLIMOCK_API
  • limitinteger

    Page size: integer between 1 and 255. Defaults to 100.

  • disabledboolean

    Include disabled destinations if true.

  • order_bystringenum

    Sort key: name, created_at, or updated_at. Defaults to created_at.

    namecreated_atupdated_at
  • disabled_atstring

    Filter destinations disabled at a specific timestamp or with operators.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get eventsHOOKDECK_GET_EVENTSAcción

Tool 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

  • idstring

    Filter by one or more event IDs.

  • dirstringenum

    Sort direction: asc or desc; default is 'desc'.

    ascdesc
  • nextstring

    Cursor to fetch the next page.

  • prevstring

    Cursor to fetch the previous page.

  • limitinteger

    Page size; default 100; max 250.

  • statusstring

    Filter by event lifecycle status (e.g., SUCCESSFUL, QUEUED, FAILED).

  • attemptsobject

    Filter by number of delivery attempts with operators. E.g., {'gte': 2, 'lte': 5}.

  • order_bystring

    Sort key; default is 'created_at'.

  • source_idstring

    Filter by one or more source IDs.

  • created_atobject

    Filter by event creation timestamp with operators. E.g., {'gte': '2023-01-01T00:00:00Z'}.

  • webhook_idstring

    Filter by one or more connection (webhook) IDs.

  • destination_idstring

    Filter by one or more destination IDs.

  • response_statusinteger

    Filter by HTTP response status code(s) or with operators. E.g., 200, [200,404], or {'gte':400}.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Hookdeck RequestHOOKDECK_GET_REQUESTAcción

Tool to retrieve details of a specific Hookdeck request. Use after confirming the request ID.

Parámetros de entrada

  • request_idstringObligatorio

    ID of the Hookdeck request to retrieve

Parámetros de salida

  • idstringObligatorio

    Request ID

  • dataobject

    Detailed original request data for the Hookdeck request.

  • errorstring

    Error if any occurred during the execution of the action

  • team_idstringObligatorio

    Team (project) ID

  • verifiedboolean

    Whether the request was verified when received

  • source_idstringObligatorio

    ID of the associated source

  • created_atstringObligatorio

    Creation timestamp of the request

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

  • updated_atstringObligatorio

    Last update timestamp of the request

  • ingested_atstring

    Timestamp when the request was ingested

  • events_countinteger

    Number of events created from this request

  • service_tierstringObligatorio

    Service tier for this request

  • ignored_countintegerObligatorio

    Count of ignored events

  • rejection_causestring

    Reason the request was rejected, if applicable

  • cli_events_countinteger

    Number of CLI events created from this request

  • original_event_data_idstring

    ID of the original event data record

Hookdeck: Get RequestsHOOKDECK_GET_REQUESTSAcción

Tool to list Hookdeck requests. Use when you need to retrieve requests with optional filters and pagination.

Parámetros de entrada

  • idstring

    Filter by one or more request IDs.

  • dirstringenum

    Sort direction (asc or desc).

    ascdesc
  • bodyobject

    Partial JSON match against request body.

  • nextstring

    Cursor for next page of results.

  • pathstring

    Partial string match against the request path.

  • prevstring

    Cursor for previous page of results.

  • limitinteger

    Page size (1-255).

  • statusstringenum

    Filter by request status.

    acceptedrejected
  • headersobject

    Partial JSON match against request headers.

  • order_bystringenum

    Sort key for results.

    ingested_atcreated_at
  • verifiedboolean

    Filter by whether the request was verified.

  • source_idstring

    Filter by one or more source IDs.

  • ingested_atstring

    Filter by request ingestion timestamp. Accepts ISO-8601 string or operators dict like {'gte': '2023-01-01T00:00:00Z'}.

  • events_countinteger

    Filter by number of events created (excluding CLI events). Accepts integer, list, or operators dict.

  • parsed_queryobject

    Partial JSON match against parsed query parameters.

  • ignored_countinteger

    Filter by ignored events count. Accepts a single integer, list of integers, or operators dict like {'gte': 5}.

  • rejection_causestring

    Filter by one or more rejection causes.

  • cli_events_countinteger

    Filter by number of CLI events created. Accepts integer, list, or operators dict.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get sourcesHOOKDECK_GET_SOURCESAcción

Tool to retrieve all sources associated with your Hookdeck account. Use when you need to list or filter hook sources.

Parámetros de entrada

  • idstring

    Filter by source IDs.

  • dirstringenum

    Sort direction used in the response; defaults to desc if omitted.

    ascdesc
  • namestring

    Filter by source name; supports string operators such as contains.

  • nextstring

    ID to get the next page of results.

  • prevstring

    ID to get the previous page of results.

  • typestring

    Filter by source type.

  • limitinteger

    Result set size (max 255).

  • disabledboolean

    Include disabled resources in the response.

  • order_bystringenum

    Sort key used in the response; defaults to created_at if omitted.

    namecreated_atupdated_at
  • disabled_atobject

    Filter by date disabled; use operators gte, gt, lte, lt, e.g., {'gte': '2021-01-01'}.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Hookdeck TransformationHOOKDECK_GET_TRANSFORMATIONAcción

Tool to retrieve details of a specific Hookdeck transformation. Use after confirming the transformation ID.

Parámetros de entrada

  • transformation_idstringObligatorio

    ID of the transformation to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get transformationsHOOKDECK_GET_TRANSFORMATIONSAcción

Tool to list Hookdeck transformations. Use when you need to retrieve or filter your Hookdeck transformations.

Parámetros de entrada

  • idstring

    Filter by transformation IDs.

  • dirstringenum

    Sort direction used for this response.

    ascdesc
  • namestring

    Filter by transformation name; supports string operators such as contains.

  • nextstring

    Cursor for next page of results.

  • prevstring

    Cursor for previous page of results.

  • limitinteger

    Page size; maximum of 255.

  • order_bystringenum

    Sort key used for this response.

    namecreated_atupdated_at

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Hookdeck SourceHOOKDECK_HOOKDECK_GET_SOURCEAcción

Tool to retrieve details of a specific Hookdeck source. Use after confirming the source ID.

Parámetros de entrada

  • includestringenum

    Optional include parameter. For API version 2023-07-01 use 'verification.configs'; for newer versions, 'config.auth' is supported.

    verification.configsconfig.auth
  • source_idstringObligatorio

    ID of the source to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Send Hookdeck Source RequestHOOKDECK_HOOKDECK_SEND_SOURCE_REQUESTAcción

Tool 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

  • bodyany

    Optional JSON-compatible payload for POST/PUT/PATCH requests; serialized as JSON.

  • pathstring

    Optional path appended after the source_id; must start with '/'.

  • queryobject

    Optional query parameters. Supports Hookdeck flags like x-hookdeck-allow-methods and x-hookdeck-response variants.

  • methodstringenum

    HTTP method to use. GET is allowed only if enabled in the Source settings or via the x-hookdeck-allow-methods query parameter.

    GETPOSTPUTPATCHDELETE
  • headersobject

    Optional headers to include; do not include Hookdeck REST API auth headers.

  • source_idstringObligatorio

    The unique segment of the Source URL (not the internal object ID).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Hookdeck BookmarksHOOKDECK_LIST_BOOKMARKSAcción

Tool 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

  • idstring

    Filter by one or more bookmark IDs

  • dirstringenum

    Sort direction: 'asc' or 'desc'

    ascdesc
  • namestring

    Filter by one or more bookmark labels

  • nextstring

    Cursor for next page

  • prevstring

    Cursor for previous page

  • labelstring

    Filter by one or more bookmark aliases or labels

  • limitinteger

    Page size limit (1-255)

  • order_bystring

    Field to order by, e.g., 'created_at' or 'last_used_at'

  • webhook_idstring

    Filter by one or more webhook (connection) IDs

  • event_data_idstring

    Filter by one or more event data IDs

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Hookdeck: List IssuesHOOKDECK_LIST_ISSUESAcción

Tool 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

  • idstring

    Filter by one or more issue IDs.

  • dirstringenum

    Sort direction: asc or desc.

    ascdesc
  • nextstring

    Cursor for next page of results.

  • prevstring

    Cursor for previous page of results.

  • typestringenum

    Filter by issue types: delivery, transformation, backpressure.

    deliverytransformationbackpressure
  • limitinteger

    Page size for pagination (1-250).

  • statusstringenum

    Filter by issue statuses: OPENED, IGNORED, ACKNOWLEDGED, RESOLVED.

    OPENEDIGNOREDACKNOWLEDGEDRESOLVED
  • order_bystring

    Sort key(s).

  • created_atobject

    Filter by creation timestamp using operators (gte, gt, lte, lt).

  • merged_withstring

    Filter by one or more merged issue IDs.

  • dismissed_atobject

    Filter by dismissed timestamp using operators (gte, gt, lte, lt).

  • last_seen_atobject

    Filter by last seen timestamp using operators (gte, gt, lte, lt).

  • first_seen_atobject

    Filter by first seen timestamp using operators (gte, gt, lte, lt).

  • aggregation_keysobject

    Filter by aggregation keys as a JSON object.

  • issue_trigger_idstring

    Filter by one or more issue trigger IDs.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Manually Retry Hookdeck EventHOOKDECK_MANUALLY_RETRY_EVENTAcción

Tool 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_idstringObligatorio

    ID of the Hookdeck event to manually retry

Parámetros de salida

  • idstringObligatorio

    Unique identifier of the event

  • dataobjectObligatorio

    Details of the original event request

  • errorstring

    Error if any occurred during the execution of the action

  • cli_idstring

    CLI session ID if applicable

  • statusstringObligatorio

    Current status of the event

  • team_idstringObligatorio

    ID of the team/project owning the event

  • attemptsintegerObligatorio

    Number of delivery attempts

  • source_idstringObligatorio

    Associated source ID

  • created_atstringObligatorio

    Timestamp when the event was created

  • error_codestring

    Error code if delivery has failed

  • request_idstringObligatorio

    Original request ID that triggered the event

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

  • updated_atstringObligatorio

    Timestamp when the event was last updated

  • webhook_idstringObligatorio

    Associated webhook (connection) ID

  • event_data_idstringObligatorio

    ID of the event data payload

  • successful_atstring

    Timestamp when the event was successfully delivered

  • destination_idstringObligatorio

    Associated destination ID

  • last_attempt_atstring

    Timestamp of the last delivery attempt

  • next_attempt_atstring

    Timestamp scheduled for the next retry

  • response_statusinteger

    HTTP status code returned by the destination

Replay Hookdeck EventHOOKDECK_REPLAY_EVENTAcción

Tool to replay a specific Hookdeck event. Use when you need to manually retry a failed event delivery.

Parámetros de entrada

  • event_idstringObligatorio

    ID of the event to replay

Parámetros de salida

  • idstringObligatorio

    Unique identifier of the event

  • dataobjectObligatorio

    Details of the original event request

  • errorstring

    Error if any occurred during the execution of the action

  • cli_idstring

    CLI session ID if applicable

  • statusstringObligatorio

    Current status of the event

  • team_idstringObligatorio

    ID of the team/project owning the event

  • attemptsintegerObligatorio

    Number of delivery attempts

  • source_idstringObligatorio

    Associated source ID

  • created_atstringObligatorio

    Timestamp when the event was created

  • error_codestring

    Error code if delivery has failed

  • request_idstringObligatorio

    Original request ID that triggered the event

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

  • updated_atstringObligatorio

    Timestamp when the event was last updated

  • webhook_idstringObligatorio

    Associated webhook (connection) ID

  • event_data_idstringObligatorio

    ID of the event data payload

  • successful_atstring

    Timestamp when the event was successfully delivered

  • destination_idstringObligatorio

    Associated destination ID

  • last_attempt_atstring

    Timestamp of the last delivery attempt

  • next_attempt_atstring

    Timestamp scheduled for the next retry

  • response_statusinteger

    HTTP status code returned by the destination

Resolve Hookdeck IssueHOOKDECK_RESOLVE_ISSUEAcción

Tool to resolve a Hookdeck issue. Use after confirming the underlying issue has been addressed.

Parámetros de entrada

  • issue_idstringObligatorio

    ID of the issue to resolve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Retrieve Hookdeck IssueHOOKDECK_RETRIEVE_ISSUEAcción

Tool to retrieve details of a specific Hookdeck issue. Use after confirming the issue ID.

Parámetros de entrada

  • issue_idstringObligatorio

    ID of the Hookdeck issue to retrieve

Parámetros de salida

  • idstringObligatorio

    Issue ID

  • dataobjectObligatorio

    Detailed context data

  • typestringObligatorio

    Issue type

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    Issue status

  • team_idstringObligatorio

    Team ID

  • opened_atstringObligatorio

    Opened timestamp

  • referenceobjectObligatorio

    Trigger reference

  • created_atstringObligatorio

    Creation timestamp

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

  • updated_atstringObligatorio

    Last update timestamp

  • merged_withstring

    Merged issue ID (nullable)

  • dismissed_atstring

    Dismissed timestamp (nullable)

  • last_seen_atstringObligatorio

    Last seen timestamp

  • first_seen_atstringObligatorio

    First seen timestamp

  • last_updated_bystring

    Last user who updated the issue

  • aggregation_keysobjectObligatorio

    Grouping keys

  • auto_resolved_atstring

    Auto-resolved timestamp (nullable)

  • issue_trigger_idstringObligatorio

    Issue trigger ID

Trigger Hookdeck BookmarkHOOKDECK_TRIGGER_BOOKMARKAcción

Tool to trigger a stored request via its bookmark ID. Use when replaying the stored request associated with a bookmark.

Parámetros de entrada

  • bookmark_idstringObligatorio

    ID of the bookmark to trigger for replaying its stored request

Parámetros de salida

  • dataobject[]Obligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Hookdeck Update ConnectionHOOKDECK_UPDATE_CONNECTIONAcción

Tool to update an existing connection. Use when you need to modify the name, description, or rules of a connection.

Parámetros de entrada

  • namestring

    Unique name for the connection; pattern ^[A-Za-z0-9-_]+$, max 155 chars

  • rulesobject[]

    Array of rules for the connection (e.g., retry, filter)

  • descriptionstring

    Description for the connection; max 500 chars

  • connection_idstringObligatorio

    ID of the connection to update

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Hookdeck DestinationHOOKDECK_UPDATE_DESTINATIONAcción

Tool to update an existing Hookdeck destination. Use when you need to modify a destination's settings after creation.

Parámetros de entrada

  • namestring

    New name for the destination. Pattern: ^[A-Za-z0-9\-_]+$, max length 155

  • typestringenum

    Destination type

    HTTPCLIMOCK_API
  • configobject

    Configuration for a Hookdeck destination.

  • descriptionstring

    Description for the destination, max length 500

  • destination_idstringObligatorio

    ID of the destination to update

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Hookdeck Update SourceHOOKDECK_UPDATE_SOURCEAcción

Tool 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

  • namestring

    Unique source name; alphanumeric characters, hyphens, and underscores only; pattern ^[A-z0-9-_]+$; max length 155

  • typestringenum

    Type of the source; must be one of the predefined source types

    ADYENAIPRISEAIRWALLEXAKENEOALIPAYAWS_SNSBIGCOMMERCEBONDSMITHBRIDGECLIOCLOUDSIGNALCOMMERCELAYER+88
  • configobject

    Type-specific configuration object for the source

  • source_idstringObligatorio

    ID of the source to update

  • descriptionstring

    Optional description for the source; max length 500

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Hookdeck TransformationHOOKDECK_UPDATE_TRANSFORMATIONAcción

Tool 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

  • envobject

    Environment variables for the transformation as key-value pairs

  • codestring

    JavaScript code to be executed in the transformation

  • namestring

    A unique, human-friendly name for the transformation. Pattern: ^[A-Za-z0-9\-_]+$, max length 155

  • transformation_idstringObligatorio

    ID of the transformation to update

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not