Skip to main content
November 24, 2017
Question

Save error message on a custom field of person record if webhook failed?

  • November 24, 2017
  • 2 replies
  • 1001 views

How to set an error message on a custom field (of person record) if webhook failed?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

November 24, 2017
SanfordWhiteman
Level 10
November 24, 2017

As I answered on the other thread, there's no token for a failed response. You can capture the fact that there was an error (and filter by error codes) using Webhook Was Called.

Ifyou have a remote service that uses HTTP errors + data payloads to send responses (this isn't a good practice for any web service) then you have to put another service between Marketo and that service to translate appropriately.