Title: curl command
Last modified: October 23, 2018

---

# curl command

 *  Resolved [auludag](https://wordpress.org/support/users/auludag/)
 * (@auludag)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/curl-command/)
 * hi,
 * excuse my lack of knowledge. I was trying to customize like “hi user name”,
 * I saw pinned post but..
    [https://wordpress.org/support/topic/change-welcome-message/](https://wordpress.org/support/topic/change-welcome-message/)
 * but where should i apply this?
 * on terminal command center or .. how?

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Support [erinphilpot](https://wordpress.org/support/users/erinphilpot/)
 * (@erinphilpot)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/curl-command/#post-10808582)
 * Hey there! Thanks for using the plug-in. You can edit the welcome message for
   the plug-in in the options setting.
 *  Thread Starter [auludag](https://wordpress.org/support/users/auludag/)
 * (@auludag)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/curl-command/#post-10808894)
 * hey @ erinphilpot, I was trying to ask Where i will copy paste this snippets?
 *     ```
       curl -X POST -H "Content-Type: application/json" -d '{
         "greeting": [
           {
             "locale":"default",
             "text":"Hello!" 
           }, {
             "locale":"en_US",
             "text":"Timeless apparel for the masses."
           }
         ]
       }' "https://graph.facebook.com/v2.6/me/messenger_profile?access_token=<PAGE_ACCESS_TOKEN>"
       ```
   
 * And
 *     ```
       "greeting":[
         {
           "locale":"default",
           "text":"Hello {{user_first_name}}!"
         }
       ]
       ```
   
 *  Plugin Support [erinphilpot](https://wordpress.org/support/users/erinphilpot/)
 * (@erinphilpot)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/curl-command/#post-10812557)
 * Hey there! We made it so you don’t have to use curl at all. Maybe this screenshot
   will help? chrome-extension://fdpohaocaechififmbbbbbknoalclacl/capture.html?id
   =210&url=https%3A%2F%2Fcustomerchat.wpengine.com%2Fwp-admin%2Foptions-general.
   php%3Fpage%3Dcustomer-chat-for-facebook
 *  Thread Starter [auludag](https://wordpress.org/support/users/auludag/)
 * (@auludag)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/curl-command/#post-10812748)
 * hey. Link is garbled, can you share again?
 *  Plugin Support [erinphilpot](https://wordpress.org/support/users/erinphilpot/)
 * (@erinphilpot)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/curl-command/#post-10812848)
 * Sorry about that! Try this one: [https://imgur.com/a/zUjUQ3u](https://imgur.com/a/zUjUQ3u)
 *  Thread Starter [auludag](https://wordpress.org/support/users/auludag/)
 * (@auludag)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/curl-command/#post-10812932)
 * That wasn’t question. Let me rephrase again:
 * I want to put a greeting message like
 * “Hey Jonathan”
 * But to greet liket that, i need to pull user_name. I can see via curl username
   can be pulled.
 * But where will i put that curl situation?
 * This screenshot is just standard greeting. not personized greeting.
 *  Plugin Author [thatguysam](https://wordpress.org/support/users/thatguysam/)
 * (@thatguysam)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/curl-command/#post-10812994)
 * Oh, that makes sense, we were confused by why you needed to do it the hard way
   via curl.
 * I believe the only way to use curl is either in your command line or by setting
   up a server that controls your chat. Not by entering it into this plugin.
 * If you’re not coding a fully custom chatbot I’d recommend trying a service like
   [Many Chat](https://manychat.com) to do more advanced things with your chat interface.
 * If you are coding a chatbot: more power to you and I’d recommend Github.
    -  This reply was modified 7 years, 7 months ago by [thatguysam](https://wordpress.org/support/users/thatguysam/).
 *  Thread Starter [auludag](https://wordpress.org/support/users/auludag/)
 * (@auludag)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/curl-command/#post-10813036)
 * Hmm. Ok thank you. All I needed was to shout their name 🙂
 *  Plugin Author [thatguysam](https://wordpress.org/support/users/thatguysam/)
 * (@thatguysam)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/curl-command/#post-10813045)
 * For now, the only way I know of is with a server or website like ManyChat.
 * I’ll look into adding personalized greetings in the future.
 * Thanks for asking!

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘curl command’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/customer-chat-for-facebook_404e4f.
   svg)
 * [Customer Chat for Facebook](https://wordpress.org/plugins/customer-chat-for-facebook/)
 * [Support Threads](https://wordpress.org/support/plugin/customer-chat-for-facebook/)
 * [Active Topics](https://wordpress.org/support/plugin/customer-chat-for-facebook/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/customer-chat-for-facebook/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/customer-chat-for-facebook/reviews/)

 * 9 replies
 * 3 participants
 * Last reply from: [thatguysam](https://wordpress.org/support/users/thatguysam/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/curl-command/#post-10813045)
 * Status: resolved