🚧

JSON Familiarity

You might need to ask a developer at your organization for support here. Anyone can create a webhook in Simon, but you should be familiar with JSON and testing webhook or API calls to complete this process.

Test Your Webhook Call

Before including webhook parameters in your Flow or Journey, you can test your webhook call to ensure the endpoint you're trying to hit will succeed with your intended payload. Use the tool of your choice to send the test call (Postman, Pipedream, etc).

This can be helpful especially if you're using more advanced values, or nested JSON objects, to help prevent the flow sync errors.

However, the name/value pairs used to define the payload in the action configuration can’t be the full payload. You'll need to create separate name / value / type entries. For example, first_name, last_name, nested_metadata. See Webhook Best Practices for more detail.

Paste Your Call in Simon

Once you have a successful response, create a webhook call from Simon; you can copy the body of your call directly into the Simon Channel Action body:

  1. From the payload section, click Edit:
719
  1. Paste your payload into the value then click Update. (Be sure HTML is selected if you want to preview).
1557

👍

Pro-Tip

Be sure to review Webhook Best Practices also.

Learn more

New to testing in Postman? Check out this course we like: