From 20b34358f659b95b6ecbe2092befef78e4a045f1 Mon Sep 17 00:00:00 2001 From: Changelog bot Date: Tue, 5 Nov 2024 14:32:31 +0000 Subject: [PATCH 1/3] feat(changelog): add new entry --- ...al-email-changed-webhook-event-update-to-ema.mdx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 changelog/november2024/2024-11-05-transactional-email-changed-webhook-event-update-to-ema.mdx diff --git a/changelog/november2024/2024-11-05-transactional-email-changed-webhook-event-update-to-ema.mdx b/changelog/november2024/2024-11-05-transactional-email-changed-webhook-event-update-to-ema.mdx new file mode 100644 index 0000000000..7b34453c58 --- /dev/null +++ b/changelog/november2024/2024-11-05-transactional-email-changed-webhook-event-update-to-ema.mdx @@ -0,0 +1,13 @@ +--- +title: Webhook Event - Update to Email Error Field +status: changed +author: + fullname: 'Join the #transactional-email channel on Slack.' + url: 'https://slack.scaleway.com' +date: 2024-11-05 +category: managed-services +product: transactional-email +--- + +The email_error field has been replaced by two new fields: response_code and response_message. This change allows for more precise error identification and improved tracking of response details. link -> https://www.scaleway.com/en/docs/managed-services/transactional-email/api-cli/webhook-events-payloads/ + From 267ba6e3f70f083bf97143b94177fcb4546cd54d Mon Sep 17 00:00:00 2001 From: ldecarvalho-doc <82805470+ldecarvalho-doc@users.noreply.github.com> Date: Tue, 5 Nov 2024 15:39:06 +0100 Subject: [PATCH 2/3] fix(tem): review ro Co-authored-by: Rowena Jones <36301604+RoRoJ@users.noreply.github.com> --- ...ransactional-email-changed-webhook-event-update-to-ema.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/november2024/2024-11-05-transactional-email-changed-webhook-event-update-to-ema.mdx b/changelog/november2024/2024-11-05-transactional-email-changed-webhook-event-update-to-ema.mdx index 7b34453c58..70072daca5 100644 --- a/changelog/november2024/2024-11-05-transactional-email-changed-webhook-event-update-to-ema.mdx +++ b/changelog/november2024/2024-11-05-transactional-email-changed-webhook-event-update-to-ema.mdx @@ -1,5 +1,5 @@ --- -title: Webhook Event - Update to Email Error Field +title: Webhook event - update to email error field status: changed author: fullname: 'Join the #transactional-email channel on Slack.' @@ -9,5 +9,5 @@ category: managed-services product: transactional-email --- -The email_error field has been replaced by two new fields: response_code and response_message. This change allows for more precise error identification and improved tracking of response details. link -> https://www.scaleway.com/en/docs/managed-services/transactional-email/api-cli/webhook-events-payloads/ +The `email_error` field has been replaced by two new fields: `response_code` and `response_message`. This change allows for more precise error identification and improved tracking of response details. See the [documentation](https://www.scaleway.com/en/docs/managed-services/transactional-email/api-cli/webhook-events-payloads/) for full details. From 3ac65e81f9585f3e48991db2fe6daa947241621a Mon Sep 17 00:00:00 2001 From: nerda-codes <87707325+nerda-codes@users.noreply.github.com> Date: Tue, 5 Nov 2024 17:03:46 +0100 Subject: [PATCH 3/3] Update changelog/november2024/2024-11-05-transactional-email-changed-webhook-event-update-to-ema.mdx --- ...-transactional-email-changed-webhook-event-update-to-ema.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/november2024/2024-11-05-transactional-email-changed-webhook-event-update-to-ema.mdx b/changelog/november2024/2024-11-05-transactional-email-changed-webhook-event-update-to-ema.mdx index 70072daca5..fbe1235d9e 100644 --- a/changelog/november2024/2024-11-05-transactional-email-changed-webhook-event-update-to-ema.mdx +++ b/changelog/november2024/2024-11-05-transactional-email-changed-webhook-event-update-to-ema.mdx @@ -9,5 +9,5 @@ category: managed-services product: transactional-email --- -The `email_error` field has been replaced by two new fields: `response_code` and `response_message`. This change allows for more precise error identification and improved tracking of response details. See the [documentation](https://www.scaleway.com/en/docs/managed-services/transactional-email/api-cli/webhook-events-payloads/) for full details. +The `email_error` field has been replaced by two new fields: `response_code` and `response_message`. This change allows for more precise error identification and improved tracking of response details. See the [documentation](/managed-services/transactional-email/api-cli/webhook-events-payloads/) for full details.