Legacy Dev Forum Posts

 View Only

Sign Up

Custom action property datatypes

  • 1.  Custom action property datatypes

    Posted 06-05-2025 18:40

    kellcomnet | 2016-12-29 21:55:22 UTC | #1

    On https://help.mypurecloud.com/articles/add-bridge-actions-web-services-data-dip-connector/ is the sample request / response schemas for custom actions.

    What are the valid options for "type" the example only shows string but are other datatypes allowed?


    paul.melliere | 2017-01-06 15:07:18 UTC | #2

    The request/response schemas should follow the JSON Schema draft 4 specification. You can use any of the primitive types mentioned here: http://json-schema.org/latest/json-schema-core.html#rfc.section.4.2. This includes string, number, boolean, object, array, and null.


    system | 2017-08-28 19:29:36 UTC | #3


    This post was migrated from the old Developer Forum.

    ref: 749