Skip to main content
All CollectionsGetting started with Opta
How to set up a JSON post in Opta
How to set up a JSON post in Opta

This video explains how to set up a posting flow using JSON in Opta.

Cole Bridge avatar
Written by Cole Bridge
Updated over a month ago

Steps

  1. Add your posting URL & Method (GET/POST)

  2. Add your headers

    1. Content-Type: application/json

    2. Accept: application/json

  3. Go to "Body" and select "JSON"

  4. Paste in your formatted JSON schema

  5. Map to Opta variables (Example: "first": "@fn",)

  6. Add your billable response (Example: Lead Accepted, Status Accepted, 200)

Need help formatting a JSON payload? My favorite tool is JSONFormatter.org (it's free).

Still have questions? Feel free to reach out to [email protected] and we're happy to help.

Did this answer your question?