A quick guide on how to consume the API

With the API, MasivBot allows creating of a campaign and adding of users from each flow.

Swagger UI

Authentication

Name Value Description Mandatory
Authorization Basic Token Authentication header, type Basic; the token must contain the base-64-encoded user:password structure and corresponding to a valid Masiv user. One of the two possibilities must be present
Authorization Bearer Token Authentication header of type Bearer Token, the token must correspond to the one generated by a previous login process, it must be valid and be in force One of the two possibilities must be present

Create Campaign

You can create different campaigns associated with their flows.

Type: POST

MasivBot/Campaign

Added Customer

This endpoint added new customers to a specific campaign.

MasivBot/Customer/AddFile/Campaign/{{ID_CAMPAIGN}}

Response