Optimove ​
CRM marketing platform for iGaming with customer segmentation, campaigns, and lifecycle management.
| Detail | Value |
|---|---|
| Category | iGaming |
| Base URL | https://api.optimove.net/current |
| Authentication | Bearer Token |
| Endpoints | 10 |
| Connector key | optimove |
Using Optimove in a workflow ​
- Go to Connections and click New Connection.
- Pick Optimove from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /general/GetLastDataUpdate | Last data update timestamp |
| GET /model/GetCustomerAttributeList | Customer attributes |
| GET /model/GetLifecycleStageList | Lifecycle stages |
| GET /model/GetMicrosegmentList | Microsegments |
| GET /actions/GetAllActions | Marketing actions |
| GET /actions/GetExecutedCampaignDetails | Campaign details |
| GET /actions/GetPromoCodes | Promo codes |
| PUT /customers/InsertOrUpdateCustomers | Upsert customers |
| GET /customers/GetCustomerAttributes | Customer attributes |
| GET /groups/GetTargetGroupsByDate | Target groups |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.