Skip to main content

Community

Connector Improvement: missing fields

Answered

Please sign in to leave a comment.

Comments

3 comments

  • Official comment

    Hi Data,

    Thank you for submitting your feature request to add 'custom data' to the Sticky.io connector.

    We are actively monitoring customer demand to evaluate the feasibility of adding support for this data to the Fivetran connector.

    Can you share more about the value and use case for this data? - what sorts of data do you use custom fields for in this source?

    Your feedback is important; every upvote on this request helps strengthen the case for its development.

    Thanks,
    Alison

    Sorry for delay in response .

    In sticky.io we can add custom fields with orders specific to your product . This field is only retruned in respone when configured.

    example : 

    "custom_fields": [
            {
                "id": "2",
                "field_type_id": "1",
                "name": "Job title",
                "token_key": "job_title",
                "is_multi": "0",
                "type_id": "2",
                "values": [
                    {
                        "option_id": "0",
                        "value": "cco",
                        "name": "Job title"
                    }
                ]
            },
            {
                "id": "3",
                "field_type_id": "1",
                "name": "Job category",
                "token_key": "job_category",
                "is_multi": "0",
                "type_id": "2",
                "values": [
                    {
                        "option_id": "0",
                        "value": "medical-professionals",
                        "name": "Job category"
                    }
                ]
            },
            {
                "id": "5",
                "field_type_id": "1",
                "name": "Document Type",
                "token_key": "document_type",
                "is_multi": "0",
                "type_id": "2",
                "values": [
                    {
                        "option_id": "0",
                        "value": "resume",
                        "name": "Document Type"
                    }
                ]
            }
        ]

    Hello Team,

    Any update on this ?

    Thanks,

    Ajay