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

✨ Add Pre:Send and Post:Send #8

Merged
merged 6 commits into from
Sep 2, 2021
Merged

Conversation

ComBarnea
Copy link
Collaborator

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    feature

  • What is the current behavior? (You can also link to an open issue here)
    Closes Add livecycle hooks #2

  • What is the new behavior (if this is a feature change)?

Add Pre and Post send hooks

  • Other information:

@ComBarnea ComBarnea added the enhancement New feature or request label Sep 1, 2021
id: template.id,
channel: message.channel,
message,
trigger: data,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
trigger: data,
triggerPayload: data,

id: template.id,
channel: message.channel,
message,
trigger: data,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
trigger: data,
triggerPayload: data,

@ComBarnea ComBarnea merged commit e9fef45 into master Sep 2, 2021
@ComBarnea ComBarnea deleted the feature/#2-add-livecycle-hooks branch September 2, 2021 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add livecycle hooks
2 participants