Using Convertr APIs? Subscribe here to receive email notifications for development changes that may impact your implementation.
Overview
By posting to this endpoint it allows users to append/edit data to a lead record.
https://{enterprise}.cvtr.io/ajax/lead-append/{leadHash}
Example CURL
curl --location --request POST 'https://{enterprise}.cvtr.io/ajax/lead-append/{lead hash}' \
--form 'some_data=sdata' \
--form 'more_data=mdata' \
--form 'even-more_data=emdata'