rerun_webhook
imerit_ango.sdk.SDK.
rerun_webhook(project_id, webhook_stage_id)
Re-run a webhook stage.
Parameters
project_id: string
The unique identifier for the project. You can find the project ID in the user interface or retrieve it using the
list_projects
function.
webhook_stage_id: string
The unique identifier for the webhook stage to re-run.
Returns:
output: dict
Example:
See also
Last updated