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.
Differences 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
Language used in the workflow
Link has been generated.
Request is invalid
Case or Record not found
POST /link HTTP/1.1
Host: api.transactionlink.io
Content-Type: application/json
Accept: */*
Content-Length: 177
{
"caseId": "11111111-2222-3333-4444-555555555555",
"workflowDefinitionId": "3b2d8a4f-579f-4e2e-a51c-f859e532fe8c",
"parametersId": "4b6ffcb6-ab6d-44b9-b5ab-4b5147b0b302",
"lang": "en"
}
{
"link": "https://link.transactionlink.io/0df7e442-720c-4afb-8fed-c2664d6cb803"
}
Differences 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
Language used in the workflow
Link has been generated.
Request is invalid
Case or Record not found
POST /link/send HTTP/1.1
Host: api.transactionlink.io
Content-Type: application/json
Accept: */*
Content-Length: 177
{
"caseId": "11111111-2222-3333-4444-555555555555",
"workflowDefinitionId": "3b2d8a4f-579f-4e2e-a51c-f859e532fe8c",
"parametersId": "4b6ffcb6-ab6d-44b9-b5ab-4b5147b0b302",
"lang": "en"
}
{
"link": "https://link.transactionlink.io/0df7e442-720c-4afb-8fed-c2664d6cb803"
}
Last updated
Was this helpful?