API Changelog
2025/01/31
SMS & Push event type support
Version 2.4: We added SMS & Push event type support to Profile API.
Available new event types: sms_sent, sms_delivered, sms_bounced, sms_unsubscribed, push_sent, push_open, push_bounced
.
Orchestration ID filter
Version 2.4: We added filter by orchestration ID support to Profile API.
2024/12/03
Multi-language support
Version 2.4: Multi-language support has been added to the Project Campaign API. You can now use the languages
array to define content translations.
Specific platform targeting & Web Push support
Version 2.4: Changes for Project Campaign API:
Added support for sending pushes to the web platform through API.
Added platform targeting: you can now use
platform_type
to select what kind of platform you want to target. Breaking:platform_type
is a new, required field with no default value: if want to send to all platforms, set the value to"ios","android","web"
. Version 2.3 and lower of the API will only send to iOS and Android.
Imported-tokens support
Version 2.4: Added imported tokens support to Project Campaign API.
2024/08/12
Version 2.3: Added Push Notifications support to Project Campaign API
2024/07/20
Version 2.0: Added events export to Profile API - Export profile data
Last updated
Was this helpful?