Registrations
Registration events must be sent on the FT CRM Integration API.
REST API
RabbitMQ Connector
Kafka Connector
⬆️ POST /v2/integration/user
RabbitMQ Message Properties
key | value |
---|---|
key | value |
type | USER_CREATE_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_CREATE_V2 |
This message needs to be published upon registration. Try to push it as close as possible to the registration taking place in the platform for the best experience.
When we receive the message on the integration platform, it will trigger user update fetching user details from Operator API.
Body
Required fields:
- user_id
- timestamp (RFC 3339 format)
- origin