Skip to main content
Solved

webhook create subscriber with custom fields

  • September 9, 2024
  • 1 reply
  • 156 views

daniurru007

I am trying to create a subscriber with custom fields from GHL so i can have a custom field of the appointment the lead booked. The webhook worked except for when i tried to add the custom field. 

 

this is the error i get: Error while parsing the object to JSON


What do you see is wrong, thanks?

Best answer by Gustavo Boregio

This is the documentation: https://api.manychat.com/swagger#/

The createSubscriber does not support Custom Fields, you need to do that in a separate call with setCustomFields

1 reply

Gustavo Boregio
Forum|alt.badge.img+6
  • Manychat Community Moderator
  • Answer
  • September 9, 2024

This is the documentation: https://api.manychat.com/swagger#/

The createSubscriber does not support Custom Fields, you need to do that in a separate call with setCustomFields