Fire Interaction
Description
This service is used to fire a specific interaction for the logged-in consumer.
Request
Restrictions
This service requires an authenticated user and can only be called after a successful consumer login.
Endpoint
POST https://<server-url>/api/v4/interaction/fireParameters
touchpoint
Query / Header
The identifier for the touchpoint making the request. If sent as a header, the name must be Thalamus-Touchpoint.
token
Query / Header
The authentication token for the API session. If sent as a header, the name must be Thalamus-Token.
activity
Query / Header
Optional. The activity to be used. If sent as a header, the name must be Thalamus-Activity.
tags
Query / Header
Optional. A comma-separated list of up to 25 string tags to add extra information for reporting purposes. If sent as a query parameter, use the key tags. If sent as a header, use the key Thalamus-Tags.
Content-Type
Header
Specifies the content type of the request body. Must be application/json.
Full URL Example
Example with Tags:
Request Body
The body of the request specifies the interaction to be fired.
interactionTypeCode
String
The code identifying the type of interaction to be fired (e.g., "register").
additionalInfo
String
Optional. Any additional information or context related to the interaction.
JSON
Response
✅ Successful Response: 201 Created
201 CreatedThe interaction was successfully fired. The response returns the current session context.
JSON
❌ Unsuccessful Response: 400 Bad Request
400 Bad RequestReturned if the interactionTypeCode is invalid or does not exist.
JSON
Last updated
Was this helpful?
