--- title: 'Xtremepush' description: 'Omnichannel engagement platform for iGaming with campaigns, user profiles, and analytics.' --- # Xtremepush Omnichannel engagement platform for iGaming with campaigns, user profiles, and analytics. | Detail | Value | |---|---| | Category | iGaming | | Base URL | `https://api.xtremepush.com/api/external` | | Authentication | API Key | | Endpoints | 10 | | Connector key | `xtremepush` | ## Using Xtremepush in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Xtremepush** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [POST /campaign/create](./post_campaign_create_igaming_createcampaign) | Create campaign | | [POST /campaign/send](./post_campaign_send_igaming_sendcampaign) | Send campaign | | [POST /campaign/list](./post_campaign_list_igaming_listcampaigns) | List campaigns | | [POST /user-profile/import](./post_user_profile_import_igaming_importprofiles) | Import user profiles | | [POST /user-profile/info](./post_user_profile_info_igaming_getuserprofile) | Get user profile | | [POST /user-profile/attribute](./post_user_profile_attribute_igaming_setattributes) | Set user attributes | | [POST /event/hit-event](./post_event_hit_event_igaming_recordevent) | Record event | | [POST /event/batch-hit](./post_event_batch_hit_igaming_batchevents) | Batch events | | [POST /analytics/campaigns-stats](./post_analytics_campaigns_stats_igaming_campaignstats) | Campaign stats | | [POST /analytics/new-users](./post_analytics_new_users_igaming_newusermetrics) | New user metrics | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.