#baloshi69

1 messages · Page 1 of 1 (latest)

reef hazelBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

rose schooner
#

This is a bit of a jumbled question. Can you rephrase a bit and ask again?

calm lava
#

sorry

#

So what i want is, to get a random text which i send when i am calling a subscription update it trigger a webhook for event customer.subscription.update.

rose schooner
#

Get a random text. What does that mean?

calm lava
#

it mean, when i call a end point, i send a string wiht it, and when that call get successfull, it trigger a webhook, i want that string inside that webhook

rose schooner
#

You would want to use metadata on the subscription in this case

calm lava
#

yah that what i saw in doc

#

one thing to clear, if i use a same key name for metada, will it reset the previous value of that data.

like

job = 1234

and next time

job = 4567

it is when i update the subscription and send the 2nd value, will it update the value

#

or create a new meta data

rose schooner
#

Yup, it will update the value

calm lava
#

thanks