Convertr Help Centre Help Center home page
Submit a request
Sign in
  1. Convertr Help Centre
  2. New & Updated Features

Integration Filters Follow

Michael Konomanyi
  • July 01, 2021 10:27
  • Updated

Introduction

When we pass data through via our integrations, the platform usually sends the data across in the format that it has been received. However, in some cases you may need to format the data differently in order for it to go through to a client's CRM successfully.

When mapping an integration you are able to embed filters into selected fields. This will ensure the correct format is pulled through. You can do this by adding the following values to the end of the form field names in the integration:

— |int - send numeric values as integers

— |string - send values as string (this is done by default if no filter is used)

— |unix_ts - send date value as unix timestamp

— |lower_case - force data to be sent as lower case (e.g. “This Is a Headline” will be sent as “this is a headline”)

— |upper_case - force data to be sent as upper case (e.g. This Is a Headline” will be sent as “THIS IS A HEADLINE”)

— |title_case - force data to be sent as title case (e.g. “this is a headline” will be sent as “This Is A Headline”)

— |empty_value - leaves the field blank if there is no value stored in the lead details

— |hardcode - force integration to ignore data in the field and just submit the field name itself

- |null_if_empty - forces a field to have a NULL value on submission if the field is empty

- |boolean - forces the values true and false to be submitted as a boolean value instead of a string


Example:


integration.png

 

Articles in this section

  • Full Contact - Social Enrichment v3
  • Call Centre Contact Status
  • Batch Management
  • The New Dashboard!
  • Advertiser Default Value Settings Overview
  • Setting up An Advertiser
  • Batch CSV Integration
  • Marketo Duplication Email Job
  • Success String
  • Processr Job Groups
See more

Related articles

  • HTTP Integration Examples: Hubspot Forms
  • Additional Integration Fields
  • Standard Email Integration
  • Publisher API and Campaign Webhook API FAQs - Global Forms
  • Value Transforms: Regex Find and Replace
Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request
Return to top

Related articles

  • HTTP Integration Examples: Hubspot Forms
  • Additional Integration Fields
  • Standard Email Integration
  • Publisher API and Campaign Webhook API FAQs - Global Forms
  • Value Transforms: Regex Find and Replace