Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Event Transformer Code? #67

Closed
CannibalVox opened this issue Mar 2, 2017 · 2 comments
Closed

Support Event Transformer Code? #67

CannibalVox opened this issue Mar 2, 2017 · 2 comments

Comments

@CannibalVox
Copy link

Via a support ticket, I was told earlier today that I can add the code for an event transformer via the config property of the integration payload. But the integration object in this API doesn't have a config property, so this library cannot be used.

{
    "integration": {
        "config": {
            "fields": {
                "code": {
                    "value": "// Hello world"
                }
            }
        },
        "name": "Custom Event Transformer",
        "summary": "My Custom Event Transformer",
        "type": "event_transformer_api_inbound_integration",
        "vendor": {
            "id": "PCJ0EFQ",
            "type": "vendor_reference"
        }
    }
}
@lfepp
Copy link
Contributor

lfepp commented Apr 12, 2017

@CannibalVox the config property of the integration payload is intentionally undocumented as the property is in flux and the endpoint could be updated to support CETs on a different property or through a different endpoint entirely. Since there could be changes to the API that would break this property, I would suggest we avoid adding this to the library until it is a fully documented and supported property.

@stmcallister
Copy link
Contributor

Going to close this issue because of its age and inactivity. Please reopen if this issue still exists today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants