Skip to content

Send notifications after updating forms #1673

Answered by engram-design
kobeaerts asked this question in Q&A
Discussion options

You must be logged in to vote

It's not possible to do this at the moment, sorry.

You can certainly trigger a notification to be sent on-demand:

$notification = Formie::$plugin->getNotifications()->getNotificationById(123);
$submission = Submission::find()->id(123)->one();
Formie::$plugin->getSubmissions()->sendNotificationEmail($notification, $submission);

See

public function actionSendNotification(): Response

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@kobeaerts
Comment options

@kobeaerts
Comment options

@engram-design
Comment options

Answer selected by kobeaerts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants