Other
Check credit balance
This action is used to receive status of credit (all parameters it needs are Application ID and Application token).

Check delivery report
The use of this module requires the Message ID parameter to be inserted. This can only be obtained after the Transactional SMS or Marketing SMS module has been included in the scenario chain and its return values have been received.

Make an API call
This module makes any authorized API call. You can use this custom action if you haven´t found a suitable module in the list of actions suits your requirements. A list of all APIs can be found here in the API section.
- Add the
Make an API Callmodule to the scenario chain. - Enter the path to the API you want to use in the URL field. For example,
api/2.0/advanced/transactionalto send notification message. For example, you can find help here HTTP Advanced API. - In the
Methodfield, select the http query method (GET, POST, PUT, PATCH, DELETE) you want to use when calling the API. - Leave the
Headersfield pre-populated. - Fill in the
Query string.field. - Enter the data in the
Bodyfield inJSONformat according to the specification of the API used (e.g.: HTTP Advanced API). Parameters marked as mandatory must be filled in. Help on where to get theapplication_idandapplication_tokenparameters can be found here - Getting access data
