Discussions

Ask a Question
Back to All

What is Salesbot meta handler?

(edited)

I don't quite get how it's working. Can you help?

Admin

Meta handler allows you to handle deep links

Here is a Salesbot scustom code step:

{
  "handler": "meta",
  "params": {
    "delimiter": "-",
    "values": [
      "lead.tags",
      "lead.custom_fields.123",
      "lead.custom_fields.124",
      "lead.tags"
    ]
  }
}

More info: https://www.kommo.com/developers/content/digital_pipeline/salesbot/
Telegram documentation: https://core.telegram.org/bots/features#deep-linking

ο»Ώ