Affinda · Arazzo Workflow
Affinda Subscribe and Activate a Webhook
Version 1.0.0
Create a resthook subscription for an event and activate it with the received secret.
View Spec
View on GitHub
AIArtificial IntelligenceDocument ProcessingIntelligent Document ProcessingIDPOCRResume ParsingInvoice ParsingReceipt ParsingDocument ExtractionDocument ClassificationDocument SplittingRecruitmentBankingInsuranceLogisticsHealthcareGovernmentArazzoWorkflows
Provider
Workflows
webhook-subscribe-and-activate
Create a resthook subscription then activate it with its secret.
Creates a resthook subscription for an event and target URL, activates it using the X-Hook-Secret delivered to the target, and reads it back to confirm.
1
createSubscription
createResthookSubscription
Create the resthook subscription for the target URL and event. Affinda will POST an X-Hook-Secret to the target which is then used to activate.
2
activateSubscription
activateResthookSubscription
Activate the subscription by replaying the X-Hook-Secret that was delivered to the target URL.
3
confirmSubscription
getResthookSubscription
Read the subscription back to confirm it exists and is active.