User Blocks
User Block events must be sent on the FT CRM Integration API.
REST API
RabbitMQ Connector
Kafka Connector
⤴️ PUT /v2/integration/user/blocks
RabbitMQ Message Properties
key | value |
---|---|
key | value |
type | USER_BLOCK_V2 |
The type is expected as a property (but not in the payload) of the RabbitMQ Message. Any header will be ignored.
Kafka Message Headers
key | value |
---|---|
key | value |
type | USER_BLOCK_V2 |
Hit this endpoint whenever there is an update or change to the user blocks.
Fast Track will fetch the latest data from the Operator API (GET /userblocks/:userid)
Request
Required fields:
- user_id
- timestamp (RFC 3339 format)
- origin