Link
A single-use link with a specific workflow
Link
is a preconfigured and hosted workflow that enables your customers to effortlessly complete a onboarding process within a matter of minutes by utilizing the provided link.
POST
Generate Link
POST
Generate LinkDifferences between versions: version 1 relies on caseId and is scheduled for deprecation, whereas version 2 uses recordId (this field is optional) and is recommended moving forward.
Case identifier for which we want to initiate the workflow
ID of the workflow definition
3b2d8a4f-579f-4e2e-a51c-f859e532fe8c
ID of the parameters used in the workflow
4b6ffcb6-ab6d-44b9-b5ab-4b5147b0b302
POST /link HTTP/1.1
Host: api.transactionlink.io
Content-Type: application/json
Accept: */*
Content-Length: 165
{
"caseId": "11111111-2222-3333-4444-555555555555",
"workflowDefinitionId": "3b2d8a4f-579f-4e2e-a51c-f859e532fe8c",
"parametersId": "4b6ffcb6-ab6d-44b9-b5ab-4b5147b0b302"
}
{
"link": "https://link.transactionlink.io/0df7e442-720c-4afb-8fed-c2664d6cb803"
}
POST
Generate and send Link
POST
Generate and send LinkDifferences between versions: version 1 relies on caseId and is scheduled for deprecation, whereas version 2 uses recordId (this field is optional) and is recommended moving forward.
Case identifier for which we want to initiate the workflow
ID of the workflow definition
3b2d8a4f-579f-4e2e-a51c-f859e532fe8c
ID of the parameters used in the workflow
4b6ffcb6-ab6d-44b9-b5ab-4b5147b0b302
POST /link/send HTTP/1.1
Host: api.transactionlink.io
Content-Type: application/json
Accept: */*
Content-Length: 165
{
"caseId": "11111111-2222-3333-4444-555555555555",
"workflowDefinitionId": "3b2d8a4f-579f-4e2e-a51c-f859e532fe8c",
"parametersId": "4b6ffcb6-ab6d-44b9-b5ab-4b5147b0b302"
}
{
"link": "https://link.transactionlink.io/0df7e442-720c-4afb-8fed-c2664d6cb803"
}
DELETE
Delete Link
DELETE
Delete LinkLast updated
Was this helpful?