Skip to content

Can we add to the more keys to the events  #36

Description

@ralphSOptidist

Is it possible to add custom events without having to create an issue ?
I want to add to customer two keys, new_special_price and special_price_response

such as

events: { ..., customer: { ..., new_special_price : { en: process.env.POSTMARK_CUSTOMER_NEW_SPECIAL_PRICE_EN || null, bg: process.env.POSTMARK_CUSTOMER_NEW_SPECIAL_PRICE_BG || null, ... }, special_price_response: { en: process.env.POSTMARK_CUSTOMER_NEW_SPECIAL_RESPONSE_EN || null, bg: process.env.POSTMARK_CUSTOMER_NEW_SPECIAL_RESPONSE_BG || null, ... }, }, ..., },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions