Skip to main content
POST
Select a CTA
Call this after you create the requestId for the user action. The response returns CTA text and a target URL for the same context.

Body

application/json
query
string
required
Example:

"What does Webless do?"

company
string
default:sigma
Example:

"YOUR_COMPANY"

version
enum<string>
default:published

Runtime package pointer. Omit this field or use published for production traffic. Use unpublished only when testing an unpublished runtime package.

Available options:
published,
unpublished
requestId
string
Example:

"1f7c5f74-7b9e-4a0a-9b7d-4e3e2a5e3b60"

sessionId
string
Example:

"a1c2d3e4-1111-2222-3333-444455556666"

is_private_session
boolean
default:false

Response

CTA result

text
string
url
string<uri>
open_type
enum<string>

Determines how the CTA URL should be opened. self opens in the same tab, blank opens in a new tab, and form triggers an in-page form interaction.

Available options:
self,
form,
blank