Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

When making a callback request, JSON data will be sent to the link that was registered as a data recipient during the request_call_me event using the PUT method in the query body:

Data example:

{
  "call_id": 115,
  "call_title": "John",
  "call_phone": "+38 (012) 421-42-14",
  "call_date": 	"2022-09-08 20:04:48",
  "call_url": "https://site.com/en/buy/trampoline-atleto-140-cm-with-net-blue",
}

Values:

  • call_id — callback request ID

  • call_title — the value of the Name field in the callback request form on the website

  • call_phone — the value of the Phone field in the callback request form on the website

  • call_date — callback request creation date and time

  • call_url — a link to the page the customer was on when filling out the request

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.