Skip to main content

Create External SWML Handler

POST 

/resources/external_swml_handlers

Creates an External SWML Handler

Request

Body

required

    namestring

    Name of the External SWML Handler.

    Example: My External SWML Handler
    used_forstring

    Used for of the External SWML Handler.

    Possible values: [calling]

    Default value: calling
    Example: calling
    primary_request_urlstringrequired

    Primary request url of the External SWML Handler.

    Example: https://primary.com
    primary_request_methodstring

    Primary request method of the External SWML Handler.

    Possible values: [GET, POST]

    Default value: POST
    Example: GET
    fallback_request_urlstring

    Fallback request url of the External SWML Handler.

    Example: https://fallback.com
    fallback_request_methodstring

    Fallback request method of the External SWML Handler.

    Possible values: [GET, POST]

    Default value: POST
    Example: GET
    status_callback_urlstring

    Status callback url of the External SWML Handler.

    Example: https://callback.com
    status_callback_methodstring

    Status callback method of the External SWML Handler.

    Possible values: [GET, POST]

    Default value: POST
    Example: POST

Responses

The request has succeeded and a new resource has been created as a result.

Schema

    iduuidrequired

    Universal Unique Identifier.

    namestringrequired

    Name of the External SWML Handler.

    Example: My External SWML Handler
    used_forstringrequired

    Used for of the External SWML Handler.

    Possible values: [calling]

    Example: calling
    primary_request_urlstringrequired

    Primary request url of the External SWML Handler.

    Example: https://primary.com
    primary_request_methodUrlMethodType (string)required

    The method type to use for the URL

    Possible values: [GET, POST]

    fallback_request_urlstringrequired

    Fallback request url of the External SWML Handler.

    Example: https://fallback.com
    fallback_request_methodUrlMethodType (string)required

    The method type to use for the URL

    Possible values: [GET, POST]

    status_callback_urlstringrequired

    Status callback url of the External SWML Handler.

    Example: https://callback.com
    status_callback_methodUrlMethodType (string)required

    The method type to use for the URL

    Possible values: [GET, POST]