Send event
POST {{integrationBaseUrl}}/mparticle
Send an mParticle event to Talon.One.
This endpoint supports the following mParticle events:
- module_registration_request
: A new client signs up for Talon.One in mParticle.
- audience_subscription_request
: A client adds/deletes/edits an audience in mParticle.
- event_processing_request
: Talon.One should process events that have been triggered in mParticle.
- audience_membership_change_request
: Customers are added to/removed from an audience in mParticle.
Request Body
{"type"=>"module_registration_request", "id"=>"deadb33f-dead-b33f-b33f-deadbeef0000", "timestamp_ms"=>1586980879793, "firehose_version"=>"2.4.0", "account"=>{"account_id"=>1234567, "account_settings"=>{"apiKey"=>"someapikey", "deploymentURL"=>"mycompany.europe-west1.talon.one", "userIdField"=>"email"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |